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.3.0-prerelease.1
 - @patternfly/react-docs@6.3.0-prerelease.1
  • Loading branch information
patternfly-build committed Feb 14, 2024
1 parent 714eaca commit 5e4e480
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# 7.3.0-prerelease.1 (2024-02-14)

### Bug Fixes

- **charts:** adjust for Victory types changes ([#10082](https://github.com/patternfly/patternfly-react/issues/10082)) ([714eaca](https://github.com/patternfly/patternfly-react/commit/714eaca02f99f709a6aadc1d9dd58d25940f7403))

# 7.3.0-prerelease.0 (2024-02-02)

# 5.2.0 (2024-02-02)
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.3.0-prerelease.0",
"version": "7.3.0-prerelease.1",
"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.3.0-prerelease.1 (2024-02-14)

**Note:** Version bump only for package @patternfly/react-docs

# 6.3.0-prerelease.0 (2024-02-02)

# 5.2.0 (2024-02-02)
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.3.0-prerelease.0",
"version": "6.3.0-prerelease.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@patternfly/patternfly": "5.2.0",
"@patternfly/react-charts": "^7.3.0-prerelease.0",
"@patternfly/react-charts": "^7.3.0-prerelease.1",
"@patternfly/react-code-editor": "^5.3.0-prerelease.0",
"@patternfly/react-core": "^5.3.0-prerelease.0",
"@patternfly/react-drag-drop": "^5.3.0-prerelease.0",
Expand Down

0 comments on commit 5e4e480

Please sign in to comment.