diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be4566..2eda9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes +## [10.0.20](https://github.com/folio-org/stripes/tree/v10.0.20) (2025-12-31) +* `stripes-components` `13.0.9` https://github.com/folio-org/stripes-components/releases/tag/v13.0.9 +* `stripes-smart-components` `10.0.3` https://github.com/folio-org/stripes-smart-components/releases/tag/v10.0.3 +* Happy New Year! + ## [10.0.19](https://github.com/folio-org/stripes/tree/v10.0.19) (2025-12-24) * `stripes-core` `11.0.13` https://github.com/folio-org/stripes-core/releases/tag/v11.0.13 diff --git a/package.json b/package.json index 442301b..cbb7cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "10.0.19", + "version": "10.0.20", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -17,13 +17,13 @@ "build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json " }, "dependencies": { - "@folio/stripes-components": "~13.0.8", + "@folio/stripes-components": "~13.0.9", "@folio/stripes-connect": "~10.0.0", "@folio/stripes-core": "~11.0.13", "@folio/stripes-final-form": "~9.0.0", "@folio/stripes-form": "~10.0.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~10.0.2", + "@folio/stripes-smart-components": "~10.0.3", "@folio/stripes-types": "~3.0.1", "@folio/stripes-ui": "~3.0.0", "@folio/stripes-util": "~7.0.1", @@ -39,4 +39,4 @@ "react-dom": "^18.2.0", "react-redux": "^8.0.5" } -} \ No newline at end of file +}