diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index ff3c8b43e26..274e68b249e 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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.5...@patternfly/react-code-editor@5.0.0-alpha.6) (2023-02-02) + +**Note:** Version bump only for package @patternfly/react-code-editor + # [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.4...@patternfly/react-code-editor@5.0.0-alpha.5) (2023-02-02) **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 c128bbf6d42..2a48ebbd840 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-alpha.5", + "version": "5.0.0-alpha.6", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,7 +30,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^5.0.0-alpha.5", + "@patternfly/react-core": "^5.0.0-alpha.6", "@patternfly/react-icons": "^5.0.0-alpha.1", "@patternfly/react-styles": "^5.0.0-alpha.1", "react-dropzone": "14.2.3", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 994b8423c4a..cb59a1d3c2c 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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.5...@patternfly/react-core@5.0.0-alpha.6) (2023-02-02) + +**Note:** Version bump only for package @patternfly/react-core + # [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.4...@patternfly/react-core@5.0.0-alpha.5) (2023-02-02) **Note:** Version bump only for package @patternfly/react-core diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 61e7b36e152..4e61b20bf03 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-alpha.5", + "version": "5.0.0-alpha.6", "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 a3fabac31ca..cfbbe784ed4 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.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.6...@patternfly/react-docs@6.0.0-alpha.7) (2023-02-02) + +**Note:** Version bump only for package @patternfly/react-docs + # [6.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.5...@patternfly/react-docs@6.0.0-alpha.6) (2023-02-02) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 6e3f5d54bb3..4582f62bfb4 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-alpha.6", + "version": "6.0.0-alpha.7", "publishConfig": { "access": "public", "tag": "prerelease-v4" @@ -24,11 +24,11 @@ "dependencies": { "@patternfly/patternfly": "5.0.0-alpha.3", "@patternfly/react-charts": "^7.0.0-alpha.2", - "@patternfly/react-code-editor": "^5.0.0-alpha.5", - "@patternfly/react-core": "^5.0.0-alpha.5", + "@patternfly/react-code-editor": "^5.0.0-alpha.6", + "@patternfly/react-core": "^5.0.0-alpha.6", "@patternfly/react-icons": "^5.0.0-alpha.1", "@patternfly/react-styles": "^5.0.0-alpha.1", - "@patternfly/react-table": "^5.0.0-alpha.5", + "@patternfly/react-table": "^5.0.0-alpha.6", "@patternfly/react-tokens": "^5.0.0-alpha.1" }, "devDependencies": { diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 05d029903db..735f405fd26 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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.5...@patternfly/react-table@5.0.0-alpha.6) (2023-02-02) + +**Note:** Version bump only for package @patternfly/react-table + # [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.4...@patternfly/react-table@5.0.0-alpha.5) (2023-02-02) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 9aae05ed6e8..ade1e56e9c1 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-alpha.5", + "version": "5.0.0-alpha.6", "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,7 +39,7 @@ "subpaths": "node scripts/copySubpaths.js" }, "dependencies": { - "@patternfly/react-core": "^5.0.0-alpha.5", + "@patternfly/react-core": "^5.0.0-alpha.6", "@patternfly/react-icons": "^5.0.0-alpha.1", "@patternfly/react-styles": "^5.0.0-alpha.1", "@patternfly/react-tokens": "^5.0.0-alpha.1",