diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 7592fc41ff5..8bf12fb7f92 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.21 (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [8.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.0.0-alpha.19...@patternfly/react-charts@8.0.0-alpha.20) (2024-04-22) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index b9fe9435adb..38ca9410396 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.20", + "version": "8.0.0-alpha.21", "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.20", - "@patternfly/react-tokens": "^6.0.0-alpha.20", + "@patternfly/react-styles": "^6.0.0-alpha.21", + "@patternfly/react-tokens": "^6.0.0-alpha.21", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.21", "tslib": "^2.5.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index f7b92a772d8..b662f4d2394 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.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.58...@patternfly/react-code-editor@6.0.0-alpha.59) (2024-05-21) + +**Note:** Version bump only for package @patternfly/react-code-editor + # [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.57...@patternfly/react-code-editor@6.0.0-alpha.58) (2024-05-16) **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 e1bba07e19a..25d9215fa36 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.58", + "version": "6.0.0-alpha.59", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -31,9 +31,9 @@ }, "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^6.0.0-alpha.58", - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", + "@patternfly/react-core": "^6.0.0-alpha.59", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", "react-dropzone": "14.2.3", "tslib": "^2.5.0" }, diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 8a7cb5e61c7..8fa323ea7e6 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.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.58...@patternfly/react-core@6.0.0-alpha.59) (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.57...@patternfly/react-core@6.0.0-alpha.58) (2024-05-16) ### Features diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 6012c24d415..b7dee972d53 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.58", + "version": "6.0.0-alpha.59", "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", @@ -47,9 +47,9 @@ "clean:exports": "node scripts/cleanDistExports.js" }, "dependencies": { - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", - "@patternfly/react-tokens": "^6.0.0-alpha.20", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", + "@patternfly/react-tokens": "^6.0.0-alpha.21", "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 fa4a436af4d..f948ddca6f3 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.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.61...@patternfly/react-docs@7.0.0-alpha.62) (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [7.0.0-alpha.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.60...@patternfly/react-docs@7.0.0-alpha.61) (2024-05-16) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 06c63c3bbf8..48f876967b1 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.61", + "version": "7.0.0-alpha.62", "publishConfig": { "access": "public", "tag": "alpha" @@ -24,15 +24,15 @@ }, "dependencies": { "@patternfly/patternfly": "6.0.0-alpha.135", - "@patternfly/react-charts": "^8.0.0-alpha.20", - "@patternfly/react-code-editor": "^6.0.0-alpha.58", - "@patternfly/react-core": "^6.0.0-alpha.58", - "@patternfly/react-drag-drop": "^6.0.0-alpha.39", - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", - "@patternfly/react-table": "^6.0.0-alpha.58", - "@patternfly/react-templates": "^6.0.0-alpha.8", - "@patternfly/react-tokens": "^6.0.0-alpha.20" + "@patternfly/react-charts": "^8.0.0-alpha.21", + "@patternfly/react-code-editor": "^6.0.0-alpha.59", + "@patternfly/react-core": "^6.0.0-alpha.59", + "@patternfly/react-drag-drop": "^6.0.0-alpha.40", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", + "@patternfly/react-table": "^6.0.0-alpha.59", + "@patternfly/react-templates": "^6.0.0-alpha.9", + "@patternfly/react-tokens": "^6.0.0-alpha.21" }, "devDependencies": { "@patternfly/documentation-framework": "^6.0.0-alpha.28", diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index e593cc02273..0090e681182 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.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.39...@patternfly/react-drag-drop@6.0.0-alpha.40) (2024-05-21) + +**Note:** Version bump only for package @patternfly/react-drag-drop + # [6.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.38...@patternfly/react-drag-drop@6.0.0-alpha.39) (2024-05-16) **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 57fd4f8950a..ff73149c71f 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.39", + "version": "6.0.0-alpha.40", "description": "PatternFly drag and drop solution", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -32,9 +32,9 @@ "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/sortable": "^7.0.2", - "@patternfly/react-core": "^6.0.0-alpha.58", - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", + "@patternfly/react-core": "^6.0.0-alpha.59", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", "memoize-one": "^5.1.0", "resize-observer-polyfill": "^1.5.1" }, diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index cdf5ece918d..94308c40579 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.21 (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.0.0-alpha.19...@patternfly/react-icons@6.0.0-alpha.20) (2024-04-22) **Note:** Version bump only for package @patternfly/react-icons diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index a352316a480..79c8ff83971 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.20", + "version": "6.0.0-alpha.21", "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 902fb981bd8..2370837483f 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.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.29...@patternfly/react-integration@6.0.0-alpha.30) (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.28...@patternfly/react-integration@6.0.0-alpha.29) (2024-05-16) ### Features diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index 2ab6cf91a9c..e221cd4beae 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.58](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.57...demo-app-ts@5.1.1-alpha.58) (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + ## [5.1.1-alpha.57](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.56...demo-app-ts@5.1.1-alpha.57) (2024-05-16) ### Features diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index 52f46bac6bb..634d04ce976 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.57", + "version": "5.1.1-alpha.58", "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.58", + "@patternfly/react-core": "^6.0.0-alpha.59", "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 d87ab9515a6..4e871725d43 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.29", + "version": "6.0.0-alpha.30", "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 9659c32f291..45f6d457713 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.21 (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.19...@patternfly/react-styles@6.0.0-alpha.20) (2024-04-22) **Note:** Version bump only for package @patternfly/react-styles diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index a19934256ef..d1ae2e42b4f 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.20", + "version": "6.0.0-alpha.21", "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 0e451f76fd2..1adbcd4f99d 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.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.58...@patternfly/react-table@6.0.0-alpha.59) (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.57...@patternfly/react-table@6.0.0-alpha.58) (2024-05-16) ### Features diff --git a/packages/react-table/package.json b/packages/react-table/package.json index d73bb610fc4..a01a36917be 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.58", + "version": "6.0.0-alpha.59", "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.58", - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", - "@patternfly/react-tokens": "^6.0.0-alpha.20", + "@patternfly/react-core": "^6.0.0-alpha.59", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", + "@patternfly/react-tokens": "^6.0.0-alpha.21", "lodash": "^4.17.19", "tslib": "^2.5.0" }, diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index b667edbefb4..600af03efcf 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.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.8...@patternfly/react-templates@6.0.0-alpha.9) (2024-05-21) + +**Note:** Version bump only for package @patternfly/react-templates + # [6.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.7...@patternfly/react-templates@6.0.0-alpha.8) (2024-05-16) **Note:** Version bump only for package @patternfly/react-templates diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index cf4dc1d102f..8e852db3617 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.8", + "version": "6.0.0-alpha.9", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -33,10 +33,10 @@ "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json" }, "dependencies": { - "@patternfly/react-core": "^6.0.0-alpha.58", - "@patternfly/react-icons": "^6.0.0-alpha.20", - "@patternfly/react-styles": "^6.0.0-alpha.20", - "@patternfly/react-tokens": "^6.0.0-alpha.20", + "@patternfly/react-core": "^6.0.0-alpha.59", + "@patternfly/react-icons": "^6.0.0-alpha.21", + "@patternfly/react-styles": "^6.0.0-alpha.21", + "@patternfly/react-tokens": "^6.0.0-alpha.21", "tslib": "^2.5.0" }, "peerDependencies": { diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index fa90293cb4c..d3bee4e3d62 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.21 (2024-05-21) + +### Features + +- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1)) + # [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.0.0-alpha.19...@patternfly/react-tokens@6.0.0-alpha.20) (2024-04-22) **Note:** Version bump only for package @patternfly/react-tokens diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index 645c6eb262f..88a0c0ed191 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.20", + "version": "6.0.0-alpha.21", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js",