File tree Expand file tree Collapse file tree 24 files changed +123
-12
lines changed Expand file tree Collapse file tree 24 files changed +123
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 8.2.0-prerelease.26] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.2.0-prerelease.25...@patternfly/react-charts@8.2.0-prerelease.26 ) (2025-03-20)
7
+
8
+ ### Features
9
+
10
+ - ** charts:** Sankey and Line charts, based on Apache ECharts ([ #11616 ] ( https://github.com/patternfly/patternfly-react/issues/11616 ) ) ([ f2479b1] ( https://github.com/patternfly/patternfly-react/commit/f2479b10dc6a96e97bfa1b0bb4bc3da789b9e93b ) )
11
+
6
12
# [ 8.2.0-prerelease.25] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.2.0-prerelease.24...@patternfly/react-charts@8.2.0-prerelease.25 ) (2025-03-11)
7
13
8
14
** Note:** Version bump only for package @patternfly/react-charts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-charts" ,
3
- "version" : " 8.2.0-prerelease.25 " ,
3
+ "version" : " 8.2.0-prerelease.26 " ,
4
4
"description" : " This library provides a set of React chart components for use with the PatternFly reference implementation." ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.36] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.2.0-prerelease.35...@patternfly/react-code-editor@6.2.0-prerelease.36 ) (2025-03-20)
7
+
8
+ ** Note:** Version bump only for package @patternfly/react-code-editor
9
+
6
10
# [ 6.2.0-prerelease.35] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.2.0-prerelease.34...@patternfly/react-code-editor@6.2.0-prerelease.35 ) (2025-03-11)
7
11
8
12
** Note:** Version bump only for package @patternfly/react-code-editor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-code-editor" ,
3
- "version" : " 6.2.0-prerelease.35 " ,
3
+ "version" : " 6.2.0-prerelease.36 " ,
4
4
"description" : " This package provides a PatternFly wrapper for the Monaco code editor\n " ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.34] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.2.0-prerelease.33...@patternfly/react-core@6.2.0-prerelease.34 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** Apply JSX tranform changes to missed demos and examples ([ #11679 ] ( https://github.com/patternfly/patternfly-react/issues/11679 ) ) ([ 546aaa1] ( https://github.com/patternfly/patternfly-react/commit/546aaa163f9a4cdb3649190783e5d9d5f32b9b6a ) )
11
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([ #11653 ] ( https://github.com/patternfly/patternfly-react/issues/11653 ) ) ([ f4df244] ( https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2 ) )
12
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([ #11660 ] ( https://github.com/patternfly/patternfly-react/issues/11660 ) ) ([ 01006e6] ( https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb ) )
13
+
14
+ ### Features
15
+
16
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
17
+ - ** card:** add hasHeaderWrap prop and test to support card header wrapping ([ #11663 ] ( https://github.com/patternfly/patternfly-react/issues/11663 ) ) ([ d341d0b] ( https://github.com/patternfly/patternfly-react/commit/d341d0bf83bb0ebc0bb7b769bbfaf3eda7a2d906 ) )
18
+ - ** ClipboardCopy:** added truncation for inlinecompact variant ([ #11610 ] ( https://github.com/patternfly/patternfly-react/issues/11610 ) ) ([ 48b5749] ( https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999 ) )
19
+ - ** NotificationBadge:** Add animation for notify ([ #11675 ] ( https://github.com/patternfly/patternfly-react/issues/11675 ) ) ([ 37ad42b] ( https://github.com/patternfly/patternfly-react/commit/37ad42bb7ee7ca27882e54470cfa11cf50789070 ) )
20
+ - ** toolbar:** add hasNoPadding prop and test ([ #11648 ] ( https://github.com/patternfly/patternfly-react/issues/11648 ) ) ([ 177b684] ( https://github.com/patternfly/patternfly-react/commit/177b684a67313f3655a3df75d43864309d771902 ) )
21
+
6
22
# [ 6.2.0-prerelease.33] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.2.0-prerelease.32...@patternfly/react-core@6.2.0-prerelease.33 ) (2025-03-11)
7
23
8
24
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-core" ,
3
- "version" : " 6.2.0-prerelease.33 " ,
3
+ "version" : " 6.2.0-prerelease.34 " ,
4
4
"description" : " This library provides a set of common React components for use with the PatternFly reference implementation." ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 7.2.0-prerelease.54] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.2.0-prerelease.53...@patternfly/react-docs@7.2.0-prerelease.54 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([ #11653 ] ( https://github.com/patternfly/patternfly-react/issues/11653 ) ) ([ f4df244] ( https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2 ) )
11
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([ #11660 ] ( https://github.com/patternfly/patternfly-react/issues/11660 ) ) ([ 01006e6] ( https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+ - ** charts:** Sankey and Line charts, based on Apache ECharts ([ #11616 ] ( https://github.com/patternfly/patternfly-react/issues/11616 ) ) ([ f2479b1] ( https://github.com/patternfly/patternfly-react/commit/f2479b10dc6a96e97bfa1b0bb4bc3da789b9e93b ) )
17
+ - ** ClipboardCopy:** added truncation for inlinecompact variant ([ #11610 ] ( https://github.com/patternfly/patternfly-react/issues/11610 ) ) ([ 48b5749] ( https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999 ) )
18
+
6
19
# [ 7.2.0-prerelease.53] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.2.0-prerelease.52...@patternfly/react-docs@7.2.0-prerelease.53 ) (2025-03-12)
7
20
8
21
** Note:** Version bump only for package @patternfly/react-docs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-docs" ,
3
3
"description" : " PatternFly React Docs" ,
4
- "version" : " 7.2.0-prerelease.53 " ,
4
+ "version" : " 7.2.0-prerelease.54 " ,
5
5
"publishConfig" : {
6
6
"access" : " public" ,
7
7
"tag" : " prerelease"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.36] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.2.0-prerelease.35...@patternfly/react-drag-drop@6.2.0-prerelease.36 ) (2025-03-20)
7
+
8
+ ** Note:** Version bump only for package @patternfly/react-drag-drop
9
+
6
10
# [ 6.2.0-prerelease.35] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.2.0-prerelease.34...@patternfly/react-drag-drop@6.2.0-prerelease.35 ) (2025-03-11)
7
11
8
12
** Note:** Version bump only for package @patternfly/react-drag-drop
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-drag-drop" ,
3
- "version" : " 6.2.0-prerelease.35 " ,
3
+ "version" : " 6.2.0-prerelease.36 " ,
4
4
"description" : " PatternFly drag and drop solution" ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.12] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.2.0-prerelease.11...@patternfly/react-icons@6.2.0-prerelease.12 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([ #11653 ] ( https://github.com/patternfly/patternfly-react/issues/11653 ) ) ([ f4df244] ( https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2 ) )
11
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([ #11660 ] ( https://github.com/patternfly/patternfly-react/issues/11660 ) ) ([ 01006e6] ( https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+ - ** ClipboardCopy:** added truncation for inlinecompact variant ([ #11610 ] ( https://github.com/patternfly/patternfly-react/issues/11610 ) ) ([ 48b5749] ( https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999 ) )
17
+
6
18
# [ 6.2.0-prerelease.11] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.2.0-prerelease.10...@patternfly/react-icons@6.2.0-prerelease.11 ) (2025-03-11)
7
19
8
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-icons" ,
3
- "version" : " 6.2.0-prerelease.11 " ,
3
+ "version" : " 6.2.0-prerelease.12 " ,
4
4
"description" : " PatternFly 4 Icons as React Components" ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.0.0-prerelease.31] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-prerelease.30...@patternfly/react-integration@6.0.0-prerelease.31 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** Apply JSX tranform changes to missed demos and examples ([ #11679 ] ( https://github.com/patternfly/patternfly-react/issues/11679 ) ) ([ 546aaa1] ( https://github.com/patternfly/patternfly-react/commit/546aaa163f9a4cdb3649190783e5d9d5f32b9b6a ) )
11
+ - Updated demo app version. ([ 0501bfb] ( https://github.com/patternfly/patternfly-react/commit/0501bfb8273e50b16c131adbc7b969cd75c2b646 ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+
6
17
# [ 6.0.0-prerelease.30] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-prerelease.29...@patternfly/react-integration@6.0.0-prerelease.30 ) (2025-03-12)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.0.0-prerelease.87] ( https://github.com/patternfly/patternfly-react/compare/demo-app-ts@6.0.0-prerelease.85...demo-app-ts@6.0.0-prerelease.87 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** Apply JSX tranform changes to missed demos and examples ([ #11679 ] ( https://github.com/patternfly/patternfly-react/issues/11679 ) ) ([ 546aaa1] ( https://github.com/patternfly/patternfly-react/commit/546aaa163f9a4cdb3649190783e5d9d5f32b9b6a ) )
11
+ - Updated demo app version. ([ 0501bfb] ( https://github.com/patternfly/patternfly-react/commit/0501bfb8273e50b16c131adbc7b969cd75c2b646 ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+
6
17
# [ 6.0.0-prerelease.85] ( https://github.com/patternfly/patternfly-react/compare/demo-app-ts@6.0.0-prerelease.84...demo-app-ts@6.0.0-prerelease.85 ) (2025-03-12)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo-app-ts" ,
3
3
"private" : true ,
4
- "version" : " 6.0.0-prerelease.86 " ,
4
+ "version" : " 6.0.0-prerelease.87 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-integration" ,
3
- "version" : " 6.0.0-prerelease.30 " ,
3
+ "version" : " 6.0.0-prerelease.31 " ,
4
4
"private" : true ,
5
5
"description" : " Integration testing for PF5 using demo applications" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.11] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.10...@patternfly/react-styles@6.2.0-prerelease.11 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([ #11653 ] ( https://github.com/patternfly/patternfly-react/issues/11653 ) ) ([ f4df244] ( https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2 ) )
11
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([ #11660 ] ( https://github.com/patternfly/patternfly-react/issues/11660 ) ) ([ 01006e6] ( https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+ - ** ClipboardCopy:** added truncation for inlinecompact variant ([ #11610 ] ( https://github.com/patternfly/patternfly-react/issues/11610 ) ) ([ 48b5749] ( https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999 ) )
17
+
6
18
# [ 6.2.0-prerelease.10] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.9...@patternfly/react-styles@6.2.0-prerelease.10 ) (2025-03-11)
7
19
8
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-styles" ,
3
- "version" : " 6.2.0-prerelease.10 " ,
3
+ "version" : " 6.2.0-prerelease.11 " ,
4
4
"main" : " dist/js/index.js" ,
5
5
"module" : " dist/esm/index.js" ,
6
6
"types" : " dist/esm/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.35] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.2.0-prerelease.34...@patternfly/react-table@6.2.0-prerelease.35 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** Apply JSX tranform changes to missed demos and examples ([ #11679 ] ( https://github.com/patternfly/patternfly-react/issues/11679 ) ) ([ 546aaa1] ( https://github.com/patternfly/patternfly-react/commit/546aaa163f9a4cdb3649190783e5d9d5f32b9b6a ) )
11
+
6
12
# [ 6.2.0-prerelease.34] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.2.0-prerelease.33...@patternfly/react-table@6.2.0-prerelease.34 ) (2025-03-11)
7
13
8
14
** Note:** Version bump only for package @patternfly/react-table
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-table" ,
3
- "version" : " 6.2.0-prerelease.34 " ,
3
+ "version" : " 6.2.0-prerelease.35 " ,
4
4
"description" : " This library provides a set of React table components for use with the PatternFly 4" ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.35] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.2.0-prerelease.34...@patternfly/react-templates@6.2.0-prerelease.35 ) (2025-03-20)
7
+
8
+ ** Note:** Version bump only for package @patternfly/react-templates
9
+
6
10
# [ 6.2.0-prerelease.34] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.2.0-prerelease.33...@patternfly/react-templates@6.2.0-prerelease.34 ) (2025-03-11)
7
11
8
12
** Note:** Version bump only for package @patternfly/react-templates
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-templates" ,
3
- "version" : " 6.2.0-prerelease.34 " ,
3
+ "version" : " 6.2.0-prerelease.35 " ,
4
4
"description" : " This package provides wrapped component demos for ease of use\n " ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 6.2.0-prerelease.11] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.2.0-prerelease.10...@patternfly/react-tokens@6.2.0-prerelease.11 ) (2025-03-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.20 ([ #11653 ] ( https://github.com/patternfly/patternfly-react/issues/11653 ) ) ([ f4df244] ( https://github.com/patternfly/patternfly-react/commit/f4df244b1fe68c1ac34bff7379f2bb6558676fb2 ) )
11
+ - ** deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.23 ([ #11660 ] ( https://github.com/patternfly/patternfly-react/issues/11660 ) ) ([ 01006e6] ( https://github.com/patternfly/patternfly-react/commit/01006e6ec3085a3e25fb47904206e5476013e0eb ) )
12
+
13
+ ### Features
14
+
15
+ - ** Alert:** added animations ([ #11495 ] ( https://github.com/patternfly/patternfly-react/issues/11495 ) ) ([ 74dd258] ( https://github.com/patternfly/patternfly-react/commit/74dd258abb9f329dc2fc3fcaaa6fc4de460fc088 ) )
16
+ - ** ClipboardCopy:** added truncation for inlinecompact variant ([ #11610 ] ( https://github.com/patternfly/patternfly-react/issues/11610 ) ) ([ 48b5749] ( https://github.com/patternfly/patternfly-react/commit/48b5749dfda3841aaaeea995659f2094272dc999 ) )
17
+
6
18
# [ 6.2.0-prerelease.10] ( https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.2.0-prerelease.9...@patternfly/react-tokens@6.2.0-prerelease.10 ) (2025-03-11)
7
19
8
20
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternfly/react-tokens" ,
3
- "version" : " 6.2.0-prerelease.10 " ,
3
+ "version" : " 6.2.0-prerelease.11 " ,
4
4
"description" : " This library provides access to the design tokens of PatternFly 4 from JavaScript" ,
5
5
"main" : " dist/js/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments