Skip to content

Commit 38e7a38

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@4.92.16 - @patternfly/react-code-editor@4.82.16 - @patternfly/react-console@4.92.16 - @patternfly/react-core@4.244.0 - @patternfly/react-docs@5.102.18 - @patternfly/react-inline-edit-extension@4.86.16 - demo-app-ts@4.201.16 - @patternfly/react-integration@4.203.5 - @patternfly/react-log-viewer@4.87.11 - @patternfly/react-table@4.110.16 - @patternfly/react-topology@4.88.16 - @patternfly/react-virtualized-extension@4.88.16
1 parent aed4db2 commit 38e7a38

24 files changed

Lines changed: 143 additions & 30 deletions

File tree

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.92.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.15...@patternfly/react-catalog-view-extension@4.92.16) (2022-09-29)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.92.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.14...@patternfly/react-catalog-view-extension@4.92.15) (2022-09-29)
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.92.15",
3+
"version": "4.92.16",
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.217.0",
39-
"@patternfly/react-core": "^4.243.1",
39+
"@patternfly/react-core": "^4.244.0",
4040
"@patternfly/react-styles": "^4.91.5"
4141
},
4242
"devDependencies": {

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.82.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.15...@patternfly/react-code-editor@4.82.16) (2022-09-29)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## [4.82.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.14...@patternfly/react-code-editor@4.82.15) (2022-09-29)
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.82.15",
3+
"version": "4.82.16",
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.243.1",
33+
"@patternfly/react-core": "^4.244.0",
3434
"@patternfly/react-icons": "^4.92.5",
3535
"@patternfly/react-styles": "^4.91.5",
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.92.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.15...@patternfly/react-console@4.92.16) (2022-09-29)
7+
8+
**Note:** Version bump only for package @patternfly/react-console
9+
10+
11+
12+
13+
614
## [4.92.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.14...@patternfly/react-console@4.92.15) (2022-09-29)
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.92.15",
3+
"version": "4.92.16",
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.217.0",
37-
"@patternfly/react-core": "^4.243.1",
37+
"@patternfly/react-core": "^4.244.0",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.244.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.243.1...@patternfly/react-core@4.244.0) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **Topology:** Fix for multiple popovers occurring for pipeline badges ([#8110](https://github.com/patternfly/patternfly-react/issues/8110)) ([85f5899](https://github.com/patternfly/patternfly-react/commit/85f589931b2b3b9d0e5ae4a9e4d86bdb7aa0e594))
12+
13+
14+
### Features
15+
16+
* **NotificationBadge:** added expanded state ([#8010](https://github.com/patternfly/patternfly-react/issues/8010)) ([8aa4bea](https://github.com/patternfly/patternfly-react/commit/8aa4beaf081b09bb808f2666c4b6021223d6dc16))
17+
18+
19+
20+
21+
622
## [4.243.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.243.0...@patternfly/react-core@4.243.1) (2022-09-29)
723

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

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.243.1",
3+
"version": "4.244.0",
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.102.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.17...@patternfly/react-docs@5.102.18) (2022-09-29)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.102.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.16...@patternfly/react-docs@5.102.17) (2022-09-29)
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.102.17",
4+
"version": "5.102.18",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -23,18 +23,18 @@
2323
},
2424
"dependencies": {
2525
"@patternfly/patternfly": "4.217.0",
26-
"@patternfly/react-catalog-view-extension": "^4.92.15",
26+
"@patternfly/react-catalog-view-extension": "^4.92.16",
2727
"@patternfly/react-charts": "^6.94.6",
28-
"@patternfly/react-code-editor": "^4.82.15",
29-
"@patternfly/react-core": "^4.243.1",
28+
"@patternfly/react-code-editor": "^4.82.16",
29+
"@patternfly/react-core": "^4.244.0",
3030
"@patternfly/react-icons": "^4.92.5",
31-
"@patternfly/react-inline-edit-extension": "^4.86.15",
32-
"@patternfly/react-log-viewer": "^4.87.10",
31+
"@patternfly/react-inline-edit-extension": "^4.86.16",
32+
"@patternfly/react-log-viewer": "^4.87.11",
3333
"@patternfly/react-styles": "^4.91.5",
34-
"@patternfly/react-table": "^4.110.15",
34+
"@patternfly/react-table": "^4.110.16",
3535
"@patternfly/react-tokens": "^4.93.5",
36-
"@patternfly/react-topology": "^4.88.15",
37-
"@patternfly/react-virtualized-extension": "^4.88.15"
36+
"@patternfly/react-topology": "^4.88.16",
37+
"@patternfly/react-virtualized-extension": "^4.88.16"
3838
},
3939
"devDependencies": {
4040
"@patternfly/documentation-framework": "1.2.30",

0 commit comments

Comments
 (0)