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 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'