Skip to content

Commit 463b824

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @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] - @patternfly/[email protected]
1 parent e83e4e7 commit 463b824

File tree

22 files changed

+120
-29
lines changed

22 files changed

+120
-29
lines changed

packages/react-catalog-view-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.12.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.12.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-catalog-view-extension",
3-
"version": "4.12.73",
3+
"version": "4.12.74",
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.135.2",
39-
"@patternfly/react-core": "^4.157.2",
39+
"@patternfly/react-core": "^4.157.3",
4040
"@patternfly/react-styles": "^4.11.16",
4141
"classnames": "^2.2.5"
4242
},

packages/react-code-editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.3.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## [4.3.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "4.3.60",
3+
"version": "4.3.61",
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,7 +30,7 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.157.2",
33+
"@patternfly/react-core": "^4.157.3",
3434
"@patternfly/react-icons": "^4.11.17",
3535
"@patternfly/react-styles": "^4.11.16",
3636
"react-dropzone": "9.0.0",

packages/react-console/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-console
9+
10+
11+
12+
13+
614
## [4.11.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-console",
3-
"version": "4.11.41",
3+
"version": "4.11.42",
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.135.2",
37-
"@patternfly/react-core": "^4.157.2",
37+
"@patternfly/react-core": "^4.157.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

Lines changed: 11 additions & 0 deletions
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.157.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **Nav:** Hide flyout example and props ([#6329](https://github.com/patternfly/patternfly-react/issues/6329)) ([e83e4e7](https://github.com/patternfly/patternfly-react/commit/e83e4e783023bb876457677c9627e9e25eed95d6))
12+
13+
14+
15+
16+
617
## [4.157.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
718

819

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": "4.157.2",
3+
"version": "4.157.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

Lines changed: 8 additions & 0 deletions
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.21.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.21.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-docs/package.json

Lines changed: 9 additions & 9 deletions
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.21.40",
4+
"version": "5.21.41",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -23,18 +23,18 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "4.135.2",
26-
"@patternfly/react-catalog-view-extension": "^4.12.73",
26+
"@patternfly/react-catalog-view-extension": "^4.12.74",
2727
"@patternfly/react-charts": "^6.15.23",
28-
"@patternfly/react-code-editor": "^4.3.60",
29-
"@patternfly/react-core": "^4.157.2",
28+
"@patternfly/react-code-editor": "^4.3.61",
29+
"@patternfly/react-core": "^4.157.3",
3030
"@patternfly/react-icons": "^4.11.17",
31-
"@patternfly/react-inline-edit-extension": "^4.7.83",
32-
"@patternfly/react-log-viewer": "^4.6.13",
31+
"@patternfly/react-inline-edit-extension": "^4.7.84",
32+
"@patternfly/react-log-viewer": "^4.6.14",
3333
"@patternfly/react-styles": "^4.11.16",
34-
"@patternfly/react-table": "^4.30.2",
34+
"@patternfly/react-table": "^4.30.3",
3535
"@patternfly/react-tokens": "^4.12.18",
36-
"@patternfly/react-topology": "^4.9.79",
37-
"@patternfly/react-virtualized-extension": "^4.9.48"
36+
"@patternfly/react-topology": "^4.9.80",
37+
"@patternfly/react-virtualized-extension": "^4.9.49"
3838
},
3939
"devDependencies": {
4040
"@patternfly/patternfly-a11y": "4.2.1",

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

Lines changed: 8 additions & 0 deletions
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.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.7.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.7.83",
3+
"version": "4.7.84",
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.157.2",
33+
"@patternfly/react-core": "^4.157.3",
3434
"@patternfly/react-icons": "^4.11.17",
3535
"@patternfly/react-styles": "^4.11.16",
36-
"@patternfly/react-table": "^4.30.2"
36+
"@patternfly/react-table": "^4.30.3"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.0 || ^17.0.0",

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

Lines changed: 8 additions & 0 deletions
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.121.3](https://github.com/patternfly/patternfly-react/compare/[email protected]@4.121.3) (2021-09-18)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [4.121.2](https://github.com/patternfly/patternfly-react/compare/[email protected]@4.121.2) (2021-09-16)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "4.121.2",
4+
"version": "4.121.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.157.2",
11+
"@patternfly/react-core": "^4.157.3",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0",
1414
"react-router": "^4.3.1",

packages/react-log-viewer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-log-viewer
9+
10+
11+
12+
13+
614
## [4.6.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-log-viewer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-log-viewer",
3-
"version": "4.6.13",
3+
"version": "4.6.14",
44
"description": "Terminal renderer",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.157.2",
32+
"@patternfly/react-core": "^4.157.3",
3333
"@patternfly/react-icons": "^4.11.17",
3434
"@patternfly/react-styles": "^4.11.16",
3535
"memoize-one": "^5.1.0",

packages/react-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.30.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
## [4.30.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "4.30.2",
3+
"version": "4.30.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",
@@ -31,7 +31,7 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@patternfly/react-core": "^4.157.2",
34+
"@patternfly/react-core": "^4.157.3",
3535
"@patternfly/react-icons": "^4.11.17",
3636
"@patternfly/react-styles": "^4.11.16",
3737
"@patternfly/react-tokens": "^4.12.18",

packages/react-topology/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-topology
9+
10+
11+
12+
13+
614
## [4.9.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-topology/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-topology",
3-
"version": "4.9.79",
3+
"version": "4.9.80",
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.157.2",
31+
"@patternfly/react-core": "^4.157.3",
3232
"@patternfly/react-icons": "^4.11.17",
3333
"@patternfly/react-styles": "^4.11.16",
3434
"@types/d3": "^5.7.2",

packages/react-virtualized-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-18)
7+
8+
**Note:** Version bump only for package @patternfly/react-virtualized-extension
9+
10+
11+
12+
13+
614
## [4.9.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2021-09-16)
715

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

packages/react-virtualized-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-virtualized-extension",
3-
"version": "4.9.48",
3+
"version": "4.9.49",
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.157.2",
33+
"@patternfly/react-core": "^4.157.3",
3434
"@patternfly/react-icons": "^4.11.17",
3535
"@patternfly/react-styles": "^4.11.16",
3636
"linear-layout-vector": "0.0.1",

0 commit comments

Comments
 (0)