Skip to content

Commit 6796622

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-code-editor@5.4.2 - @patternfly/react-core@5.4.1 - @patternfly/react-docs@6.4.2 - @patternfly/react-drag-drop@5.4.1 - demo-app-ts@5.4.2 - @patternfly/react-table@5.4.1 - @patternfly/react-templates@1.1.1
1 parent eb245e8 commit 6796622

File tree

14 files changed

+37
-7
lines changed

14 files changed

+37
-7
lines changed

packages/react-code-editor/CHANGELOG.md

+4
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.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.1...@patternfly/react-code-editor@5.4.2) (2024-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
610
## [5.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.0...@patternfly/react-code-editor@5.4.1) (2024-09-13)
711

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

packages/react-code-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
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",

packages/react-core/CHANGELOG.md

+6
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.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.0...@patternfly/react-core@5.4.1) (2024-09-18)
7+
8+
### Bug Fixes
9+
10+
- **dropdown:** Delay setting focus on first item to prevent inadvertent scroll ([#11018](https://github.com/patternfly/patternfly-react/issues/11018)) ([eb245e8](https://github.com/patternfly/patternfly-react/commit/eb245e8801d22d4b60a14a3eefb9b22f3d5be32f))
11+
612
# 5.4.0 (2024-08-27)
713

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

packages/react-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "5.4.0",
3+
"version": "5.4.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",

packages/react-docs/CHANGELOG.md

+4
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.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.1...@patternfly/react-docs@6.4.2) (2024-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
610
## [6.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.0...@patternfly/react-docs@6.4.1) (2024-09-13)
711

812
### Features

packages/react-docs/package.json

+1-1
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.4.1",
4+
"version": "6.4.2",
55
"publishConfig": {
66
"access": "public"
77
},

packages/react-drag-drop/CHANGELOG.md

+4
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.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.0...@patternfly/react-drag-drop@5.4.1) (2024-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-drag-drop
9+
610
# 5.4.0 (2024-08-27)
711

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

packages/react-drag-drop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-drag-drop",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "PatternFly drag and drop solution",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-integration/demo-app-ts/CHANGELOG.md

+4
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.4.2](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.1...demo-app-ts@5.4.2) (2024-09-18)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
610
## [5.4.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-prerelease.141...demo-app-ts@5.4.1) (2024-09-13)
711

812
**Note:** Version bump only for package demo-app-ts

packages/react-integration/demo-app-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/react-table/CHANGELOG.md

+4
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.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.0...@patternfly/react-table@5.4.1) (2024-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
610
# 5.4.0 (2024-08-27)
711

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

packages/react-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "This library provides a set of React table components for use with the PatternFly 4",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-templates/CHANGELOG.md

+4
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+
## [1.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.0...@patternfly/react-templates@1.1.1) (2024-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-templates
9+
610
# 1.1.0 (2024-08-27)
711

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

packages/react-templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-templates",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "This package provides wrapped component demos for ease of use\n",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)