From 9b64d81d7401fc4dee1f43b8a2dfe3855fc68880 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Thu, 17 Oct 2024 19:22:10 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-code-editor@5.4.9 - @patternfly/react-core@5.4.7 - @patternfly/react-docs@6.4.11 - @patternfly/react-drag-drop@5.4.7 - demo-app-ts@5.4.10 - @patternfly/react-table@5.4.7 - @patternfly/react-templates@1.1.7 --- packages/react-code-editor/CHANGELOG.md | 4 ++++ packages/react-code-editor/package.json | 2 +- packages/react-core/CHANGELOG.md | 4 ++++ 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, 35 insertions(+), 7 deletions(-) diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index 2a5cf0fe876..64d77bb3aca 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.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.8...@patternfly/react-code-editor@5.4.9) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-code-editor + ## [5.4.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.7...@patternfly/react-code-editor@5.4.8) (2024-10-17) **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 46c658b48ed..dc91705310e 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.8", + "version": "5.4.9", "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 51f4763e9c6..bd7bd60a0af 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. +## [5.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.6...@patternfly/react-core@5.4.7) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-core + ## [5.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.5...@patternfly/react-core@5.4.6) (2024-10-17) ### Bug Fixes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 66c10c37e0f..84e2a108f50 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "5.4.6", + "version": "5.4.7", "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 b69bca5c017..fcf0ef94ae0 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.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.10...@patternfly/react-docs@6.4.11) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.4.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.9...@patternfly/react-docs@6.4.10) (2024-10-17) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 88703f7d44f..34a06f5a78a 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.10", + "version": "6.4.11", "publishConfig": { "access": "public" }, diff --git a/packages/react-drag-drop/CHANGELOG.md b/packages/react-drag-drop/CHANGELOG.md index b51eb3b8d0d..5f8a525e119 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.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.6...@patternfly/react-drag-drop@5.4.7) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-drag-drop + ## [5.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.5...@patternfly/react-drag-drop@5.4.6) (2024-10-17) **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 0360d4a81bb..926f573c612 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.6", + "version": "5.4.7", "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 ed64c10b85b..30b32bb56f2 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.10](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.9...demo-app-ts@5.4.10) (2024-10-17) + +**Note:** Version bump only for package demo-app-ts + ## [5.4.9](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.8...demo-app-ts@5.4.9) (2024-10-17) **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 8bea7e3c12f..55c7f7e66b8 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.9", + "version": "5.4.10", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 89dec2b77df..d5992cb144c 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.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.6...@patternfly/react-table@5.4.7) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-table + ## [5.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.5...@patternfly/react-table@5.4.6) (2024-10-17) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 1f02cf9c32e..716484532e7 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "5.4.6", + "version": "5.4.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", diff --git a/packages/react-templates/CHANGELOG.md b/packages/react-templates/CHANGELOG.md index 8ad976c9eb8..2b115efabff 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.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.6...@patternfly/react-templates@1.1.7) (2024-10-17) + +**Note:** Version bump only for package @patternfly/react-templates + ## [1.1.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.5...@patternfly/react-templates@1.1.6) (2024-10-17) **Note:** Version bump only for package @patternfly/react-templates diff --git a/packages/react-templates/package.json b/packages/react-templates/package.json index e53cbb23d20..cf2d304a6f8 100644 --- a/packages/react-templates/package.json +++ b/packages/react-templates/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-templates", - "version": "1.1.6", + "version": "1.1.7", "description": "This package provides wrapped component demos for ease of use\n", "main": "dist/js/index.js", "module": "dist/esm/index.js",