Skip to content

Commit 28e863a

Browse files
committedJun 5, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-charts@6.94.21 - @patternfly/react-code-editor@4.82.117 - @patternfly/react-core@4.276.10 - @patternfly/react-docs@5.103.85 - @patternfly/react-icons@4.93.7 - @patternfly/react-inline-edit-extension@4.86.124 - demo-app-ts@4.210.14 - @patternfly/react-styles@4.92.8 - @patternfly/react-table@4.113.2 - @patternfly/react-tokens@4.94.7 - @patternfly/react-virtualized-extension@4.88.117

File tree

22 files changed

+128
-40
lines changed

22 files changed

+128
-40
lines changed
 

‎packages/react-charts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.94.21 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
10+
11+
12+
13+
614
## 6.94.20 (2023-04-06)
715

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

‎packages/react-charts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "6.94.20",
3+
"version": "6.94.21",
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": "^4.92.7",
32-
"@patternfly/react-tokens": "^4.94.6",
31+
"@patternfly/react-styles": "^4.92.8",
32+
"@patternfly/react-tokens": "^4.94.7",
3333
"hoist-non-react-statics": "^3.3.0",
3434
"lodash": "^4.17.19",
3535
"tslib": "^2.0.0",

‎packages/react-code-editor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.82.117 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## 4.82.116 (2023-04-06)
715

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

‎packages/react-code-editor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "4.82.116",
3+
"version": "4.82.117",
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",
@@ -29,9 +29,9 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.276.9",
33-
"@patternfly/react-icons": "^4.93.6",
34-
"@patternfly/react-styles": "^4.92.7",
32+
"@patternfly/react-core": "^4.276.10",
33+
"@patternfly/react-icons": "^4.93.7",
34+
"@patternfly/react-styles": "^4.92.8",
3535
"react-dropzone": "9.0.0",
3636
"tslib": "^2.0.0"
3737
},

‎packages/react-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.276.10 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## 4.276.9 (2023-04-06)
715

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

‎packages/react-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "4.276.9",
3+
"version": "4.276.10",
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",
@@ -44,9 +44,9 @@
4444
"subpaths": "node scripts/copySubpaths.js"
4545
},
4646
"dependencies": {
47-
"@patternfly/react-icons": "^4.93.6",
48-
"@patternfly/react-styles": "^4.92.7",
49-
"@patternfly/react-tokens": "^4.94.6",
47+
"@patternfly/react-icons": "^4.93.7",
48+
"@patternfly/react-styles": "^4.92.8",
49+
"@patternfly/react-tokens": "^4.94.7",
5050
"focus-trap": "6.9.2",
5151
"react-dropzone": "9.0.0",
5252
"tippy.js": "5.1.2",

‎packages/react-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.103.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.84...@patternfly/react-docs@5.103.85) (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.83...@patternfly/react-docs@5.103.84) (2023-05-08)
715

816

‎packages/react-docs/package.json

+10-10
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": "5.103.84",
4+
"version": "5.103.85",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@patternfly/patternfly": "4.224.2",
25-
"@patternfly/react-charts": "^6.94.20",
26-
"@patternfly/react-code-editor": "^4.82.116",
27-
"@patternfly/react-core": "^4.276.9",
28-
"@patternfly/react-icons": "^4.93.6",
29-
"@patternfly/react-inline-edit-extension": "^4.86.123",
30-
"@patternfly/react-styles": "^4.92.7",
31-
"@patternfly/react-table": "^4.113.1",
32-
"@patternfly/react-tokens": "^4.94.6",
33-
"@patternfly/react-virtualized-extension": "^4.88.116"
25+
"@patternfly/react-charts": "^6.94.21",
26+
"@patternfly/react-code-editor": "^4.82.117",
27+
"@patternfly/react-core": "^4.276.10",
28+
"@patternfly/react-icons": "^4.93.7",
29+
"@patternfly/react-inline-edit-extension": "^4.86.124",
30+
"@patternfly/react-styles": "^4.92.8",
31+
"@patternfly/react-table": "^4.113.2",
32+
"@patternfly/react-tokens": "^4.94.7",
33+
"@patternfly/react-virtualized-extension": "^4.88.117"
3434
},
3535
"devDependencies": {
3636
"@patternfly/documentation-framework": "1.8.0",

‎packages/react-icons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.93.7 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-icons
9+
10+
11+
12+
13+
614
## 4.93.6 (2023-01-23)
715

816
**Note:** Version bump only for package @patternfly/react-icons

‎packages/react-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-icons",
3-
"version": "4.93.6",
3+
"version": "4.93.7",
44
"description": "PatternFly 4 Icons as React Components",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

‎packages/react-inline-edit-extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.86.124 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## 4.86.123 (2023-04-06)
715

816
**Note:** Version bump only for package @patternfly/react-inline-edit-extension

‎packages/react-inline-edit-extension/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.86.123",
3+
"version": "4.86.124",
44
"description": "This library provides inline editing support for PatternFly 4 React table",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -29,10 +29,10 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.276.9",
33-
"@patternfly/react-icons": "^4.93.6",
34-
"@patternfly/react-styles": "^4.92.7",
35-
"@patternfly/react-table": "^4.113.1"
32+
"@patternfly/react-core": "^4.276.10",
33+
"@patternfly/react-icons": "^4.93.7",
34+
"@patternfly/react-styles": "^4.92.8",
35+
"@patternfly/react-table": "^4.113.2"
3636
},
3737
"peerDependencies": {
3838
"react": "^16.8 || ^17 || ^18",

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.210.14 (2023-06-05)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## 4.210.13 (2023-04-06)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "4.210.13",
4+
"version": "4.210.14",
55
"scripts": {
66
"build:demo-app": "webpack --mode production",
77
"start:demo-app": "webpack-dev-server",
88
"start:demo-app:hot": "webpack-dev-server --hot=true",
99
"serve:demo-app": "node scripts/serve"
1010
},
1111
"dependencies": {
12-
"@patternfly/react-core": "^4.276.9",
12+
"@patternfly/react-core": "^4.276.10",
1313
"react": "^18",
1414
"react-dom": "^18",
1515
"react-router": "^5.3.3",

‎packages/react-styles/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.92.8 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-styles
9+
10+
11+
12+
13+
614
## 4.92.7 (2023-04-06)
715

816
**Note:** Version bump only for package @patternfly/react-styles

‎packages/react-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-styles",
3-
"version": "4.92.7",
3+
"version": "4.92.8",
44
"main": "dist/js/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

‎packages/react-table/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.113.2 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
## 4.113.1 (2023-04-06)
715

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

‎packages/react-table/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "4.113.1",
3+
"version": "4.113.2",
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",
@@ -38,10 +38,10 @@
3838
"subpaths": "node scripts/copySubpaths.js"
3939
},
4040
"dependencies": {
41-
"@patternfly/react-core": "^4.276.9",
42-
"@patternfly/react-icons": "^4.93.6",
43-
"@patternfly/react-styles": "^4.92.7",
44-
"@patternfly/react-tokens": "^4.94.6",
41+
"@patternfly/react-core": "^4.276.10",
42+
"@patternfly/react-icons": "^4.93.7",
43+
"@patternfly/react-styles": "^4.92.8",
44+
"@patternfly/react-tokens": "^4.94.7",
4545
"lodash": "^4.17.19",
4646
"tslib": "^2.0.0"
4747
},

‎packages/react-tokens/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.94.7 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-tokens
9+
10+
11+
12+
13+
614
## 4.94.6 (2023-01-23)
715

816
**Note:** Version bump only for package @patternfly/react-tokens

‎packages/react-tokens/package.json

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

‎packages/react-virtualized-extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## 4.88.117 (2023-06-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-virtualized-extension
9+
10+
11+
12+
13+
614
## 4.88.116 (2023-04-06)
715

816
**Note:** Version bump only for package @patternfly/react-virtualized-extension

‎packages/react-virtualized-extension/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-virtualized-extension",
3-
"version": "4.88.116",
3+
"version": "4.88.117",
44
"description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -29,9 +29,9 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.276.9",
33-
"@patternfly/react-icons": "^4.93.6",
34-
"@patternfly/react-styles": "^4.92.7",
32+
"@patternfly/react-core": "^4.276.10",
33+
"@patternfly/react-icons": "^4.93.7",
34+
"@patternfly/react-styles": "^4.92.8",
3535
"linear-layout-vector": "0.0.1",
3636
"react-virtualized": "^9.21.1",
3737
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.