From e097336a87fa3cd2ab41654bec28d120beed10bc Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Thu, 16 Nov 2023 18:35:09 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - eslint-plugin-patternfly-react@5.2.0-alpha.0 - @patternfly/react-charts@8.0.0-alpha.2 - @patternfly/react-code-editor@6.0.0-alpha.2 - @patternfly/react-core@6.0.0-alpha.2 - @patternfly/react-docs@7.0.0-alpha.2 - @patternfly/react-icons@6.0.0-alpha.2 - @patternfly/react-integration@6.0.0-alpha.2 - demo-app-ts@5.1.1-alpha.1 - @patternfly/react-styles@6.0.0-alpha.2 - @patternfly/react-table@6.0.0-alpha.2 - @patternfly/react-tokens@6.0.0-alpha.2 --- .../eslint-plugin-patternfly-react/CHANGELOG.md | 6 ++++++ .../eslint-plugin-patternfly-react/package.json | 3 +-- packages/react-charts/CHANGELOG.md | 6 ++++++ packages/react-charts/package.json | 6 +++--- packages/react-code-editor/CHANGELOG.md | 6 ++++++ packages/react-code-editor/package.json | 8 ++++---- packages/react-core/CHANGELOG.md | 6 ++++++ packages/react-core/package.json | 8 ++++---- packages/react-docs/CHANGELOG.md | 6 ++++++ packages/react-docs/package.json | 16 ++++++++-------- packages/react-icons/CHANGELOG.md | 6 ++++++ packages/react-icons/package.json | 2 +- packages/react-integration/CHANGELOG.md | 10 ++++++++++ .../react-integration/demo-app-ts/CHANGELOG.md | 10 ++++++++++ .../react-integration/demo-app-ts/package.json | 4 ++-- packages/react-integration/package.json | 2 +- packages/react-styles/CHANGELOG.md | 6 ++++++ packages/react-styles/package.json | 2 +- packages/react-table/CHANGELOG.md | 6 ++++++ packages/react-table/package.json | 10 +++++----- packages/react-tokens/CHANGELOG.md | 6 ++++++ packages/react-tokens/package.json | 2 +- 22 files changed, 105 insertions(+), 32 deletions(-) diff --git a/packages/eslint-plugin-patternfly-react/CHANGELOG.md b/packages/eslint-plugin-patternfly-react/CHANGELOG.md index ed9512b4598..7242b4603db 100644 --- a/packages/eslint-plugin-patternfly-react/CHANGELOG.md +++ b/packages/eslint-plugin-patternfly-react/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.0-alpha.0](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@6.0.0-alpha.1...eslint-plugin-patternfly-react@5.2.0-alpha.0) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # 6.0.0-alpha.1 (2023-09-29) ### Bug Fixes diff --git a/packages/eslint-plugin-patternfly-react/package.json b/packages/eslint-plugin-patternfly-react/package.json index d236648c25a..37482e6d905 100644 --- a/packages/eslint-plugin-patternfly-react/package.json +++ b/packages/eslint-plugin-patternfly-react/package.json @@ -1,7 +1,6 @@ { "name": "eslint-plugin-patternfly-react", - "version": "6.0.0-alpha.1", - "version": "5.2.0-prerelease.0", + "version": "5.2.0-alpha.0", "private": false, "main": "./lib/index.js", "license": "MIT", diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 11a8c78de76..4f123e2e6ff 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/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. +# [8.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.0.0-alpha.1...@patternfly/react-charts@8.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # 8.0.0-alpha.1 (2023-09-29) ### Bug Fixes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index d006feecc3a..ff1b41305b9 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "8.0.0-alpha.1", + "version": "8.0.0-alpha.2", "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", @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-styles": "^6.0.0-alpha.1", - "@patternfly/react-tokens": "^6.0.0-alpha.1", + "@patternfly/react-styles": "^6.0.0-alpha.2", + "@patternfly/react-tokens": "^6.0.0-alpha.2", "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 18bd629e2e0..568e555f137 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0-prerelease.19...@patternfly/react-code-editor@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.13...@patternfly/react-code-editor@6.0.0-alpha.1) (2023-09-29) ### Bug Fixes diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 57c9e9cd18d..c75b339ef59 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": "6.0.0-alpha.1", + "version": "6.0.0-alpha.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,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^6.0.0-alpha.1", - "@patternfly/react-icons": "^6.0.0-alpha.1", - "@patternfly/react-styles": "^6.0.0-alpha.1", + "@patternfly/react-core": "^6.0.0-alpha.2", + "@patternfly/react-icons": "^6.0.0-alpha.2", + "@patternfly/react-styles": "^6.0.0-alpha.2", "react-dropzone": "14.2.3", "tslib": "^2.5.0" }, diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 531bca8b378..57b121f3334 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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.2.0-prerelease.19...@patternfly/react-core@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.1-prerelease.13...@patternfly/react-core@6.0.0-alpha.1) (2023-09-29) ### Bug Fixes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 8ccb4e0c4e6..01a5da22af8 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.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,9 +46,9 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-icons": "^6.0.0-alpha.1", - "@patternfly/react-styles": "^6.0.0-alpha.1", - "@patternfly/react-tokens": "^6.0.0-alpha.1", + "@patternfly/react-icons": "^6.0.0-alpha.2", + "@patternfly/react-styles": "^6.0.0-alpha.2", + "@patternfly/react-tokens": "^6.0.0-alpha.2", "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 3bc33db4c43..ca86027c3a6 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/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. +# [7.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.0-prerelease.19...@patternfly/react-docs@7.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # [7.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.1.1-prerelease.14...@patternfly/react-docs@7.0.0-alpha.1) (2023-09-29) ### Bug Fixes diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index d0a629a6b96..0ed720f61b7 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": "7.0.0-alpha.1", + "version": "7.0.0-alpha.2", "publishConfig": { "access": "public", "tag": "alpha" @@ -24,13 +24,13 @@ }, "dependencies": { "@patternfly/patternfly": "6.0.0-alpha.12", - "@patternfly/react-charts": "^8.0.0-alpha.1", - "@patternfly/react-code-editor": "^6.0.0-alpha.1", - "@patternfly/react-core": "^6.0.0-alpha.1", - "@patternfly/react-icons": "^6.0.0-alpha.1", - "@patternfly/react-styles": "^6.0.0-alpha.1", - "@patternfly/react-table": "^6.0.0-alpha.1", - "@patternfly/react-tokens": "^6.0.0-alpha.1" + "@patternfly/react-charts": "^8.0.0-alpha.2", + "@patternfly/react-code-editor": "^6.0.0-alpha.2", + "@patternfly/react-core": "^6.0.0-alpha.2", + "@patternfly/react-icons": "^6.0.0-alpha.2", + "@patternfly/react-styles": "^6.0.0-alpha.2", + "@patternfly/react-table": "^6.0.0-alpha.2", + "@patternfly/react-tokens": "^6.0.0-alpha.2" }, "devDependencies": { "@patternfly/documentation-framework": "^5.0.15", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index f1e36930e44..c02729a2b77 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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.0.0-alpha.1...@patternfly/react-icons@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # 6.0.0-alpha.1 (2023-09-29) ### Bug Fixes diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 770bce6d262..4c040d25031 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index 99e9e184b92..d1272af0ce8 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@5.1.1-prerelease.14...@patternfly/react-integration@6.0.0-alpha.2) (2023-11-16) + +### Bug Fixes + +- demo-app update package.json version number ([8e14e1c](https://github.com/patternfly/patternfly-react/commit/8e14e1cc3dfbb9758210e9ebb914457bf9e34a29)) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@5.1.1-prerelease.7...@patternfly/react-integration@6.0.0-alpha.1) (2023-09-29) ### Bug Fixes diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index f706658cf6a..0035cfaa4a9 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1-alpha.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-prerelease.42...demo-app-ts@5.1.1-alpha.1) (2023-11-16) + +### Bug Fixes + +- demo-app update package.json version number ([8e14e1c](https://github.com/patternfly/patternfly-react/commit/8e14e1cc3dfbb9758210e9ebb914457bf9e34a29)) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + ## [5.1.1-alpha.0](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-prerelease.12...demo-app-ts@5.1.1-alpha.0) (2023-09-29) ### Bug Fixes diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index edd00c3b274..60f04adc2b0 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.1.1-alpha.0", + "version": "5.1.1-alpha.1", "scripts": { "build:demo-app": "webpack --mode production", "start:demo-app": "webpack-dev-server", @@ -9,7 +9,7 @@ "serve:demo-app": "node scripts/serve" }, "dependencies": { - "@patternfly/react-core": "^6.0.0-alpha.1", + "@patternfly/react-core": "^6.0.0-alpha.2", "react": "^18", "react-dom": "^18", "react-router": "^5.3.3", diff --git a/packages/react-integration/package.json b/packages/react-integration/package.json index 9f04c54c5e2..0c841cfd066 100644 --- a/packages/react-integration/package.json +++ b/packages/react-integration/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-integration", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "private": true, "description": "Integration testing for PF5 using demo applications", "main": "lib/index.js", diff --git a/packages/react-styles/CHANGELOG.md b/packages/react-styles/CHANGELOG.md index 0a54996903e..90011c1468d 100644 --- a/packages/react-styles/CHANGELOG.md +++ b/packages/react-styles/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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.1...@patternfly/react-styles@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # 6.0.0-alpha.1 (2023-09-29) ### Bug Fixes diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index 11cc8c9abeb..86279befdd0 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "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 d52144e6d7f..fac879bac7f 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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.0-prerelease.19...@patternfly/react-table@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # [6.0.0-alpha.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.1.1-prerelease.13...@patternfly/react-table@6.0.0-alpha.1) (2023-09-29) ### Bug Fixes diff --git a/packages/react-table/package.json b/packages/react-table/package.json index a287f2a889d..29e9c22ba4c 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.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", @@ -40,10 +40,10 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^6.0.0-alpha.1", - "@patternfly/react-icons": "^6.0.0-alpha.1", - "@patternfly/react-styles": "^6.0.0-alpha.1", - "@patternfly/react-tokens": "^6.0.0-alpha.1", + "@patternfly/react-core": "^6.0.0-alpha.2", + "@patternfly/react-icons": "^6.0.0-alpha.2", + "@patternfly/react-styles": "^6.0.0-alpha.2", + "@patternfly/react-tokens": "^6.0.0-alpha.2", "lodash": "^4.17.19", "tslib": "^2.5.0" }, diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index 59bdd1be803..7c5bf05590f 100644 --- a/packages/react-tokens/CHANGELOG.md +++ b/packages/react-tokens/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. +# [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.0.0-alpha.1...@patternfly/react-tokens@6.0.0-alpha.2) (2023-11-16) + +### Reverts + +- Revert "Merge remote-tracking branch 'upstream/main' into v6" (#9791) ([b7e8065](https://github.com/patternfly/patternfly-react/commit/b7e80650d3e4cad7a657f6e5a3177485ca4f8c26)), closes [#9791](https://github.com/patternfly/patternfly-react/issues/9791) + # 6.0.0-alpha.1 (2023-09-29) ### Bug Fixes diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index 8e8ae1a80a8..7d0fef13592 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js",