diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 3614da91067..00ff3036ef3 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. +# [6.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.9...@patternfly/react-code-editor@6.0.0-alpha.10) (2024-01-12) + +**Note:** Version bump only for package @patternfly/react-code-editor + # [6.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.8...@patternfly/react-code-editor@6.0.0-alpha.9) (2024-01-04) **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 1e7048dc0be..f737043b20e 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.9", + "version": "6.0.0-alpha.10", "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": "^6.0.0-alpha.9", + "@patternfly/react-core": "^6.0.0-alpha.10", "@patternfly/react-icons": "^6.0.0-alpha.6", "@patternfly/react-styles": "^6.0.0-alpha.6", "react-dropzone": "14.2.3", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index e974737ee16..a3351ee9da6 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.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.9...@patternfly/react-core@6.0.0-alpha.10) (2024-01-12) + +### Features + +- **BackgroundImage:** update background image for penta ([#9964](https://github.com/patternfly/patternfly-react/issues/9964)) ([a2a0630](https://github.com/patternfly/patternfly-react/commit/a2a06301257d79bb6df178eeb5304c3c627fa429)) + # [6.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.8...@patternfly/react-core@6.0.0-alpha.9) (2024-01-04) ### Features diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 995ae0cffa7..f5a8c4cb903 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.9", + "version": "6.0.0-alpha.10", "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 ce17b7cef6b..5f3b46c5f34 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. +# [7.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.9...@patternfly/react-docs@7.0.0-alpha.10) (2024-01-12) + +**Note:** Version bump only for package @patternfly/react-docs + # [7.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.8...@patternfly/react-docs@7.0.0-alpha.9) (2024-01-04) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index a0f08edc76f..a7b2c4fba9b 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.9", + "version": "7.0.0-alpha.10", "publishConfig": { "access": "public", "tag": "alpha" @@ -25,11 +25,11 @@ "dependencies": { "@patternfly/patternfly": "6.0.0-alpha.49", "@patternfly/react-charts": "^8.0.0-alpha.6", - "@patternfly/react-code-editor": "^6.0.0-alpha.9", - "@patternfly/react-core": "^6.0.0-alpha.9", + "@patternfly/react-code-editor": "^6.0.0-alpha.10", + "@patternfly/react-core": "^6.0.0-alpha.10", "@patternfly/react-icons": "^6.0.0-alpha.6", "@patternfly/react-styles": "^6.0.0-alpha.6", - "@patternfly/react-table": "^6.0.0-alpha.9", + "@patternfly/react-table": "^6.0.0-alpha.10", "@patternfly/react-tokens": "^6.0.0-alpha.6" }, "devDependencies": { diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index bb3e6a8feaf..d93feb6d72a 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/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.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.6...@patternfly/react-integration@6.0.0-alpha.7) (2024-01-12) + +### Features + +- **BackgroundImage:** update background image for penta ([#9964](https://github.com/patternfly/patternfly-react/issues/9964)) ([a2a0630](https://github.com/patternfly/patternfly-react/commit/a2a06301257d79bb6df178eeb5304c3c627fa429)) + # [6.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.5...@patternfly/react-integration@6.0.0-alpha.6) (2024-01-04) ### Features diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index d105cab1b39..d5086e1b0de 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/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.1.1-alpha.9](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.8...demo-app-ts@5.1.1-alpha.9) (2024-01-12) + +### Features + +- **BackgroundImage:** update background image for penta ([#9964](https://github.com/patternfly/patternfly-react/issues/9964)) ([a2a0630](https://github.com/patternfly/patternfly-react/commit/a2a06301257d79bb6df178eeb5304c3c627fa429)) + ## [5.1.1-alpha.8](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.7...demo-app-ts@5.1.1-alpha.8) (2024-01-04) ### Features diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index af1bd345cd1..e26557c7bfe 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.8", + "version": "5.1.1-alpha.9", "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.9", + "@patternfly/react-core": "^6.0.0-alpha.10", "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 6dbaeaf6bd0..84b38ccdea4 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.6", + "version": "6.0.0-alpha.7", "private": true, "description": "Integration testing for PF5 using demo applications", "main": "lib/index.js", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index b1be253af4b..dedcec0492b 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. +# [6.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.9...@patternfly/react-table@6.0.0-alpha.10) (2024-01-12) + +**Note:** Version bump only for package @patternfly/react-table + # [6.0.0-alpha.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.8...@patternfly/react-table@6.0.0-alpha.9) (2024-01-04) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index bba43303c6e..3fa0b76f1f4 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.9", + "version": "6.0.0-alpha.10", "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,7 +40,7 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^6.0.0-alpha.9", + "@patternfly/react-core": "^6.0.0-alpha.10", "@patternfly/react-icons": "^6.0.0-alpha.6", "@patternfly/react-styles": "^6.0.0-alpha.6", "@patternfly/react-tokens": "^6.0.0-alpha.6",