Skip to content

Commit f62813f

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

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.2.0-prerelease.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-22)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
610
# [6.2.0-prerelease.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-17)
711

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

packages/react-docs/package.json

Lines changed: 2 additions & 2 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-prerelease.50",
4+
"version": "6.2.0-prerelease.51",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -26,7 +26,7 @@
2626
"@patternfly/react-charts": "^7.2.0-prerelease.10",
2727
"@patternfly/react-code-editor": "^5.2.0-prerelease.49",
2828
"@patternfly/react-core": "^5.2.0-prerelease.48",
29-
"@patternfly/react-drag-drop": "^5.2.0-prerelease.6",
29+
"@patternfly/react-drag-drop": "^5.2.0-prerelease.7",
3030
"@patternfly/react-icons": "^5.2.0-prerelease.10",
3131
"@patternfly/react-styles": "^5.2.0-prerelease.6",
3232
"@patternfly/react-table": "^5.2.0-prerelease.48",

packages/react-drag-drop/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.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-22)
7+
8+
### Features
9+
10+
- **DragDrop:** fix import warning ([#10023](https://github.com/patternfly/patternfly-react/issues/10023)) ([e3fe70f](https://github.com/patternfly/patternfly-react/commit/e3fe70fb9d1fca377f820296b7252b9e9efdf69e))
11+
612
# [5.2.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-17)
713

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

packages/react-drag-drop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-drag-drop",
3-
"version": "5.2.0-prerelease.6",
3+
"version": "5.2.0-prerelease.7",
44
"description": "PatternFly drag and drop solution",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)