From f940ecd7b99be39fe6aea468dc5ddb9acd0c5f38 Mon Sep 17 00:00:00 2001 From: David Goss Date: Tue, 11 Nov 2025 10:49:00 +0000 Subject: [PATCH 1/2] Remove filterByStatus export --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d626aa9b..4a6b5246 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,2 @@ export * from './components/index.js' -export * as filterByStatus from './filter/filterByStatus.js' export * from './hooks/index.js' From 27dec31b172e083a8fb09927dcf4c6ef8a12b311 Mon Sep 17 00:00:00 2001 From: David Goss Date: Tue, 11 Nov 2025 10:52:53 +0000 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e43d40c..2c302886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - BREAKING CHANGE: Remove defunct `` component ([#411](https://github.com/cucumber/react-components/pull/411)) - BREAKING CHANGE: Remove defunct `` component and underlying context ([#396](https://github.com/cucumber/react-components/pull/396)) - BREAKING CHANGE: Remove `` component in favour of using standard Gherkin components for Markdown documents ([#396](https://github.com/cucumber/react-components/pull/396)) +- BREAKING CHANGE: Remove public export of `filterByStatus` ([#412](https://github.com/cucumber/react-components/pull/412)) ## [23.2.0] - 2025-08-07 ### Changed