diff --git a/CHANGELOG.md b/CHANGELOG.md index 177da72..11b68c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [9.1.3](https://github.com/folio-org/stripes/tree/v9.1.3) (2024-05-02) + +* `stripes-smart-components` `9.1.2` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.1.2 + ## [9.1.2](https://github.com/folio-org/stripes/tree/v9.1.2) (2024-04-08) * `stripes-components` `12.1.2` https://github.com/folio-org/stripes-components/releases/tag/v12.1.2 diff --git a/package.json b/package.json index f00ca83..54eb53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.1.2", + "version": "9.1.3", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -23,7 +23,7 @@ "@folio/stripes-final-form": "~8.0.1", "@folio/stripes-form": "~9.0.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~9.1.1", + "@folio/stripes-smart-components": "~9.1.2", "@folio/stripes-types": "^2.1.0", "@folio/stripes-ui": "~2.0.0", "@folio/stripes-util": "~6.1.0",