diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 0e867d9962e..1282f61e2e4 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.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.89...@patternfly/react-code-editor@6.0.0-alpha.90) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-code-editor + # [6.0.0-alpha.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.88...@patternfly/react-code-editor@6.0.0-alpha.89) (2024-07-22) **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 14be66e1ac9..9786ffd1c7d 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.89", + "version": "6.0.0-alpha.90", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index dd06b46a6bb..5371cdb47e7 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. +# [6.0.0-alpha.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.89...@patternfly/react-core@6.0.0-alpha.90) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-core + # [6.0.0-alpha.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.88...@patternfly/react-core@6.0.0-alpha.89) (2024-07-22) **Note:** Version bump only for package @patternfly/react-core diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 5722470da50..55f9026e01f 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.89", + "version": "6.0.0-alpha.90", "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 7cd1605f4a3..bace46c0a31 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.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.97...@patternfly/react-docs@7.0.0-alpha.98) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-docs + # [7.0.0-alpha.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.96...@patternfly/react-docs@7.0.0-alpha.97) (2024-07-23) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 71851122359..142001be6d7 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.97", + "version": "7.0.0-alpha.98", "publishConfig": { "access": "public", "tag": "alpha" diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index 7c42e4885c2..5e310fa9740 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. +# [6.0.0-alpha.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.71...@patternfly/react-drag-drop@6.0.0-alpha.72) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-drag-drop + # [6.0.0-alpha.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.70...@patternfly/react-drag-drop@6.0.0-alpha.71) (2024-07-22) **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 7c6d7706c4b..088d975c071 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": "6.0.0-alpha.71", + "version": "6.0.0-alpha.72", "description": "PatternFly drag and drop solution", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index 6457d8a4ee7..4c569f7475c 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/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.1.1-alpha.89](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.88...demo-app-ts@5.1.1-alpha.89) (2024-07-23) + +**Note:** Version bump only for package demo-app-ts + ## [5.1.1-alpha.88](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.87...demo-app-ts@5.1.1-alpha.88) (2024-07-22) **Note:** Version bump only for package demo-app-ts diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index 792071004f6..edc59363885 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.88", + "version": "5.1.1-alpha.89", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 6a8dfcf0d0a..4feb7143714 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.91](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.90...@patternfly/react-table@6.0.0-alpha.91) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-table + # [6.0.0-alpha.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.89...@patternfly/react-table@6.0.0-alpha.90) (2024-07-22) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 5b52ef07f40..aa93d0919b3 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.90", + "version": "6.0.0-alpha.91", "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", diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index c7adb9e5355..9507e8189eb 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. +# [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.39...@patternfly/react-templates@6.0.0-alpha.40) (2024-07-23) + +**Note:** Version bump only for package @patternfly/react-templates + # [6.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.38...@patternfly/react-templates@6.0.0-alpha.39) (2024-07-22) **Note:** Version bump only for package @patternfly/react-templates diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index bf676b8ebf2..9435833f094 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "6.0.0-alpha.39", + "version": "6.0.0-alpha.40", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js",