Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-docs@5.103.14
 - @patternfly/react-inline-edit-extension@4.86.79
 - @patternfly/react-table@4.112.0
  • Loading branch information
patternfly-build committed Dec 7, 2022
1 parent 97583be commit bf5681a
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
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.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.13...@patternfly/react-docs@5.103.14) (2022-12-07)

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





## [5.103.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.12...@patternfly/react-docs@5.103.13) (2022-12-07)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
6 changes: 3 additions & 3 deletions packages/react-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "5.103.13",
"version": "5.103.14",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -28,10 +28,10 @@
"@patternfly/react-code-editor": "^4.82.76",
"@patternfly/react-core": "^4.267.0",
"@patternfly/react-icons": "^4.93.2",
"@patternfly/react-inline-edit-extension": "^4.86.78",
"@patternfly/react-inline-edit-extension": "^4.86.79",
"@patternfly/react-log-viewer": "^4.87.71",
"@patternfly/react-styles": "^4.92.2",
"@patternfly/react-table": "^4.111.55",
"@patternfly/react-table": "^4.112.0",
"@patternfly/react-tokens": "^4.94.2",
"@patternfly/react-topology": "^4.90.32",
"@patternfly/react-virtualized-extension": "^4.88.76"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-inline-edit-extension/CHANGELOG.md
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.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.78...@patternfly/react-inline-edit-extension@4.86.79) (2022-12-07)

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





## [4.86.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.77...@patternfly/react-inline-edit-extension@4.86.78) (2022-12-07)

**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
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "4.86.78",
"version": "4.86.79",
"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.267.0",
"@patternfly/react-icons": "^4.93.2",
"@patternfly/react-styles": "^4.92.2",
"@patternfly/react-table": "^4.111.55"
"@patternfly/react-table": "^4.112.0"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-table/CHANGELOG.md
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.112.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.111.55...@patternfly/react-table@4.112.0) (2022-12-07)


### Features

* **Table:** add sticky modifiers to Td ([#8391](https://github.com/patternfly/patternfly-react/issues/8391)) ([97583be](https://github.com/patternfly/patternfly-react/commit/97583bed04689a8488ecff6aa691a63363ccc3c3))





## [4.111.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.111.54...@patternfly/react-table@4.111.55) (2022-12-07)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "4.111.55",
"version": "4.112.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 bf5681a

Please sign in to comment.