From 38759596db0c4d69f6e8a6f236c99e07f6bf04eb Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 1 May 2024 21:07:04 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-charts@7.3.1 - @patternfly/react-code-editor@5.3.3 - @patternfly/react-core@5.3.3 - @patternfly/react-docs@6.3.3 - @patternfly/react-drag-drop@5.3.3 - @patternfly/react-icons@5.3.2 - @patternfly/react-styles@5.3.1 - @patternfly/react-table@5.3.3 - @patternfly/react-templates@1.0.3 - @patternfly/react-tokens@5.3.1 --- packages/react-charts/CHANGELOG.md | 4 ++++ packages/react-charts/package.json | 6 +++--- packages/react-code-editor/CHANGELOG.md | 4 ++++ packages/react-code-editor/package.json | 8 ++++---- packages/react-core/CHANGELOG.md | 4 ++++ packages/react-core/package.json | 8 ++++---- packages/react-docs/CHANGELOG.md | 4 ++++ packages/react-docs/package.json | 20 ++++++++++---------- packages/react-drag-drop/CHANGELOG.md | 4 ++++ packages/react-drag-drop/package.json | 8 ++++---- packages/react-icons/CHANGELOG.md | 4 ++++ packages/react-icons/package.json | 2 +- packages/react-styles/CHANGELOG.md | 4 ++++ packages/react-styles/package.json | 2 +- packages/react-table/CHANGELOG.md | 4 ++++ packages/react-table/package.json | 10 +++++----- packages/react-templates/CHANGELOG.md | 4 ++++ packages/react-templates/package.json | 10 +++++----- packages/react-tokens/CHANGELOG.md | 4 ++++ packages/react-tokens/package.json | 2 +- 20 files changed, 78 insertions(+), 38 deletions(-) diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 441fdb89087..dafa8cc4802 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/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. +## 7.3.1 (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-charts + # 7.3.0 (2024-04-18) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 2187c50206a..c462fdc44c0 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "7.3.0", + "version": "7.3.1", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,8 +28,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-tokens": "^5.3.0", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-tokens": "^5.3.1", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.21", "tslib": "^2.5.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 35b39163e77..2e875dde88c 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.2...@patternfly/react-code-editor@5.3.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-code-editor + ## [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 diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 6e49b6d4a0a..850431376d7 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.2", + "version": "5.3.3", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ }, "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^5.3.2", - "@patternfly/react-icons": "^5.3.1", - "@patternfly/react-styles": "^5.3.0", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", "react-dropzone": "14.2.3", "tslib": "^2.5.0" }, diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 6494d3b0f4b..bf5f77dc7ce 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.2...@patternfly/react-core@5.3.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-core + ## [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 diff --git a/packages/react-core/package.json b/packages/react-core/package.json index fdc40892857..f185aaf519b 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.3.2", + "version": "5.3.3", "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,9 +46,9 @@ "clean:exports": "node scripts/cleanDistExports.js" }, "dependencies": { - "@patternfly/react-icons": "^5.3.1", - "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-tokens": "^5.3.0", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-tokens": "^5.3.1", "focus-trap": "7.5.2", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 93fd4dc0111..e82394fd77e 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.3.2...@patternfly/react-docs@6.3.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-docs + ## [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 diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index f56ddf8acb2..e5d6be41fe0 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.2", + "version": "6.3.3", "publishConfig": { "access": "public" }, @@ -23,15 +23,15 @@ }, "dependencies": { "@patternfly/patternfly": "5.3.1", - "@patternfly/react-charts": "^7.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.2", - "@patternfly/react-templates": "^1.0.2", - "@patternfly/react-tokens": "^5.3.0" + "@patternfly/react-charts": "^7.3.1", + "@patternfly/react-code-editor": "^5.3.3", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-drag-drop": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-table": "^5.3.3", + "@patternfly/react-templates": "^1.0.3", + "@patternfly/react-tokens": "^5.3.1" }, "devDependencies": { "@patternfly/documentation-framework": "^5.8.2", diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index cfb2caea88b..664114c9810 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.3.2...@patternfly/react-drag-drop@5.3.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-drag-drop + ## [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 diff --git a/packages/react-drag-drop/package.json b/packages/react-drag-drop/package.json index 2bab84bf956..211a3c7eacc 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.2", + "version": "5.3.3", "description": "PatternFly drag and drop solution", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -32,9 +32,9 @@ "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", - "@patternfly/react-core": "^5.3.2", - "@patternfly/react-icons": "^5.3.1", - "@patternfly/react-styles": "^5.3.0", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", "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 d81a27350af..e6ed259e3ca 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/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-icons@5.3.1...@patternfly/react-icons@5.3.2) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-icons + ## 5.3.1 (2024-04-25) ### Bug Fixes diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index bc36be0ff09..40854c4d596 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "5.3.1", + "version": "5.3.2", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-styles/CHANGELOG.md b/packages/react-styles/CHANGELOG.md index 6ca82c43668..b933730b49e 100644 --- a/packages/react-styles/CHANGELOG.md +++ b/packages/react-styles/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.1 (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-styles + # 5.3.0 (2024-04-18) **Note:** Version bump only for package @patternfly/react-styles diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index 178b9d660f8..a21ba128a2e 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "5.3.0", + "version": "5.3.1", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 51d5af00049..c8c005182cd 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.2...@patternfly/react-table@5.3.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-table + ## [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 diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 1aa33d0a356..dc7b1c1b3a7 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.3.2", + "version": "5.3.3", "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,10 +39,10 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^5.3.2", - "@patternfly/react-icons": "^5.3.1", - "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-tokens": "^5.3.0", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-tokens": "^5.3.1", "lodash": "^4.17.19", "tslib": "^2.5.0" }, diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index 3c749d51351..84eade856f1 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.0.2...@patternfly/react-templates@1.0.3) (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-templates + ## [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 diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index c47c1873f36..0fb87551832 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "1.0.2", + "version": "1.0.3", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -33,10 +33,10 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^5.3.2", - "@patternfly/react-icons": "^5.3.1", - "@patternfly/react-styles": "^5.3.0", - "@patternfly/react-tokens": "^5.3.0", + "@patternfly/react-core": "^5.3.3", + "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-styles": "^5.3.1", + "@patternfly/react-tokens": "^5.3.1", "tslib": "^2.5.0" }, "peerDependencies": { diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index 2bae39438e8..0666a26b7e9 100644 --- a/packages/react-tokens/CHANGELOG.md +++ b/packages/react-tokens/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.1 (2024-05-01) + +**Note:** Version bump only for package @patternfly/react-tokens + # 5.3.0 (2024-04-18) **Note:** Version bump only for package @patternfly/react-tokens diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index cba85398cae..5264c2ea57f 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "5.3.0", + "version": "5.3.1", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js",