Skip to content

Commit fe114d6

Browse files
committedApr 6, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-charts@6.94.20 - @patternfly/react-code-editor@4.82.116 - @patternfly/react-core@4.276.9 - @patternfly/react-docs@5.103.83 - @patternfly/react-inline-edit-extension@4.86.123 - demo-app-ts@4.210.13 - @patternfly/react-integration@4.213.6 - @patternfly/react-styles@4.92.7 - @patternfly/react-table@4.113.1 - @patternfly/react-virtualized-extension@4.88.116

File tree

20 files changed

+109
-29
lines changed

20 files changed

+109
-29
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.20 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
10+
11+
12+
13+
614
## 6.94.19 (2023-02-27)
715

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

‎packages/react-charts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "6.94.19",
3+
"version": "6.94.20",
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",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/patternfly/patternfly-react#readme",
3131
"dependencies": {
32-
"@patternfly/react-styles": "^4.92.6",
32+
"@patternfly/react-styles": "^4.92.7",
3333
"@patternfly/react-tokens": "^4.94.6",
3434
"hoist-non-react-statics": "^3.3.0",
3535
"lodash": "^4.17.19",

‎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.116 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## [4.82.115](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.114...@patternfly/react-code-editor@4.82.115) (2023-03-02)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "4.82.115",
3+
"version": "4.82.116",
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",
@@ -30,9 +30,9 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.276.8",
33+
"@patternfly/react-core": "^4.276.9",
3434
"@patternfly/react-icons": "^4.93.6",
35-
"@patternfly/react-styles": "^4.92.6",
35+
"@patternfly/react-styles": "^4.92.7",
3636
"react-dropzone": "9.0.0",
3737
"tslib": "^2.0.0"
3838
},

‎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.9 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## [4.276.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.7...@patternfly/react-core@4.276.8) (2023-03-02)
715

816

‎packages/react-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "4.276.8",
3+
"version": "4.276.9",
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",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@patternfly/react-icons": "^4.93.6",
49-
"@patternfly/react-styles": "^4.92.6",
49+
"@patternfly/react-styles": "^4.92.7",
5050
"@patternfly/react-tokens": "^4.94.6",
5151
"focus-trap": "6.9.2",
5252
"react-dropzone": "9.0.0",

‎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.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.82...@patternfly/react-docs@5.103.83) (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.81...@patternfly/react-docs@5.103.82) (2023-03-27)
715

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

‎packages/react-docs/package.json

+8-8
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.82",
4+
"version": "5.103.83",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -23,15 +23,15 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "4.224.2",
26-
"@patternfly/react-charts": "^6.94.19",
27-
"@patternfly/react-code-editor": "^4.82.115",
28-
"@patternfly/react-core": "^4.276.8",
26+
"@patternfly/react-charts": "^6.94.20",
27+
"@patternfly/react-code-editor": "^4.82.116",
28+
"@patternfly/react-core": "^4.276.9",
2929
"@patternfly/react-icons": "^4.93.6",
30-
"@patternfly/react-inline-edit-extension": "^4.86.122",
31-
"@patternfly/react-styles": "^4.92.6",
32-
"@patternfly/react-table": "^4.113.0",
30+
"@patternfly/react-inline-edit-extension": "^4.86.123",
31+
"@patternfly/react-styles": "^4.92.7",
32+
"@patternfly/react-table": "^4.113.1",
3333
"@patternfly/react-tokens": "^4.94.6",
34-
"@patternfly/react-virtualized-extension": "^4.88.115"
34+
"@patternfly/react-virtualized-extension": "^4.88.116"
3535
},
3636
"devDependencies": {
3737
"@patternfly/documentation-framework": "1.8.0",

‎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.123 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.86.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.121...@patternfly/react-inline-edit-extension@4.86.122) (2023-03-03)
715

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.86.122",
3+
"version": "4.86.123",
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",
@@ -30,10 +30,10 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.276.8",
33+
"@patternfly/react-core": "^4.276.9",
3434
"@patternfly/react-icons": "^4.93.6",
35-
"@patternfly/react-styles": "^4.92.6",
36-
"@patternfly/react-table": "^4.113.0"
35+
"@patternfly/react-styles": "^4.92.7",
36+
"@patternfly/react-table": "^4.113.1"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8 || ^17 || ^18",

‎packages/react-integration/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.213.6 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-integration
9+
10+
11+
12+
13+
614
## 4.213.5 (2023-03-10)
715

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

‎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.13 (2023-04-06)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## 4.210.12 (2023-03-10)
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.12",
4+
"version": "4.210.13",
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.8",
12+
"@patternfly/react-core": "^4.276.9",
1313
"react": "^18",
1414
"react-dom": "^18",
1515
"react-router": "^5.3.3",

‎packages/react-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-integration",
33
"private": true,
4-
"version": "4.213.5",
4+
"version": "4.213.6",
55
"description": "Integration testing for PF4 using demo applications",
66
"main": "lib/index.js",
77
"sideEffects": false,

‎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.7 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-styles
9+
10+
11+
12+
13+
614
## 4.92.6 (2023-01-23)
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.6",
3+
"version": "4.92.7",
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.1 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
# [4.113.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.112.42...@patternfly/react-table@4.113.0) (2023-03-03)
715

816

‎packages/react-table/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "4.113.0",
3+
"version": "4.113.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",
@@ -39,9 +39,9 @@
3939
"subpaths": "node scripts/copySubpaths.js"
4040
},
4141
"dependencies": {
42-
"@patternfly/react-core": "^4.276.8",
42+
"@patternfly/react-core": "^4.276.9",
4343
"@patternfly/react-icons": "^4.93.6",
44-
"@patternfly/react-styles": "^4.92.6",
44+
"@patternfly/react-styles": "^4.92.7",
4545
"@patternfly/react-tokens": "^4.94.6",
4646
"lodash": "^4.17.19",
4747
"tslib": "^2.0.0"

‎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.116 (2023-04-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-virtualized-extension
9+
10+
11+
12+
13+
614
## [4.88.115](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.114...@patternfly/react-virtualized-extension@4.88.115) (2023-03-02)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-virtualized-extension",
3-
"version": "4.88.115",
3+
"version": "4.88.116",
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",
@@ -30,9 +30,9 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.276.8",
33+
"@patternfly/react-core": "^4.276.9",
3434
"@patternfly/react-icons": "^4.93.6",
35-
"@patternfly/react-styles": "^4.92.6",
35+
"@patternfly/react-styles": "^4.92.7",
3636
"linear-layout-vector": "0.0.1",
3737
"react-virtualized": "^9.21.1",
3838
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.