diff --git a/CHANGELOG.md b/CHANGELOG.md index b664bb0..177da72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes +## [9.1.2](https://github.com/folio-org/stripes/tree/v9.1.2) (2024-04-08) + +* `stripes-components` `12.1.2` https://github.com/folio-org/stripes-components/releases/tag/v12.1.2 +* Total eclipse of the sun today! Also total cloud cover. Sheesh. + ## [9.1.1](https://github.com/folio-org/stripes/tree/v9.1.1) (2024-03-25) * `stripes-components` `12.1.1` https://github.com/folio-org/stripes-components/releases/tag/v12.1.1 diff --git a/package.json b/package.json index 828aa08..f00ca83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.1.1", + "version": "9.1.2", "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.1.1", + "@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",