From 713e587e02f5484dde8049ee378dcd53501acc13 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 23 Aug 2023 21:09:44 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-code-editor@4.82.119 - @patternfly/react-core@4.276.12 - @patternfly/react-docs@5.103.87 - @patternfly/react-inline-edit-extension@4.86.126 - demo-app-ts@4.210.16 - @patternfly/react-table@4.113.4 - @patternfly/react-virtualized-extension@4.88.119 --- packages/react-code-editor/CHANGELOG.md | 8 ++++++++ packages/react-code-editor/package.json | 4 ++-- packages/react-core/CHANGELOG.md | 11 +++++++++++ packages/react-core/package.json | 2 +- packages/react-docs/CHANGELOG.md | 8 ++++++++ packages/react-docs/package.json | 12 ++++++------ packages/react-inline-edit-extension/CHANGELOG.md | 8 ++++++++ packages/react-inline-edit-extension/package.json | 6 +++--- packages/react-integration/demo-app-ts/CHANGELOG.md | 8 ++++++++ packages/react-integration/demo-app-ts/package.json | 4 ++-- packages/react-table/CHANGELOG.md | 8 ++++++++ packages/react-table/package.json | 4 ++-- packages/react-virtualized-extension/CHANGELOG.md | 8 ++++++++ packages/react-virtualized-extension/package.json | 4 ++-- 14 files changed, 77 insertions(+), 18 deletions(-) diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 835fa2f53be..4b63a122346 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.119](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.118...@patternfly/react-code-editor@4.82.119) (2023-08-23) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + ## [4.82.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.117...@patternfly/react-code-editor@4.82.118) (2023-07-26) **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 5646da5174c..6e136fa3266 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.118", + "version": "4.82.119", "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.276.11", + "@patternfly/react-core": "^4.276.12", "@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 08ed082b80e..db942280b67 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.276.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.11...@patternfly/react-core@4.276.12) (2023-08-23) + + +### Bug Fixes + +* **DatePicker:** updated v4 onBlur logic ([#9491](https://github.com/patternfly/patternfly-react/issues/9491)) ([24beea4](https://github.com/patternfly/patternfly-react/commit/24beea49a385c5aae34c0a575bc19438a4052065)) + + + + + ## [4.276.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.10...@patternfly/react-core@4.276.11) (2023-07-26) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 3119bbfd213..7460caac175 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "4.276.11", + "version": "4.276.12", "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 fd338219ffe..b8b5a402db1 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.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.86...@patternfly/react-docs@5.103.87) (2023-08-23) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## [5.103.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.85...@patternfly/react-docs@5.103.86) (2023-07-26) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index d44fd6b19f2..025c4dd18ab 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.86", + "version": "5.103.87", "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.118", - "@patternfly/react-core": "^4.276.11", + "@patternfly/react-code-editor": "^4.82.119", + "@patternfly/react-core": "^4.276.12", "@patternfly/react-icons": "^4.93.7", - "@patternfly/react-inline-edit-extension": "^4.86.125", + "@patternfly/react-inline-edit-extension": "^4.86.126", "@patternfly/react-styles": "^4.92.8", - "@patternfly/react-table": "^4.113.3", + "@patternfly/react-table": "^4.113.4", "@patternfly/react-tokens": "^4.94.7", - "@patternfly/react-virtualized-extension": "^4.88.118" + "@patternfly/react-virtualized-extension": "^4.88.119" }, "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 cbc6dab44a6..c6f9b0d6373 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.126](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.125...@patternfly/react-inline-edit-extension@4.86.126) (2023-08-23) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## [4.86.125](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.124...@patternfly/react-inline-edit-extension@4.86.125) (2023-07-26) **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 97473ed50bd..1080fb8368c 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.125", + "version": "4.86.126", "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.276.11", + "@patternfly/react-core": "^4.276.12", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", - "@patternfly/react-table": "^4.113.3" + "@patternfly/react-table": "^4.113.4" }, "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 cec092f651c..c3df4f59fc7 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.16](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.15...demo-app-ts@4.210.16) (2023-08-23) + +**Note:** Version bump only for package demo-app-ts + + + + + ## 4.210.15 (2023-07-26) **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 f2cf610204b..515e94d73c2 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.15", + "version": "4.210.16", "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.276.11", + "@patternfly/react-core": "^4.276.12", "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 606e2e794ab..00222bf5ccd 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.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.3...@patternfly/react-table@4.113.4) (2023-08-23) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## [4.113.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.2...@patternfly/react-table@4.113.3) (2023-07-26) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index c94f8758657..e89ee458156 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "4.113.3", + "version": "4.113.4", "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.276.11", + "@patternfly/react-core": "^4.276.12", "@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 a827893e50d..7d94f1b04bd 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.119](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.118...@patternfly/react-virtualized-extension@4.88.119) (2023-08-23) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## [4.88.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.117...@patternfly/react-virtualized-extension@4.88.118) (2023-07-26) **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 138d94d871e..4c72845ef3f 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.118", + "version": "4.88.119", "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.276.11", + "@patternfly/react-core": "^4.276.12", "@patternfly/react-icons": "^4.93.7", "@patternfly/react-styles": "^4.92.8", "linear-layout-vector": "0.0.1",