Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-charts@7.2.2
 - @patternfly/react-docs@6.2.2
  • Loading branch information
patternfly-build committed Mar 5, 2024
1 parent 74cee06 commit 193cb22
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "6.2.1",
"version": "6.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
Expand Down

0 comments on commit 193cb22

Please sign in to comment.