From cd484c8d34e3fa35c5ff5857c84f29b6cfffda3b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 21 Aug 2024 13:25:56 -0400 Subject: [PATCH] Release v9.1.5 --- CHANGELOG.md | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50c37c..3a55f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes +## [9.1.5](https://github.com/folio-org/stripes/tree/v9.1.5) (2024-08-21) + +* `stripes-form` `9.0.1` https://github.com/folio-org/stripes-form/releases/tag/v9.0.1 +* `stripes-final-form` `8.0.2` https://github.com/folio-org/stripes-final-form/releases/tag/v8.0.2 + ## [9.1.4](https://github.com/folio-org/stripes/tree/v9.1.4) (2024-05-06) * `stripes-smart-components` `9.1.3` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.1.3 diff --git a/package.json b/package.json index b834f4d..412f7e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.1.4", + "version": "9.1.5", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -20,8 +20,8 @@ "@folio/stripes-components": "~12.1.2", "@folio/stripes-connect": "~9.1.0", "@folio/stripes-core": "~10.1.1", - "@folio/stripes-final-form": "~8.0.1", - "@folio/stripes-form": "~9.0.0", + "@folio/stripes-final-form": "~8.0.2", + "@folio/stripes-form": "~9.0.1", "@folio/stripes-logger": "~1.0.0", "@folio/stripes-smart-components": "~9.1.3", "@folio/stripes-types": "^2.1.0",