diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 5c6d86d81a6..aaa368343b8 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.82.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.121...@patternfly/react-code-editor@4.82.122) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + ## [4.82.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.120...@patternfly/react-code-editor@4.82.121) (2023-10-06) **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 4d13359881e..3a2f997708a 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": "4.82.121", + "version": "4.82.122", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "react-dropzone": "9.0.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 205bf9b7625..3969b5cdf7d 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.278.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.278.0...@patternfly/react-core@4.278.1) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-core + + + + + # [4.278.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.277.0...@patternfly/react-core@4.278.0) (2023-10-06) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 5735d63f80c..c99bf53170a 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "4.278.0", + "version": "4.278.1", "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 1263fa65589..1b6ae6796c2 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.103.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.89...@patternfly/react-docs@5.103.90) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## [5.103.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.88...@patternfly/react-docs@5.103.89) (2023-10-06) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 5d57a3877ab..3361c5303be 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": "5.103.89", + "version": "5.103.90", "publishConfig": { "access": "public" }, @@ -23,14 +23,14 @@ "dependencies": { "@patternfly/patternfly": "4.224.2", "@patternfly/react-charts": "^6.94.21", - "@patternfly/react-code-editor": "^4.82.121", - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-code-editor": "^4.82.122", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", - "@patternfly/react-inline-edit-extension": "^4.86.128", + "@patternfly/react-inline-edit-extension": "^4.86.129", "@patternfly/react-styles": "^4.92.8", - "@patternfly/react-table": "^4.113.6", + "@patternfly/react-table": "^4.113.7", "@patternfly/react-tokens": "^4.94.7", - "@patternfly/react-virtualized-extension": "^4.88.121" + "@patternfly/react-virtualized-extension": "^4.88.122" }, "devDependencies": { "@patternfly/documentation-framework": "1.8.0", diff --git a/packages/react-inline-edit-extension/CHANGELOG.md b/packages/react-inline-edit-extension/CHANGELOG.md index 0b2015b1d64..3476e863a89 100644 --- a/packages/react-inline-edit-extension/CHANGELOG.md +++ b/packages/react-inline-edit-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.86.129](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.128...@patternfly/react-inline-edit-extension@4.86.129) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## [4.86.128](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.127...@patternfly/react-inline-edit-extension@4.86.128) (2023-10-06) **Note:** Version bump only for package @patternfly/react-inline-edit-extension diff --git a/packages/react-inline-edit-extension/package.json b/packages/react-inline-edit-extension/package.json index 749d33a26ea..a618436f6a8 100644 --- a/packages/react-inline-edit-extension/package.json +++ b/packages/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "4.86.128", + "version": "4.86.129", "description": "This library provides inline editing support for PatternFly 4 React table", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,10 +29,10 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", - "@patternfly/react-table": "^4.113.6" + "@patternfly/react-table": "^4.113.7" }, "peerDependencies": { "react": "^16.8 || ^17 || ^18", diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index 7b1c5a379da..65bef4f5a2f 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.210.19](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.18...demo-app-ts@4.210.19) (2023-11-15) + +**Note:** Version bump only for package demo-app-ts + + + + + ## [4.210.18](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.17...demo-app-ts@4.210.18) (2023-10-06) **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 fd8e43fa284..db0c76fb6fe 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": "4.210.18", + "version": "4.210.19", "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": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "react": "^18", "react-dom": "^18", "react-router": "^5.3.3", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index ef5d76160a3..47632bfcbe5 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.113.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.6...@patternfly/react-table@4.113.7) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## [4.113.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.5...@patternfly/react-table@4.113.6) (2023-10-06) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index bc609ece030..3e9f3bcb615 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "4.113.6", + "version": "4.113.7", "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", @@ -38,7 +38,7 @@ "subpaths": "node scripts/copySubpaths.js" }, "dependencies": { - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "@patternfly/react-tokens": "^4.94.7", diff --git a/packages/react-virtualized-extension/CHANGELOG.md b/packages/react-virtualized-extension/CHANGELOG.md index 5251ec93540..dfbac879d6b 100644 --- a/packages/react-virtualized-extension/CHANGELOG.md +++ b/packages/react-virtualized-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.88.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.121...@patternfly/react-virtualized-extension@4.88.122) (2023-11-15) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## [4.88.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.120...@patternfly/react-virtualized-extension@4.88.121) (2023-10-06) **Note:** Version bump only for package @patternfly/react-virtualized-extension diff --git a/packages/react-virtualized-extension/package.json b/packages/react-virtualized-extension/package.json index 081aa164e85..c9fd74188c6 100644 --- a/packages/react-virtualized-extension/package.json +++ b/packages/react-virtualized-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-virtualized-extension", - "version": "4.88.121", + "version": "4.88.122", "description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.278.0", + "@patternfly/react-core": "^4.278.1", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "linear-layout-vector": "0.0.1",