From 536eacdcaa22087fe31670343e70f6816e1ba1ec Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 8 Nov 2024 16:38:21 -0500 Subject: [PATCH] Release v9.2.4 (#245) --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3770bca..86cd6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [9.2.4](https://github.com/folio-org/stripes/tree/v9.2.4) (2024-11-08) + +* `stripes-components` `12.2.4` https://github.com/folio-org/stripes-components/releases/tag/v12.2.4 + ## [9.2.3](https://github.com/folio-org/stripes/tree/v9.2.3) (2024-10-31) * `stripes-components` `12.2.3` https://github.com/folio-org/stripes-components/releases/tag/v12.2.3 diff --git a/package.json b/package.json index 4bf5eb4..0c8921a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.2.3", + "version": "9.2.4", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -17,7 +17,7 @@ "build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json " }, "dependencies": { - "@folio/stripes-components": "~12.2.3", + "@folio/stripes-components": "~12.2.4", "@folio/stripes-connect": "~9.2.0", "@folio/stripes-core": "~10.2.2", "@folio/stripes-final-form": "~8.1.0",