Skip to content

Commit f5feb0b

Browse files
committedOct 6, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-code-editor@4.82.121 - @patternfly/react-core@4.278.0 - @patternfly/react-docs@5.103.89 - @patternfly/react-inline-edit-extension@4.86.128 - demo-app-ts@4.210.18 - @patternfly/react-table@4.113.6 - @patternfly/react-virtualized-extension@4.88.121

File tree

14 files changed

+77
-18
lines changed

14 files changed

+77
-18
lines changed
 

‎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.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.120...@patternfly/react-code-editor@4.82.121) (2023-10-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-code-editor
9+
10+
11+
12+
13+
614
## [4.82.120](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.119...@patternfly/react-code-editor@4.82.120) (2023-09-21)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "4.82.120",
3+
"version": "4.82.121",
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",
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.277.0",
32+
"@patternfly/react-core": "^4.278.0",
3333
"@patternfly/react-icons": "^4.93.7",
3434
"@patternfly/react-styles": "^4.92.8",
3535
"react-dropzone": "9.0.0",

‎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.278.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.277.0...@patternfly/react-core@4.278.0) (2023-10-06)
7+
8+
9+
### Features
10+
11+
* **Dropdown next:** able to append the menu to any DOM element ([#9652](https://github.com/patternfly/patternfly-react/issues/9652)) ([a238182](https://github.com/patternfly/patternfly-react/commit/a238182e5454947c9303161a602346712288d14b))
12+
13+
14+
15+
16+
617
# [4.277.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.276.12...@patternfly/react-core@4.277.0) (2023-09-21)
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.277.0",
3+
"version": "4.278.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

+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.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.88...@patternfly/react-docs@5.103.89) (2023-10-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.87...@patternfly/react-docs@5.103.88) (2023-09-21)
715

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

‎packages/react-docs/package.json

+6-6
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.88",
4+
"version": "5.103.89",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -23,14 +23,14 @@
2323
"dependencies": {
2424
"@patternfly/patternfly": "4.224.2",
2525
"@patternfly/react-charts": "^6.94.21",
26-
"@patternfly/react-code-editor": "^4.82.120",
27-
"@patternfly/react-core": "^4.277.0",
26+
"@patternfly/react-code-editor": "^4.82.121",
27+
"@patternfly/react-core": "^4.278.0",
2828
"@patternfly/react-icons": "^4.93.7",
29-
"@patternfly/react-inline-edit-extension": "^4.86.127",
29+
"@patternfly/react-inline-edit-extension": "^4.86.128",
3030
"@patternfly/react-styles": "^4.92.8",
31-
"@patternfly/react-table": "^4.113.5",
31+
"@patternfly/react-table": "^4.113.6",
3232
"@patternfly/react-tokens": "^4.94.7",
33-
"@patternfly/react-virtualized-extension": "^4.88.120"
33+
"@patternfly/react-virtualized-extension": "^4.88.121"
3434
},
3535
"devDependencies": {
3636
"@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.128](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.127...@patternfly/react-inline-edit-extension@4.86.128) (2023-10-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.86.127](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.126...@patternfly/react-inline-edit-extension@4.86.127) (2023-09-21)
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.86.127",
3+
"version": "4.86.128",
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",
@@ -29,10 +29,10 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.277.0",
32+
"@patternfly/react-core": "^4.278.0",
3333
"@patternfly/react-icons": "^4.93.7",
3434
"@patternfly/react-styles": "^4.92.8",
35-
"@patternfly/react-table": "^4.113.5"
35+
"@patternfly/react-table": "^4.113.6"
3636
},
3737
"peerDependencies": {
3838
"react": "^16.8 || ^17 || ^18",

‎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.18](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.17...demo-app-ts@4.210.18) (2023-10-06)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [4.210.17](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.16...demo-app-ts@4.210.17) (2023-09-21)
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.17",
4+
"version": "4.210.18",
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.277.0",
12+
"@patternfly/react-core": "^4.278.0",
1313
"react": "^18",
1414
"react-dom": "^18",
1515
"react-router": "^5.3.3",

‎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.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.5...@patternfly/react-table@4.113.6) (2023-10-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
## [4.113.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.4...@patternfly/react-table@4.113.5) (2023-09-21)
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.113.5",
3+
"version": "4.113.6",
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",
@@ -38,7 +38,7 @@
3838
"subpaths": "node scripts/copySubpaths.js"
3939
},
4040
"dependencies": {
41-
"@patternfly/react-core": "^4.277.0",
41+
"@patternfly/react-core": "^4.278.0",
4242
"@patternfly/react-icons": "^4.93.7",
4343
"@patternfly/react-styles": "^4.92.8",
4444
"@patternfly/react-tokens": "^4.94.7",

‎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.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.120...@patternfly/react-virtualized-extension@4.88.121) (2023-10-06)
7+
8+
**Note:** Version bump only for package @patternfly/react-virtualized-extension
9+
10+
11+
12+
13+
614
## [4.88.120](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.119...@patternfly/react-virtualized-extension@4.88.120) (2023-09-21)
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.88.120",
3+
"version": "4.88.121",
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",
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@patternfly/react-core": "^4.277.0",
32+
"@patternfly/react-core": "^4.278.0",
3333
"@patternfly/react-icons": "^4.93.7",
3434
"@patternfly/react-styles": "^4.92.8",
3535
"linear-layout-vector": "0.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.