Skip to content

Commit 5dcd1ae

Browse files
committedMar 3, 2023
chore(release): releasing packages [ci skip]
- @patternfly/react-docs@5.103.79 - @patternfly/react-inline-edit-extension@4.86.122 - @patternfly/react-table@4.113.0

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed
 

‎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.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.78...@patternfly/react-docs@5.103.79) (2023-03-03)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.103.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.77...@patternfly/react-docs@5.103.78) (2023-03-02)
715

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

‎packages/react-docs/package.json

+3-3
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.78",
4+
"version": "5.103.79",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -27,9 +27,9 @@
2727
"@patternfly/react-code-editor": "^4.82.115",
2828
"@patternfly/react-core": "^4.276.8",
2929
"@patternfly/react-icons": "^4.93.6",
30-
"@patternfly/react-inline-edit-extension": "^4.86.121",
30+
"@patternfly/react-inline-edit-extension": "^4.86.122",
3131
"@patternfly/react-styles": "^4.92.6",
32-
"@patternfly/react-table": "^4.112.42",
32+
"@patternfly/react-table": "^4.113.0",
3333
"@patternfly/react-tokens": "^4.94.6",
3434
"@patternfly/react-topology": "^4.91.38",
3535
"@patternfly/react-virtualized-extension": "^4.88.115"

‎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.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.121...@patternfly/react-inline-edit-extension@4.86.122) (2023-03-03)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.86.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.120...@patternfly/react-inline-edit-extension@4.86.121) (2023-03-02)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.86.121",
3+
"version": "4.86.122",
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",
@@ -33,7 +33,7 @@
3333
"@patternfly/react-core": "^4.276.8",
3434
"@patternfly/react-icons": "^4.93.6",
3535
"@patternfly/react-styles": "^4.92.6",
36-
"@patternfly/react-table": "^4.112.42"
36+
"@patternfly/react-table": "^4.113.0"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8 || ^17 || ^18",

‎packages/react-table/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.113.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.112.42...@patternfly/react-table@4.113.0) (2023-03-03)
7+
8+
9+
### Features
10+
11+
* **Table:** add right sticky column support ([#8714](https://github.com/patternfly/patternfly-react/issues/8714)) ([3cb6880](https://github.com/patternfly/patternfly-react/commit/3cb6880a9619e159b8bda268364d3159a13543d1))
12+
13+
14+
15+
16+
617
## [4.112.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.112.41...@patternfly/react-table@4.112.42) (2023-03-02)
718

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

‎packages/react-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "4.112.42",
3+
"version": "4.113.0",
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",

0 commit comments

Comments
 (0)
Please sign in to comment.