diff --git a/CHANGELOG.md b/CHANGELOG.md index 481cf9b..ba7a80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [8.0.2](https://github.com/folio-org/stripes/tree/v8.0.2) (2023-02-24) + +* `stripes-core` `9.0.2` https://github.com/folio-org/stripes-core/releases/tag/v9.0.2 + ## [8.0.1](https://github.com/folio-org/stripes/tree/v8.0.1) (2023-02-21) * `stripes-components` `11.0.1` https://github.com/folio-org/stripes-components/releases/tag/v11.0.1 diff --git a/package.json b/package.json index 6995c30..5db6db8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "8.0.1", + "version": "8.0.2", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,7 +19,7 @@ "dependencies": { "@folio/stripes-components": "~11.0.1", "@folio/stripes-connect": "~8.1.0", - "@folio/stripes-core": "~9.0.1", + "@folio/stripes-core": "~9.0.2", "@folio/stripes-final-form": "~7.0.0", "@folio/stripes-form": "~8.0.0", "@folio/stripes-logger": "~1.0.0",