From e8cff410874964e8cd0a867cb5d16ae35511ada4 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 13 Mar 2024 00:38:49 -0400 Subject: [PATCH] Release v9.1.0 --- CHANGELOG.md | 20 +++++++++----------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5515a..c676a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,14 @@ # 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.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..2c334b7 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "@folio/stripes-components": "~12.1.0", "@folio/stripes-connect": "~9.1.0", "@folio/stripes-core": "~10.1.0", - "@folio/stripes-final-form": "~8.1.0", - "@folio/stripes-form": "~9.1.0", + "@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.0", "@folio/stripes-types": "^2.1.0", - "@folio/stripes-ui": "~2.1.0", + "@folio/stripes-ui": "~2.0.0", "@folio/stripes-util": "~6.1.0", "redux": "^4.2.1" },