diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 134bf90b765..4c94836a25c 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/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. +## [5.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.6...@patternfly/react-code-editor@5.4.7) (2024-10-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + ## [5.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.5...@patternfly/react-code-editor@5.4.6) (2024-10-08) **Note:** Version bump only for package @patternfly/react-code-editor diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 8521d74e804..e88c6a16b2d 100644 --- a/packages/react-code-editor/package.json +++ b/packages/react-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-code-editor", - "version": "5.4.6", + "version": "5.4.7", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 792c7314cc8..fdc7a97ea20 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/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.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.4...@patternfly/react-core@5.4.5) (2024-10-09) + +### Bug Fixes + +- **next modal:** prevent auto aria-labelledby if aria-label is passed ([#11088](https://github.com/patternfly/patternfly-react/issues/11088)) ([742e728](https://github.com/patternfly/patternfly-react/commit/742e7286c247931d378f66c3f0ba06983f3fa15d)) + ## [5.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.3...@patternfly/react-core@5.4.4) (2024-10-08) ### Bug Fixes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 6ca0853d416..02baa517c74 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.4.4", + "version": "5.4.5", "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 54a4b401870..34d0822fc3e 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.4.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.8...@patternfly/react-docs@6.4.9) (2024-10-09) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.4.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.7...@patternfly/react-docs@6.4.8) (2024-10-08) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index ee44e2ebc64..939e4725008 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.4.8", + "version": "6.4.9", "publishConfig": { "access": "public" }, diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index 525ddbe2d99..0a924d8ad1c 100644 --- a/packages/react-drag-drop/CHANGELOG.md +++ b/packages/react-drag-drop/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. +## [5.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.4...@patternfly/react-drag-drop@5.4.5) (2024-10-09) + +**Note:** Version bump only for package @patternfly/react-drag-drop + ## [5.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.3...@patternfly/react-drag-drop@5.4.4) (2024-10-08) **Note:** Version bump only for package @patternfly/react-drag-drop diff --git a/packages/react-drag-drop/package.json b/packages/react-drag-drop/package.json index 62b53dfaa2f..28113786d24 100644 --- a/packages/react-drag-drop/package.json +++ b/packages/react-drag-drop/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-drag-drop", - "version": "5.4.4", + "version": "5.4.5", "description": "PatternFly drag and drop solution", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index 6a4e381b4ad..421702590b4 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/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. +## [5.4.8](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.7...demo-app-ts@5.4.8) (2024-10-09) + +**Note:** Version bump only for package demo-app-ts + ## [5.4.7](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.6...demo-app-ts@5.4.7) (2024-10-08) **Note:** Version bump only for package demo-app-ts diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index bacb3c08552..27e0754f3be 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -1,7 +1,7 @@ { "name": "demo-app-ts", "private": true, - "version": "5.4.7", + "version": "5.4.8", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index bf2f590db82..e167117f137 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/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. +## [5.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.4...@patternfly/react-table@5.4.5) (2024-10-09) + +**Note:** Version bump only for package @patternfly/react-table + ## [5.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.3...@patternfly/react-table@5.4.4) (2024-10-08) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 5ec8a9ae3c9..84e6dab6cab 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.4.4", + "version": "5.4.5", "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", diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index 4bd679e652c..feacbad91db 100644 --- a/packages/react-templates/CHANGELOG.md +++ b/packages/react-templates/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. +## [1.1.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.4...@patternfly/react-templates@1.1.5) (2024-10-09) + +**Note:** Version bump only for package @patternfly/react-templates + ## [1.1.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.3...@patternfly/react-templates@1.1.4) (2024-10-08) **Note:** Version bump only for package @patternfly/react-templates diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index 35a5f33fc27..03e954776d9 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "1.1.4", + "version": "1.1.5", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js",