From 5489a9031c8a58f7ac4f91f6d0fe1c86b0dbb0bf Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 6 Sep 2023 18:34:20 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - eslint-plugin-patternfly-react@5.0.1 - @patternfly/react-charts@7.0.1 - @patternfly/react-code-editor@5.0.1 - @patternfly/react-core@5.0.1 - @patternfly/react-docs@6.0.1 - @patternfly/react-icons@5.0.1 - @patternfly/react-styles@5.0.1 - @patternfly/react-table@5.0.1 - @patternfly/react-tokens@5.0.1 --- .../eslint-plugin-patternfly-react/CHANGELOG.md | 8 ++++++++ .../eslint-plugin-patternfly-react/package.json | 2 +- packages/react-charts/CHANGELOG.md | 8 ++++++++ packages/react-charts/package.json | 6 +++--- packages/react-code-editor/CHANGELOG.md | 8 ++++++++ packages/react-code-editor/package.json | 8 ++++---- packages/react-core/CHANGELOG.md | 8 ++++++++ packages/react-core/package.json | 8 ++++---- packages/react-docs/CHANGELOG.md | 8 ++++++++ packages/react-docs/package.json | 16 ++++++++-------- packages/react-icons/CHANGELOG.md | 8 ++++++++ packages/react-icons/package.json | 2 +- packages/react-styles/CHANGELOG.md | 8 ++++++++ packages/react-styles/package.json | 2 +- packages/react-table/CHANGELOG.md | 8 ++++++++ packages/react-table/package.json | 10 +++++----- packages/react-tokens/CHANGELOG.md | 8 ++++++++ packages/react-tokens/package.json | 2 +- 18 files changed, 100 insertions(+), 28 deletions(-) diff --git a/packages/eslint-plugin-patternfly-react/CHANGELOG.md b/packages/eslint-plugin-patternfly-react/CHANGELOG.md index 0d2d9ddba3c..82406df350a 100644 --- a/packages/eslint-plugin-patternfly-react/CHANGELOG.md +++ b/packages/eslint-plugin-patternfly-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@5.0.0...eslint-plugin-patternfly-react@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package eslint-plugin-patternfly-react diff --git a/packages/eslint-plugin-patternfly-react/package.json b/packages/eslint-plugin-patternfly-react/package.json index 1a42bb82ee6..0a3a3d791ce 100644 --- a/packages/eslint-plugin-patternfly-react/package.json +++ b/packages/eslint-plugin-patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-patternfly-react", - "version": "5.0.0", + "version": "5.0.1", "private": false, "main": "./lib/index.js", "license": "MIT", diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index a8651b19795..f6c00c4fc0e 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [7.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@7.0.0...@patternfly/react-charts@7.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 66c40839c7a..aa860d6dbeb 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "7.0.0", + "version": "7.0.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.0.0", - "@patternfly/react-tokens": "^5.0.0", + "@patternfly/react-styles": "^5.0.1", + "@patternfly/react-tokens": "^5.0.1", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.19", "tslib": "^2.5.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 13ee1499dae..112dedab4a3 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0...@patternfly/react-code-editor@5.1.0-prerelease.0) (2023-07-27) **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 aa5b16674bd..91bd07069bf 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.0.0", + "version": "5.0.1", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,9 +29,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^5.0.0", - "@patternfly/react-icons": "^5.0.0", - "@patternfly/react-styles": "^5.0.0", + "@patternfly/react-core": "^5.0.1", + "@patternfly/react-icons": "^5.0.1", + "@patternfly/react-styles": "^5.0.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 ce70cd6eabc..a666c2ca26d 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0...@patternfly/react-core@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-core diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 11331ee2f97..d8fe2eb1844 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.0.0", + "version": "5.0.1", "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", @@ -45,9 +45,9 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-icons": "^5.0.0", - "@patternfly/react-styles": "^5.0.0", - "@patternfly/react-tokens": "^5.0.0", + "@patternfly/react-icons": "^5.0.1", + "@patternfly/react-styles": "^5.0.1", + "@patternfly/react-tokens": "^5.0.1", "focus-trap": "7.4.3", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index c43f9f550cd..76c6f912fdc 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [6.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0...@patternfly/react-docs@6.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 847da55d235..820f6cceb5b 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.0.0", + "version": "6.0.1", "publishConfig": { "access": "public", "tag": "prerelease-v4" @@ -24,13 +24,13 @@ }, "dependencies": { "@patternfly/patternfly": "5.0.4", - "@patternfly/react-charts": "^7.0.0", - "@patternfly/react-code-editor": "^5.0.0", - "@patternfly/react-core": "^5.0.0", - "@patternfly/react-icons": "^5.0.0", - "@patternfly/react-styles": "^5.0.0", - "@patternfly/react-table": "^5.0.0", - "@patternfly/react-tokens": "^5.0.0" + "@patternfly/react-charts": "^7.0.1", + "@patternfly/react-code-editor": "^5.0.1", + "@patternfly/react-core": "^5.0.1", + "@patternfly/react-icons": "^5.0.1", + "@patternfly/react-styles": "^5.0.1", + "@patternfly/react-table": "^5.0.1", + "@patternfly/react-tokens": "^5.0.1" }, "devDependencies": { "@patternfly/documentation-framework": "^5.0.13", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index e2d771768ef..31cb839cd6e 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.0.0...@patternfly/react-icons@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-icons diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 7f8b3a0cc06..0bdad91c667 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "5.0.0", + "version": "5.0.1", "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 6051379a375..93eab8d8cce 100644 --- a/packages/react-styles/CHANGELOG.md +++ b/packages/react-styles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.0.0...@patternfly/react-styles@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-styles diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index 053c25a33cd..209e764d277 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "5.0.0", + "version": "5.0.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 652d9960ceb..315b86a90aa 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0...@patternfly/react-table@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 50dc6df9105..00599c2175c 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.0.0", + "version": "5.0.1", "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.0.0", - "@patternfly/react-icons": "^5.0.0", - "@patternfly/react-styles": "^5.0.0", - "@patternfly/react-tokens": "^5.0.0", + "@patternfly/react-core": "^5.0.1", + "@patternfly/react-icons": "^5.0.1", + "@patternfly/react-styles": "^5.0.1", + "@patternfly/react-tokens": "^5.0.1", "lodash": "^4.17.19", "tslib": "^2.5.0" }, diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index 286136db2a7..abba5ede05b 100644 --- a/packages/react-tokens/CHANGELOG.md +++ b/packages/react-tokens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.0.1 (2023-09-06) + +### Bug Fixes + +- dry run patch release with new core versions [skip-a11y] ([d1c9973](https://github.com/patternfly/patternfly-react/commit/d1c9973d783e9cbec951936eec0b4e0c95f21191)) + +# 5.0.0 (2023-07-27) + # [5.1.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.0.0...@patternfly/react-tokens@5.1.0-prerelease.0) (2023-07-27) **Note:** Version bump only for package @patternfly/react-tokens diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index 272f5928160..c5cb5359e9b 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "5.0.0", + "version": "5.0.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",