diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 82ae4cce66c..35b39163e77 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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.1...@patternfly/react-code-editor@5.3.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-code-editor + ## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0...@patternfly/react-code-editor@5.3.1) (2024-04-25) **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 72ec5d62d5f..6e49b6d4a0a 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.3.1", + "version": "5.3.2", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,8 +30,8 @@ }, "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^5.3.1", - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-core": "^5.3.2", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", "react-dropzone": "14.2.3", "tslib": "^2.5.0" diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 2b787294dcc..6494d3b0f4b 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.1...@patternfly/react-core@5.3.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-core + ## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.0...@patternfly/react-core@5.3.1) (2024-04-25) ### Bug Fixes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index aa7a9a2c6c5..5794dd329c2 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.3.1", + "version": "5.3.2", "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", @@ -46,7 +46,7 @@ "clean:exports": "node scripts/cleanDistExports.js" }, "dependencies": { - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", "@patternfly/react-tokens": "^5.3.0", "focus-trap": "7.5.2", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 33e6945d802..93fd4dc0111 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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.3.1...@patternfly/react-docs@6.3.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.3.0...@patternfly/react-docs@6.3.1) (2024-04-25) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 2123c46dc03..39030829c46 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.3.1", + "version": "6.3.2", "publishConfig": { "access": "public" }, @@ -24,13 +24,13 @@ "dependencies": { "@patternfly/patternfly": "5.3.0-prerelease.5", "@patternfly/react-charts": "^7.3.0", - "@patternfly/react-code-editor": "^5.3.1", - "@patternfly/react-core": "^5.3.1", - "@patternfly/react-drag-drop": "^5.3.1", - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-code-editor": "^5.3.2", + "@patternfly/react-core": "^5.3.2", + "@patternfly/react-drag-drop": "^5.3.2", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-table": "^5.3.1", - "@patternfly/react-templates": "^1.0.1", + "@patternfly/react-table": "^5.3.2", + "@patternfly/react-templates": "^1.0.2", "@patternfly/react-tokens": "^5.3.0" }, "devDependencies": { diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index cefa78f0a5e..cfb2caea88b 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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.3.1...@patternfly/react-drag-drop@5.3.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-drag-drop + ## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.3.0...@patternfly/react-drag-drop@5.3.1) (2024-04-25) **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 60cf2820f36..2bab84bf956 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.3.1", + "version": "5.3.2", "description": "PatternFly drag and drop solution", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -32,8 +32,8 @@ "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", - "@patternfly/react-core": "^5.3.1", - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-core": "^5.3.2", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", "memoize-one": "^5.1.0", "resize-observer-polyfill": "^1.5.1" diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index f71c46ade00..d81a27350af 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/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.3.1 (2024-04-25) + +### Bug Fixes + +- **deploy:** Update README.md ([0ae46a2](https://github.com/patternfly/patternfly-react/commit/0ae46a2bbeafdd2a7307d1931aca7bb7a384ecdb)) + # 5.3.0 (2024-04-18) **Note:** Version bump only for package @patternfly/react-icons diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index e12dbb949a0..f3df547ad12 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "5.3.0", + "version": "5.3.1", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 95a7b9cf8ca..51d5af00049 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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.1...@patternfly/react-table@5.3.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-table + ## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.0...@patternfly/react-table@5.3.1) (2024-04-25) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 1f9674e59a8..1aa33d0a356 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.3.1", + "version": "5.3.2", "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", @@ -39,8 +39,8 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^5.3.1", - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-core": "^5.3.2", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", "@patternfly/react-tokens": "^5.3.0", "lodash": "^4.17.19", diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index 93d9e031e89..3c749d51351 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.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.0.1...@patternfly/react-templates@1.0.2) (2024-04-25) + +**Note:** Version bump only for package @patternfly/react-templates + ## [1.0.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.0.0...@patternfly/react-templates@1.0.1) (2024-04-25) **Note:** Version bump only for package @patternfly/react-templates diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index e0c0939e062..c47c1873f36 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "1.0.1", + "version": "1.0.2", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -33,8 +33,8 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^5.3.1", - "@patternfly/react-icons": "^5.3.0", + "@patternfly/react-core": "^5.3.2", + "@patternfly/react-icons": "^5.3.1", "@patternfly/react-styles": "^5.3.0", "@patternfly/react-tokens": "^5.3.0", "tslib": "^2.5.0"