Skip to content

Commit 3406ab6

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - [email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - [email protected] - [email protected]
1 parent 49140f2 commit 3406ab6

File tree

26 files changed

+113
-37
lines changed

26 files changed

+113
-37
lines changed

packages/react-charts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-29)
7+
8+
### Bug Fixes
9+
10+
- **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
11+
612
# 7.2.0 (2024-02-02)
713

814
**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.2.1",
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.2.1",
32+
"@patternfly/react-tokens": "^5.2.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-29)
7+
8+
### Bug Fixes
9+
10+
- **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
11+
612
# 5.2.0 (2024-02-02)
713

814
**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.2.1",
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.2.1",
34+
"@patternfly/react-icons": "^5.2.1",
35+
"@patternfly/react-styles": "^5.2.1",
3636
"react-dropzone": "14.2.3",
3737
"tslib": "^2.5.0"
3838
},

packages/react-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-29)
7+
8+
### Bug Fixes
9+
10+
- **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
11+
612
# 5.2.0 (2024-02-02)
713

814
**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.2.1",
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",
@@ -46,9 +46,9 @@
4646
"clean:exports": "node scripts/cleanDistExports.js"
4747
},
4848
"dependencies": {
49-
"@patternfly/react-icons": "^5.2.0",
50-
"@patternfly/react-styles": "^5.2.0",
51-
"@patternfly/react-tokens": "^5.2.0",
49+
"@patternfly/react-icons": "^5.2.1",
50+
"@patternfly/react-styles": "^5.2.1",
51+
"@patternfly/react-tokens": "^5.2.1",
5252
"focus-trap": "7.5.2",
5353
"react-dropzone": "^14.2.3",
5454
"tslib": "^2.5.0"

packages/react-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-29)
7+
8+
### Bug Fixes
9+
10+
- **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
11+
612
# 6.2.0 (2024-02-02)
713

814
**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.2.1",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -23,14 +23,14 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "5.2.1",
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.2.1",
27+
"@patternfly/react-code-editor": "^5.2.1",
28+
"@patternfly/react-core": "^5.2.1",
29+
"@patternfly/react-drag-drop": "^5.2.1",
30+
"@patternfly/react-icons": "^5.2.1",
31+
"@patternfly/react-styles": "^5.2.1",
32+
"@patternfly/react-table": "^5.2.1",
33+
"@patternfly/react-tokens": "^5.2.1"
3434
},
3535
"devDependencies": {
3636
"@patternfly/documentation-framework": "^5.0.15",

packages/react-drag-drop/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.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-02-29)
7+
8+
**Note:** Version bump only for package @patternfly/react-drag-drop
9+
610
# 5.2.0 (2024-02-02)
711

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

packages/react-drag-drop/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-drag-drop",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "PatternFly drag and drop solution",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -32,9 +32,9 @@
3232
"@dnd-kit/core": "^6.0.8",
3333
"@dnd-kit/modifiers": "^6.0.1",
3434
"@dnd-kit/sortable": "^7.0.2",
35-
"@patternfly/react-core": "^5.2.0",
36-
"@patternfly/react-icons": "^5.2.0",
37-
"@patternfly/react-styles": "^5.2.0",
35+
"@patternfly/react-core": "^5.2.1",
36+
"@patternfly/react-icons": "^5.2.1",
37+
"@patternfly/react-styles": "^5.2.1",
3838
"memoize-one": "^5.1.0",
3939
"resize-observer-polyfill": "^1.5.1"
4040
},

0 commit comments

Comments
 (0)