From 8ad3bb140b0a05db382283aaeb33c296246ad77b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 31 Dec 2025 11:50:05 -0500 Subject: [PATCH] Release v13.0.9 --- CHANGELOG.md | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef950f64a..498d5a142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change history for stripes-components -## [NEXT RELEASE] +## [13.0.9](https://github.com/folio-org/stripes-components/tree/v13.0.9) (2025-12-31) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.8...v13.0.9) * `` - add a new `filterProps` prop to control option filtering. Refs STCOM-1473. +* Happy New Year! ## [13.0.8](https://github.com/folio-org/stripes-components/tree/v13.0.8) (2025-12-08) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.7...v13.0.8) diff --git a/package.json b/package.json index 73f8db007..deb46af5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "13.0.8", + "version": "13.0.9", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components", @@ -121,4 +121,4 @@ "react-redux": "^8.0.5", "react-router-dom": "^5.2.0" } -} \ No newline at end of file +}