diff --git a/CHANGELOG.md b/CHANGELOG.md index 630895c..45f3231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [9.2.11](https://github.com/folio-org/stripes/tree/v9.2.11) (2025-01-16) + +* `stripes-core` `10.2.5` https://github.com/folio-org/stripes-core/releases/tag/v10.2.5 + ## [9.2.10](https://github.com/folio-org/stripes/tree/v9.2.10) (2024-12-17) * `stripes-components` `12.2.8` https://github.com/folio-org/stripes-components/releases/tag/v12.2.8 diff --git a/package.json b/package.json index 226abac..41a4c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.2.10", + "version": "9.2.11", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,7 +19,7 @@ "dependencies": { "@folio/stripes-components": "~12.2.8", "@folio/stripes-connect": "~9.2.0", - "@folio/stripes-core": "~10.2.4", + "@folio/stripes-core": "~10.2.5", "@folio/stripes-final-form": "~8.1.0", "@folio/stripes-form": "~9.1.0", "@folio/stripes-logger": "~1.0.0",