Skip to content

Commit 04a395a

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-charts@8.2.1 - @patternfly/react-code-editor@6.2.1 - @patternfly/react-core@6.2.1 - @patternfly/react-docs@7.2.1 - @patternfly/react-drag-drop@6.2.1 - @patternfly/react-icons@6.2.1 - @patternfly/react-styles@6.2.1 - @patternfly/react-table@6.2.1 - @patternfly/react-templates@6.2.1 - @patternfly/react-tokens@6.2.1
1 parent 03d9243 commit 04a395a

File tree

20 files changed

+84
-10
lines changed

20 files changed

+84
-10
lines changed

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+
## [8.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.2.0...@patternfly/react-charts@8.2.1) (2025-04-17)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
610
## [8.2.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.2.0...@patternfly/react-charts@8.2.1-prerelease.0) (2025-04-14)
711

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

packages/react-charts/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-charts",
3-
"version": "8.2.1-prerelease.0",
3+
"version": "8.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",

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+
## [6.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.2.0...@patternfly/react-code-editor@6.2.1) (2025-04-17)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
610
## [6.2.1-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.2.1-prerelease.6...@patternfly/react-code-editor@6.2.1-prerelease.7) (2025-04-15)
711

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

packages/react-code-editor/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-code-editor",
3-
"version": "6.2.1-prerelease.7",
3+
"version": "6.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",

packages/react-core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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/react-core@6.2.0...@patternfly/react-core@6.2.1) (2025-04-17)
7+
8+
### Bug Fixes
9+
10+
- **DatePicker:** prevented textless helper text from rendering ([#11713](https://github.com/patternfly/patternfly-react/issues/11713)) ([21de07e](https://github.com/patternfly/patternfly-react/commit/21de07ef974417cdc865a6247ea020bee7a42aae))
11+
- **HelperTextItem:** allowed removal of SR text element ([#11704](https://github.com/patternfly/patternfly-react/issues/11704)) ([2ff2967](https://github.com/patternfly/patternfly-react/commit/2ff2967e0a72994227bef8b844522c01872c7fee))
12+
- publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
13+
- **Wizard deprecated:** added wrapper for step name ([#11761](https://github.com/patternfly/patternfly-react/issues/11761)) ([a4fafec](https://github.com/patternfly/patternfly-react/commit/a4fafec679e799846c1e2ef121ea06dd88614dd6))
14+
15+
### Features
16+
17+
- **LoginPage:** added isPasswordRequired prop ([#11673](https://github.com/patternfly/patternfly-react/issues/11673)) ([1e923c0](https://github.com/patternfly/patternfly-react/commit/1e923c03164ef65a3819c846650f095b243b1fc8))
18+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
19+
620
## [6.2.1-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.2.1-prerelease.4...@patternfly/react-core@6.2.1-prerelease.5) (2025-04-15)
721

822
### Bug Fixes

packages/react-core/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-core",
3-
"version": "6.2.1-prerelease.5",
3+
"version": "6.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",

packages/react-docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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/react-docs@7.2.0...@patternfly/react-docs@7.2.1) (2025-04-17)
7+
8+
### Bug Fixes
9+
10+
- publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
11+
12+
### Features
13+
14+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
15+
616
## [7.2.1-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.2.1-prerelease.6...@patternfly/react-docs@7.2.1-prerelease.7) (2025-04-15)
717

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

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
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": "7.2.1-prerelease.7",
4+
"version": "7.2.1",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease"

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+
## [6.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.2.0...@patternfly/react-drag-drop@6.2.1) (2025-04-17)
7+
8+
**Note:** Version bump only for package @patternfly/react-drag-drop
9+
610
## [6.2.1-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.2.1-prerelease.4...@patternfly/react-drag-drop@6.2.1-prerelease.5) (2025-04-15)
711

812
**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": "6.2.1-prerelease.5",
3+
"version": "6.2.1",
44
"description": "PatternFly drag and drop solution",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-icons/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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/react-icons@6.2.0...@patternfly/react-icons@6.2.1) (2025-04-17)
7+
8+
### Bug Fixes
9+
10+
- publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
11+
12+
### Features
13+
14+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
15+
616
## [6.2.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.2.0...@patternfly/react-icons@6.2.1-prerelease.0) (2025-04-14)
717

818
### Features

packages/react-icons/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-icons",
3-
"version": "6.2.1-prerelease.0",
3+
"version": "6.2.1",
44
"description": "PatternFly 4 Icons as React Components",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-styles/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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/react-styles@6.2.0...@patternfly/react-styles@6.2.1) (2025-04-17)
7+
8+
### Bug Fixes
9+
10+
- publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
11+
12+
### Features
13+
14+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
15+
616
## [6.2.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0...@patternfly/react-styles@6.2.1-prerelease.0) (2025-04-14)
717

818
### Features

packages/react-styles/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-styles",
3-
"version": "6.2.1-prerelease.0",
3+
"version": "6.2.1",
44
"main": "dist/js/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

packages/react-table/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.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.2.0...@patternfly/react-table@6.2.1) (2025-04-17)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
610
## [6.2.1-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.2.1-prerelease.4...@patternfly/react-table@6.2.1-prerelease.5) (2025-04-15)
711

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

packages/react-table/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-table",
3-
"version": "6.2.1-prerelease.5",
3+
"version": "6.2.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

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.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.2.0...@patternfly/react-templates@6.2.1) (2025-04-17)
7+
8+
**Note:** Version bump only for package @patternfly/react-templates
9+
610
## [6.2.1-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.2.1-prerelease.4...@patternfly/react-templates@6.2.1-prerelease.5) (2025-04-15)
711

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

packages/react-templates/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-templates",
3-
"version": "6.2.1-prerelease.5",
3+
"version": "6.2.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",

packages/react-tokens/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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/react-tokens@6.2.0...@patternfly/react-tokens@6.2.1) (2025-04-17)
7+
8+
### Bug Fixes
9+
10+
- publish patch release. ([ec18e50](https://github.com/patternfly/patternfly-react/commit/ec18e50782c4a7ee2f6a8b072be6b5808b196661))
11+
12+
### Features
13+
14+
- **Page:** Added support for sidebar-less layout ([#11760](https://github.com/patternfly/patternfly-react/issues/11760)) ([4b0c6e4](https://github.com/patternfly/patternfly-react/commit/4b0c6e4a79aba86508891985f19f4853e3b7f87f))
15+
616
## [6.2.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.2.0...@patternfly/react-tokens@6.2.1-prerelease.0) (2025-04-14)
717

818
### Features

packages/react-tokens/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-tokens",
3-
"version": "6.2.1-prerelease.0",
3+
"version": "6.2.1",
44
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)