diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5515a..fef40b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Change history for stripes -## 9.1.0 IN PROGRESS - -* `stripes-components` `12.1.0` -* `stripes-connect` `9.1.0` -* `stripes-core` `10.1.0` -* `stripes-util` `6.1.0` -* `stripes-form` `9.1.0` -* `stripes-final-form` -* `stripes-smart-components` -* `stripes-ui` `2.1.0` -* `stripes-types` `v2.1.0` +## 9.2.0 IN PROGRESS + +## [9.1.0](https://github.com/folio-org/stripes/tree/v9.1.0) (2024-03-13) + +* `stripes-components` `12.1.0` https://github.com/folio-org/stripes-components/releases/tag/v12.1.0 +* `stripes-connect` `9.1.0` https://github.com/folio-org/stripes-connect/releases/tag/v9.1.0 +* `stripes-core` `10.1.0` https://github.com/folio-org/stripes-core/releases/tag/v10.1.0 +* `stripes-util` `6.1.0` https://github.com/folio-org/stripes-util/releases/tag/v6.1.0 +* `stripes-final-form` `8.0.1` https://github.com/folio-org/stripes-final-form/releases/tag/v8.0.1 +* `stripes-smart-components` `9.1.0` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.1.0 +* `stripes-types` `v2.1.0` https://github.com/folio-org/stripes-types/releases/tag/v2.1.0 ## [9.0.0](https://github.com/folio-org/stripes/tree/v9.0.0) (2023-10-11) diff --git a/package.json b/package.json index f6e0859..d3fc73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.1.0", + "version": "9.2.0", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -17,16 +17,16 @@ "build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json " }, "dependencies": { - "@folio/stripes-components": "~12.1.0", - "@folio/stripes-connect": "~9.1.0", - "@folio/stripes-core": "~10.1.0", + "@folio/stripes-components": "~12.2.0", + "@folio/stripes-connect": "~9.2.0", + "@folio/stripes-core": "~10.2.0", "@folio/stripes-final-form": "~8.1.0", "@folio/stripes-form": "~9.1.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~9.1.0", - "@folio/stripes-types": "^2.1.0", + "@folio/stripes-smart-components": "~9.2.0", + "@folio/stripes-types": "^2.2.0", "@folio/stripes-ui": "~2.1.0", - "@folio/stripes-util": "~6.1.0", + "@folio/stripes-util": "~6.2.0", "redux": "^4.2.1" }, "devDependencies": {