From baae31519363ba92e4d1b992b49c22ed240262c1 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 25 Oct 2023 15:26:16 -0400 Subject: [PATCH] Release v9.0.2 (#222) --- CHANGELOG.md | 7 ++++++- package.json | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3958f26..7653292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change history for stripes -## [9.0.1](https://github.com/folio-org/stripes/tree/v9.0.0) (2023-10-11) +## [9.0.2](https://github.com/folio-org/stripes/tree/v9.0.2) (2023-10-25) + +* `stripes-core` `10.0.1` https://github.com/folio-org/stripes-core/releases/tag/v10.0.1 +* `stripes-smart-components` `9.0.1` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.0.1 + +## [9.0.1](https://github.com/folio-org/stripes/tree/v9.0.1) (2023-10-11) * `stripes-components` `12.0.2` https://github.com/folio-org/stripes-components/releases/tag/v12.0.2 diff --git a/package.json b/package.json index 4e6734d..89ac7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.0.1", + "version": "9.0.2", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,11 +19,11 @@ "dependencies": { "@folio/stripes-components": "~12.0.2", "@folio/stripes-connect": "~9.0.0", - "@folio/stripes-core": "~10.0.0", + "@folio/stripes-core": "~10.0.1", "@folio/stripes-final-form": "~8.0.0", "@folio/stripes-form": "~9.0.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~9.0.0", + "@folio/stripes-smart-components": "~9.0.1", "@folio/stripes-types": "^2.0.0", "@folio/stripes-ui": "~2.0.0", "@folio/stripes-util": "~6.0.0",