Skip to content

Commit d54d3be

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - [email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected]
1 parent d951adc commit d54d3be

File tree

18 files changed

+98
-23
lines changed

18 files changed

+98
-23
lines changed

packages/react-catalog-view-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.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-catalog-view-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-catalog-view-extension",
3-
"version": "4.9.2",
3+
"version": "4.9.3",
44
"description": "This library provides catalog view extensions for PatternFly 4 React.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@patternfly/patternfly": "4.70.2",
39-
"@patternfly/react-core": "^4.87.2",
39+
"@patternfly/react-core": "^4.87.3",
4040
"@patternfly/react-styles": "^4.7.23",
4141
"classnames": "^2.2.5",
4242
"patternfly": "^3.59.4"

packages/react-console/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.2.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-console
9+
10+
11+
12+
13+
614
## [4.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-console/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-console",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@novnc/novnc": "^1.2.0",
3636
"@patternfly/patternfly": "4.70.2",
37-
"@patternfly/react-core": "^4.87.2",
37+
"@patternfly/react-core": "^4.87.3",
3838
"@spice-project/spice-html5": "^0.2.1",
3939
"@types/file-saver": "^2.0.1",
4040
"file-saver": "^1.3.8",

packages/react-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.87.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **Toolbar:** add log viewer toolbar example ([#5196](https://github.com/patternfly/patternfly-react/issues/5196)) ([d951adc](https://github.com/patternfly/patternfly-react/commit/d951adce83ea6316a7a271a3e8ccb345b6cf73f5))
12+
13+
14+
15+
16+
617
## [4.87.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
718

819

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": "4.87.2",
3+
"version": "4.87.3",
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

+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.13.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.13.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-docs/package.json

+7-7
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.13.2",
4+
"version": "5.13.3",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -23,16 +23,16 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "4.70.2",
26-
"@patternfly/react-catalog-view-extension": "^4.9.2",
26+
"@patternfly/react-catalog-view-extension": "^4.9.3",
2727
"@patternfly/react-charts": "^6.13.0",
28-
"@patternfly/react-core": "^4.87.2",
28+
"@patternfly/react-core": "^4.87.3",
2929
"@patternfly/react-icons": "^4.8.0",
30-
"@patternfly/react-inline-edit-extension": "^4.6.2",
30+
"@patternfly/react-inline-edit-extension": "^4.6.3",
3131
"@patternfly/react-styles": "^4.7.23",
32-
"@patternfly/react-table": "^4.20.2",
32+
"@patternfly/react-table": "^4.20.3",
3333
"@patternfly/react-tokens": "^4.9.22",
34-
"@patternfly/react-topology": "^4.7.2",
35-
"@patternfly/react-virtualized-extension": "^4.6.2"
34+
"@patternfly/react-topology": "^4.7.3",
35+
"@patternfly/react-virtualized-extension": "^4.6.3"
3636
},
3737
"devDependencies": {
3838
"@patternfly/patternfly-a11y": "2.0.11",

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.6.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.6.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
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.87.2",
33+
"@patternfly/react-core": "^4.87.3",
3434
"@patternfly/react-icons": "^4.8.0",
3535
"@patternfly/react-styles": "^4.7.23",
36-
"@patternfly/react-table": "^4.20.2",
36+
"@patternfly/react-table": "^4.20.3",
3737
"reactabular-table": "^8.14.0"
3838
},
3939
"peerDependencies": {

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.66.3](https://github.com/patternfly/patternfly-react/compare/[email protected]@4.66.3) (2021-01-07)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [4.66.2](https://github.com/patternfly/patternfly-react/compare/[email protected]@4.66.2) (2021-01-07)
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,14 +1,14 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "4.66.2",
4+
"version": "4.66.3",
55
"scripts": {
66
"build:demo-app": "webpack --mode production",
77
"start:demo-app": "webpack-dev-server",
88
"serve:demo-app": "node scripts/serve"
99
},
1010
"dependencies": {
11-
"@patternfly/react-core": "^4.87.2",
11+
"@patternfly/react-core": "^4.87.3",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0",
1414
"react-router": "^4.3.1",

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.20.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
## [4.20.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-table/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "4.20.2",
3+
"version": "4.20.3",
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",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@patternfly/patternfly": "4.70.2",
35-
"@patternfly/react-core": "^4.87.2",
35+
"@patternfly/react-core": "^4.87.3",
3636
"@patternfly/react-icons": "^4.8.0",
3737
"@patternfly/react-styles": "^4.7.23",
3838
"@patternfly/react-tokens": "^4.9.22",

packages/react-topology/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.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-topology
9+
10+
11+
12+
13+
614
## [4.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-topology/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-topology",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "This library provides a set of React topology view components for use with the PatternFly 4",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -28,7 +28,7 @@
2828
"clean": "rimraf dist"
2929
},
3030
"dependencies": {
31-
"@patternfly/react-core": "^4.87.2",
31+
"@patternfly/react-core": "^4.87.3",
3232
"@patternfly/react-icons": "^4.8.0",
3333
"@patternfly/react-styles": "^4.7.23",
3434
"@types/d3": "^5.7.2",

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.6.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
7+
8+
**Note:** Version bump only for package @patternfly/react-virtualized-extension
9+
10+
11+
12+
13+
614
## [4.6.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-01-07)
715

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

packages/react-virtualized-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-virtualized-extension",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
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,7 +30,7 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.87.2",
33+
"@patternfly/react-core": "^4.87.3",
3434
"@patternfly/react-icons": "^4.8.0",
3535
"@patternfly/react-styles": "^4.7.23",
3636
"linear-layout-vector": "0.0.1",

0 commit comments

Comments
 (0)