diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 3858bca6f32..18c8ecc8a5e 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.4...@patternfly/react-docs@6.2.5) (2024-03-18) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.3...@patternfly/react-docs@6.2.4) (2024-03-15) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 55c131be9f1..d8d89c59927 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "6.2.4", + "version": "6.2.5", "publishConfig": { "access": "public" }, @@ -29,7 +29,7 @@ "@patternfly/react-drag-drop": "^5.2.3", "@patternfly/react-icons": "^5.2.1", "@patternfly/react-styles": "^5.2.1", - "@patternfly/react-table": "^5.2.3", + "@patternfly/react-table": "^5.2.4", "@patternfly/react-tokens": "^5.2.1" }, "devDependencies": { diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index de765619fd4..4b0458b76b4 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.3...@patternfly/react-table@5.2.4) (2024-03-18) + +### Bug Fixes + +- **Table:** remove demos from package exports ([#10165](https://github.com/patternfly/patternfly-react/issues/10165)) ([#10174](https://github.com/patternfly/patternfly-react/issues/10174)) ([bcea107](https://github.com/patternfly/patternfly-react/commit/bcea1070c8d0ea858bb893ede4cec5d9e43561a5)) + ## [5.2.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.2...@patternfly/react-table@5.2.3) (2024-03-15) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 2633d883e87..b534c46888c 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.2.3", + "version": "5.2.4", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js",