Skip to content

Commit 728c393

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-code-editor@4.82.109 - @patternfly/react-core@4.276.2 - @patternfly/react-docs@5.103.57 - @patternfly/react-inline-edit-extension@4.86.114 - demo-app-ts@4.210.2 - @patternfly/react-integration@4.213.1 - @patternfly/react-table@4.112.35 - @patternfly/react-topology@4.91.22 - @patternfly/react-virtualized-extension@4.88.109
1 parent 0a343ce commit 728c393

File tree

18 files changed

+104
-22
lines changed

18 files changed

+104
-22
lines changed

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.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.108...@patternfly/react-code-editor@4.82.109) (2023-01-20)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## [4.82.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.107...@patternfly/react-code-editor@4.82.108) (2023-01-20)
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.108",
3+
"version": "4.82.109",
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.276.1",
33+
"@patternfly/react-core": "^4.276.2",
3434
"@patternfly/react-icons": "^4.93.5",
3535
"@patternfly/react-styles": "^4.92.5",
3636
"react-dropzone": "9.0.0",

packages/react-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.1...@patternfly/react-core@4.276.2) (2023-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **ExpandableSection:** made toggle button conditional with truncate variant ([#8570](https://github.com/patternfly/patternfly-react/issues/8570)) ([2385b96](https://github.com/patternfly/patternfly-react/commit/2385b966afd8e909eaabccea1d72934797364472))
12+
* **Select-next,Dropdown-next:** updated logic for keyboard interaction ([#8496](https://github.com/patternfly/patternfly-react/issues/8496)) ([0a343ce](https://github.com/patternfly/patternfly-react/commit/0a343ce2cb41e4e70cc3ee7b89a943537eb33224))
13+
14+
15+
16+
17+
618
## [4.276.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.0...@patternfly/react-core@4.276.1) (2023-01-20)
719

820
**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.276.1",
3+
"version": "4.276.2",
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.103.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.56...@patternfly/react-docs@5.103.57) (2023-01-20)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.55...@patternfly/react-docs@5.103.56) (2023-01-20)
715

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

packages/react-docs/package.json

Lines changed: 7 additions & 7 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.103.56",
4+
"version": "5.103.57",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -25,15 +25,15 @@
2525
"@patternfly/patternfly": "4.224.1",
2626
"@patternfly/react-catalog-view-extension": "^4.93.24",
2727
"@patternfly/react-charts": "^6.94.17",
28-
"@patternfly/react-code-editor": "^4.82.108",
29-
"@patternfly/react-core": "^4.276.1",
28+
"@patternfly/react-code-editor": "^4.82.109",
29+
"@patternfly/react-core": "^4.276.2",
3030
"@patternfly/react-icons": "^4.93.5",
31-
"@patternfly/react-inline-edit-extension": "^4.86.113",
31+
"@patternfly/react-inline-edit-extension": "^4.86.114",
3232
"@patternfly/react-styles": "^4.92.5",
33-
"@patternfly/react-table": "^4.112.34",
33+
"@patternfly/react-table": "^4.112.35",
3434
"@patternfly/react-tokens": "^4.94.5",
35-
"@patternfly/react-topology": "^4.91.21",
36-
"@patternfly/react-virtualized-extension": "^4.88.108"
35+
"@patternfly/react-topology": "^4.91.22",
36+
"@patternfly/react-virtualized-extension": "^4.88.109"
3737
},
3838
"devDependencies": {
3939
"@patternfly/documentation-framework": "1.4.3",

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.86.114](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.113...@patternfly/react-inline-edit-extension@4.86.114) (2023-01-20)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.86.113](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.112...@patternfly/react-inline-edit-extension@4.86.113) (2023-01-20)
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.86.113",
3+
"version": "4.86.114",
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.1",
33+
"@patternfly/react-core": "^4.276.2",
3434
"@patternfly/react-icons": "^4.93.5",
3535
"@patternfly/react-styles": "^4.92.5",
36-
"@patternfly/react-table": "^4.112.34"
36+
"@patternfly/react-table": "^4.112.35"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8 || ^17 || ^18",

packages/react-integration/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.213.1 (2023-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **ExpandableSection:** made toggle button conditional with truncate variant ([#8570](https://github.com/patternfly/patternfly-react/issues/8570)) ([2385b96](https://github.com/patternfly/patternfly-react/commit/2385b966afd8e909eaabccea1d72934797364472))
12+
13+
14+
15+
16+
617
# [4.213.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.212.0...@patternfly/react-integration@4.213.0) (2023-01-19)
718

819

packages/react-integration/demo-app-ts/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.210.2](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.1...demo-app-ts@4.210.2) (2023-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **ExpandableSection:** made toggle button conditional with truncate variant ([#8570](https://github.com/patternfly/patternfly-react/issues/8570)) ([2385b96](https://github.com/patternfly/patternfly-react/commit/2385b966afd8e909eaabccea1d72934797364472))
12+
13+
14+
15+
16+
617
## [4.210.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.0...demo-app-ts@4.210.1) (2023-01-20)
718

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

0 commit comments

Comments
 (0)