From a880d92438082a2da33c1915566c8ef06faf5778 Mon Sep 17 00:00:00 2001 From: John Coburn Date: Wed, 24 Dec 2025 09:37:52 -0600 Subject: [PATCH] update stripes-core to 11.0.13 --- CHANGELOG.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf25b1d..7be4566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change history for stripes +## [10.0.19](https://github.com/folio-org/stripes/tree/v10.0.19) (2025-12-24) +* `stripes-core` `11.0.13` https://github.com/folio-org/stripes-core/releases/tag/v11.0.13 + ## [10.0.18](https://github.com/folio-org/stripes/tree/v10.0.18) (2025-12-09) * `stripes-components` `13.0.8` https://github.com/folio-org/stripes-components/releases/tag/v13.0.8 diff --git a/package.json b/package.json index 9a60a1b..442301b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes", - "version": "10.0.18", + "version": "10.0.19", "description": "Stripes framework", "repository": "https://github.com/folio-org/stripes", "publishConfig": { @@ -19,7 +19,7 @@ "dependencies": { "@folio/stripes-components": "~13.0.8", "@folio/stripes-connect": "~10.0.0", - "@folio/stripes-core": "~11.0.12", + "@folio/stripes-core": "~11.0.13", "@folio/stripes-final-form": "~9.0.0", "@folio/stripes-form": "~10.0.0", "@folio/stripes-logger": "~1.0.0", @@ -39,4 +39,4 @@ "react-dom": "^18.2.0", "react-redux": "^8.0.5" } -} +} \ No newline at end of file