diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a55f8e..ac1efa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [9.1.6](https://github.com/folio-org/stripes/tree/v9.1.6) (2024-10-21) + +* `stripes-core` `10.1.2` https://github.com/folio-org/stripes-core/releases/tag/v10.1.2 + ## [9.1.5](https://github.com/folio-org/stripes/tree/v9.1.5) (2024-08-21) * `stripes-form` `9.0.1` https://github.com/folio-org/stripes-form/releases/tag/v9.0.1 diff --git a/package.json b/package.json index 412f7e2..a05be57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.1.5", + "version": "9.1.6", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,7 +19,7 @@ "dependencies": { "@folio/stripes-components": "~12.1.2", "@folio/stripes-connect": "~9.1.0", - "@folio/stripes-core": "~10.1.1", + "@folio/stripes-core": "~10.1.2", "@folio/stripes-final-form": "~8.0.2", "@folio/stripes-form": "~9.0.1", "@folio/stripes-logger": "~1.0.0",