diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4925e..31921c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [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 + ## [9.2.7](https://github.com/folio-org/stripes/tree/v9.2.7) (2024-12-02) * `stripes-components` `12.2.7` https://github.com/folio-org/stripes-components/releases/tag/v12.2.7 diff --git a/package.json b/package.json index d7f4a04..f5a9542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "9.2.7", + "version": "9.2.8", "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.4", + "@folio/stripes-smart-components": "~9.2.5", "@folio/stripes-types": "^2.2.0", "@folio/stripes-ui": "~2.0.0", "@folio/stripes-util": "~6.2.0",