Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
  • Loading branch information
patternfly-build committed Mar 3, 2023
1 parent 3cb6880 commit 5dcd1ae
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.103.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-03)

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





## [5.103.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-02)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
6 changes: 3 additions & 3 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "5.103.78",
"version": "5.103.79",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -27,9 +27,9 @@
"@patternfly/react-code-editor": "^4.82.115",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-icons": "^4.93.6",
"@patternfly/react-inline-edit-extension": "^4.86.121",
"@patternfly/react-inline-edit-extension": "^4.86.122",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.112.42",
"@patternfly/react-table": "^4.113.0",
"@patternfly/react-tokens": "^4.94.6",
"@patternfly/react-topology": "^4.91.38",
"@patternfly/react-virtualized-extension": "^4.88.115"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-inline-edit-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.86.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-03)

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





## [4.86.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-02)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-inline-edit-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "4.86.121",
"version": "4.86.122",
"description": "This library provides inline editing support for PatternFly 4 React table",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-icons": "^4.93.6",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.112.42"
"@patternfly/react-table": "^4.113.0"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.113.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-03)


### Features

* **Table:** add right sticky column support ([#8714](https://github.com/patternfly/patternfly-react/issues/8714)) ([3cb6880](https://github.com/patternfly/patternfly-react/commit/3cb6880a9619e159b8bda268364d3159a13543d1))





## [4.112.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-02)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "4.112.42",
"version": "4.113.0",
"description": "This library provides a set of React table components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 5dcd1ae

Please sign in to comment.