From 193cb22b7bf7b8e2e58999fc61ac95154ea87d1d Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 5 Mar 2024 21:00:32 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-charts@7.2.2 - @patternfly/react-docs@6.2.2 --- packages/react-charts/CHANGELOG.md | 4 ++++ packages/react-charts/package.json | 2 +- packages/react-docs/CHANGELOG.md | 4 ++++ packages/react-docs/package.json | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 49b50ca4f5f..de412ef4e7b 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/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. +## [7.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@7.2.1...@patternfly/react-charts@7.2.2) (2024-03-05) + +**Note:** Version bump only for package @patternfly/react-charts + ## [7.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@7.2.0...@patternfly/react-charts@7.2.1) (2024-02-29) ### Bug Fixes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index f782679bfd0..7bcbc827e87 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "7.2.1", + "version": "7.2.2", "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", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index 8f59f6bc25d..9841a2641ce 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.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.1...@patternfly/react-docs@6.2.2) (2024-03-05) + +**Note:** Version bump only for package @patternfly/react-docs + ## [6.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.0...@patternfly/react-docs@6.2.1) (2024-02-29) ### Bug Fixes diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index f85edcf09bf..58c198842ae 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.2.1", + "version": "6.2.2", "publishConfig": { "access": "public" }, @@ -23,7 +23,7 @@ }, "dependencies": { "@patternfly/patternfly": "5.2.1", - "@patternfly/react-charts": "^7.2.1", + "@patternfly/react-charts": "^7.2.2", "@patternfly/react-code-editor": "^5.2.1", "@patternfly/react-core": "^5.2.1", "@patternfly/react-drag-drop": "^5.2.1",