diff --git a/CHANGELOG.md b/CHANGELOG.md index 31921c7..fb8fc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [9.2.9](https://github.com/folio-org/stripes/tree/v9.2.9) (2024-12-10) + +* `stripes-smart-components` `9.2.6` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.2.6 + ## [9.2.8](https://github.com/folio-org/stripes/tree/v9.2.8) (2024-12-05) * `stripes-smart-components` `9.2.5` https://github.com/folio-org/stripes-smart-components/releases/tag/v9.2.5 diff --git a/package.json b/package.json index f5a9542..e8ba4e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.2.8", + "version": "9.2.9", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -23,7 +23,7 @@ "@folio/stripes-final-form": "~8.1.0", "@folio/stripes-form": "~9.1.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~9.2.5", + "@folio/stripes-smart-components": "~9.2.6", "@folio/stripes-types": "^2.2.0", "@folio/stripes-ui": "~2.0.0", "@folio/stripes-util": "~6.2.0",