diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e82d9..354e3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [10.0.22](https://github.com/folio-org/stripes/tree/v10.0.22) (2026-01-19) +* `stripes-core` `11.0.15` https://github.com/folio-org/stripes-core/releases/tag/v11.0.15 +* MLK Day today. Have you read https://www.africa.upenn.edu/Articles_Gen/Letter_Birmingham.html lately? + ## [10.0.21](https://github.com/folio-org/stripes/tree/v10.0.21) (2026-01-05) * `stripes-core` `11.0.14` https://github.com/folio-org/stripes-core/releases/tag/v11.0.14 * `stripes-smart-components` `10.0.4` https://github.com/folio-org/stripes-smart-components/releases/tag/v10.0.4 diff --git a/package.json b/package.json index 878d7ac..eacdaf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "10.0.21", + "version": "10.0.22", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,7 +19,7 @@ "dependencies": { "@folio/stripes-components": "~13.0.9", "@folio/stripes-connect": "~10.0.0", - "@folio/stripes-core": "~11.0.14", + "@folio/stripes-core": "~11.0.15", "@folio/stripes-final-form": "~9.0.0", "@folio/stripes-form": "~10.0.0", "@folio/stripes-logger": "~1.0.0",