Skip to content

Commit 30b52a0

Browse files
chore(release): releasing packages [ci skip]
- [email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected]
1 parent b2e8cc2 commit 30b52a0

File tree

20 files changed

+73
-33
lines changed

20 files changed

+73
-33
lines changed

packages/eslint-plugin-patternfly-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 5.3.0-prerelease.0 (2024-02-02)
7+
8+
**Note:** Version bump only for package eslint-plugin-patternfly-react
9+
610
# 5.2.0 (2024-02-02)
711

812
**Note:** Version bump only for package eslint-plugin-patternfly-react

packages/eslint-plugin-patternfly-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-patternfly-react",
3-
"version": "5.2.0",
3+
"version": "5.3.0-prerelease.0",
44
"private": false,
55
"main": "./lib/index.js",
66
"license": "MIT",

packages/react-charts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.3.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
610
# 7.2.0 (2024-02-02)
711

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

packages/react-charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "7.2.0",
3+
"version": "7.3.0-prerelease.0",
44
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -28,8 +28,8 @@
2828
},
2929
"homepage": "https://github.com/patternfly/patternfly-react#readme",
3030
"dependencies": {
31-
"@patternfly/react-styles": "^5.2.0",
32-
"@patternfly/react-tokens": "^5.2.0",
31+
"@patternfly/react-styles": "^5.3.0-prerelease.0",
32+
"@patternfly/react-tokens": "^5.3.0-prerelease.0",
3333
"hoist-non-react-statics": "^3.3.0",
3434
"lodash": "^4.17.21",
3535
"tslib": "^2.5.0",

packages/react-code-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
610
# [5.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
711

812
**Note:** Version bump only for package @patternfly/react-code-editor

packages/react-code-editor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "5.2.0",
3+
"version": "5.3.0-prerelease.0",
44
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -30,9 +30,9 @@
3030
},
3131
"dependencies": {
3232
"@monaco-editor/react": "^4.6.0",
33-
"@patternfly/react-core": "^5.2.0",
34-
"@patternfly/react-icons": "^5.2.0",
35-
"@patternfly/react-styles": "^5.2.0",
33+
"@patternfly/react-core": "^5.3.0-prerelease.0",
34+
"@patternfly/react-icons": "^5.3.0-prerelease.0",
35+
"@patternfly/react-styles": "^5.3.0-prerelease.0",
3636
"react-dropzone": "14.2.3",
3737
"tslib": "^2.5.0"
3838
},

packages/react-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.3.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
610
# [5.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
711

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

packages/react-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "5.2.0",
3+
"version": "5.3.0-prerelease.0",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -45,9 +45,9 @@
4545
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
4646
},
4747
"dependencies": {
48-
"@patternfly/react-icons": "^5.2.0",
49-
"@patternfly/react-styles": "^5.2.0",
50-
"@patternfly/react-tokens": "^5.2.0",
48+
"@patternfly/react-icons": "^5.3.0-prerelease.0",
49+
"@patternfly/react-styles": "^5.3.0-prerelease.0",
50+
"@patternfly/react-tokens": "^5.3.0-prerelease.0",
5151
"focus-trap": "7.5.2",
5252
"react-dropzone": "^14.2.3",
5353
"tslib": "^2.5.0"

packages/react-docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.3.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
610
# [6.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-02)
711

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

packages/react-docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "6.2.0",
4+
"version": "6.3.0-prerelease.0",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -23,14 +23,14 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "5.2.0",
26-
"@patternfly/react-charts": "^7.2.0",
27-
"@patternfly/react-code-editor": "^5.2.0",
28-
"@patternfly/react-core": "^5.2.0",
29-
"@patternfly/react-drag-drop": "^5.2.0",
30-
"@patternfly/react-icons": "^5.2.0",
31-
"@patternfly/react-styles": "^5.2.0",
32-
"@patternfly/react-table": "^5.2.0",
33-
"@patternfly/react-tokens": "^5.2.0"
26+
"@patternfly/react-charts": "^7.3.0-prerelease.0",
27+
"@patternfly/react-code-editor": "^5.3.0-prerelease.0",
28+
"@patternfly/react-core": "^5.3.0-prerelease.0",
29+
"@patternfly/react-drag-drop": "^5.3.0-prerelease.0",
30+
"@patternfly/react-icons": "^5.3.0-prerelease.0",
31+
"@patternfly/react-styles": "^5.3.0-prerelease.0",
32+
"@patternfly/react-table": "^5.3.0-prerelease.0",
33+
"@patternfly/react-tokens": "^5.3.0-prerelease.0"
3434
},
3535
"devDependencies": {
3636
"@patternfly/documentation-framework": "^5.0.15",

0 commit comments

Comments
 (0)