From 0eb8f37580f7c68fec72396572aec0a8025881fd Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 18 Dec 2024 16:30:17 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-code-editor@5.4.15 - @patternfly/react-core@5.4.12 - @patternfly/react-docs@6.4.20 - @patternfly/react-drag-drop@5.4.12 - demo-app-ts@5.4.17 - @patternfly/react-table@5.4.13 - @patternfly/react-templates@1.1.13 --- packages/react-code-editor/CHANGELOG.md | 4 ++++ packages/react-code-editor/package.json | 2 +- packages/react-core/CHANGELOG.md | 6 ++++++ packages/react-core/package.json | 2 +- packages/react-docs/CHANGELOG.md | 4 ++++ packages/react-docs/package.json | 2 +- packages/react-drag-drop/CHANGELOG.md | 4 ++++ packages/react-drag-drop/package.json | 2 +- packages/react-integration/demo-app-ts/CHANGELOG.md | 4 ++++ packages/react-integration/demo-app-ts/package.json | 2 +- packages/react-table/CHANGELOG.md | 4 ++++ packages/react-table/package.json | 2 +- packages/react-templates/CHANGELOG.md | 4 ++++ packages/react-templates/package.json | 2 +- 14 files changed, 37 insertions(+), 7 deletions(-) diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index a938882775b..aa7c5129e1a 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. +## [5.4.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.14...@patternfly/react-code-editor@5.4.15) (2024-12-18) + +**Note:** Version bump only for package @patternfly/react-code-editor + ## [5.4.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.13...@patternfly/react-code-editor@5.4.14) (2024-12-03) **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 22c5c2cc21c..9bae1766ca8 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": "5.4.14", + "version": "5.4.15", "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 71ab3dbb186..95e55973b0b 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. +## [5.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.11...@patternfly/react-core@5.4.12) (2024-12-18) + +### Bug Fixes + +- **DualListSelector:** resolve tsc type issues ([#11346](https://github.com/patternfly/patternfly-react/issues/11346)) ([7c157a0](https://github.com/patternfly/patternfly-react/commit/7c157a037074c136021211cbc79a4887d37b2ddd)) + ## [5.4.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.10...@patternfly/react-core@5.4.11) (2024-12-03) ### Features diff --git a/packages/react-core/package.json b/packages/react-core/package.json index b97631e813e..d9a0002d270 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.4.11", + "version": "5.4.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 f7d7051ffbc..14218cf0215 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. +## [6.4.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.19...@patternfly/react-docs@6.4.20) (2024-12-18) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.4.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.18...@patternfly/react-docs@6.4.19) (2024-12-03) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index e35571dd567..3df01a1c98b 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": "6.4.19", + "version": "6.4.20", "publishConfig": { "access": "public" }, diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index f43936146c2..0a5af16c0a6 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. +## [5.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.11...@patternfly/react-drag-drop@5.4.12) (2024-12-18) + +**Note:** Version bump only for package @patternfly/react-drag-drop + ## [5.4.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.10...@patternfly/react-drag-drop@5.4.11) (2024-12-03) **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 0885ebeb8b5..ab61129bdc3 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": "5.4.11", + "version": "5.4.12", "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 f3544f61663..4d4e2722d79 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.4.17](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.16...demo-app-ts@5.4.17) (2024-12-18) + +**Note:** Version bump only for package demo-app-ts + ## [5.4.16](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.15...demo-app-ts@5.4.16) (2024-12-03) **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 2eda610e7d1..115755c1a45 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.4.16", + "version": "5.4.17", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index cc93667f2d8..62986d8dc78 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. +## [5.4.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.12...@patternfly/react-table@5.4.13) (2024-12-18) + +**Note:** Version bump only for package @patternfly/react-table + ## [5.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.11...@patternfly/react-table@5.4.12) (2024-12-03) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 4b4b19556b6..e28590303d5 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.4.12", + "version": "5.4.13", "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 700172c830f..a38adabb805 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. +## [1.1.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.12...@patternfly/react-templates@1.1.13) (2024-12-18) + +**Note:** Version bump only for package @patternfly/react-templates + ## [1.1.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.11...@patternfly/react-templates@1.1.12) (2024-12-03) ### Features diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index f8de14eff71..8ce7b9420c0 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "1.1.12", + "version": "1.1.13", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js",