From 75dc0b7c46704dc0e3da00d903db5bc154339c49 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 5 Jan 2026 16:57:03 -0500 Subject: [PATCH] Release v10.0.21 --- CHANGELOG.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eda9ac..f6e82d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for stripes +## [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 + ## [10.0.20](https://github.com/folio-org/stripes/tree/v10.0.20) (2025-12-31) * `stripes-components` `13.0.9` https://github.com/folio-org/stripes-components/releases/tag/v13.0.9 * `stripes-smart-components` `10.0.3` https://github.com/folio-org/stripes-smart-components/releases/tag/v10.0.3 diff --git a/package.json b/package.json index cbb7cfb..878d7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "10.0.20", + "version": "10.0.21", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,11 +19,11 @@ "dependencies": { "@folio/stripes-components": "~13.0.9", "@folio/stripes-connect": "~10.0.0", - "@folio/stripes-core": "~11.0.13", + "@folio/stripes-core": "~11.0.14", "@folio/stripes-final-form": "~9.0.0", "@folio/stripes-form": "~10.0.0", "@folio/stripes-logger": "~1.0.0", - "@folio/stripes-smart-components": "~10.0.3", + "@folio/stripes-smart-components": "~10.0.4", "@folio/stripes-types": "~3.0.1", "@folio/stripes-ui": "~3.0.0", "@folio/stripes-util": "~7.0.1",