diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index bcc7ec8229f..c0bffebb1df 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -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 diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 43bcb4c09fd..fa7518a2da7 100644 --- a/packages/react-docs/package.json +++ b/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" @@ -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" diff --git a/packages/react-inline-edit-extension/CHANGELOG.md b/packages/react-inline-edit-extension/CHANGELOG.md index da4d8d43a40..66d06e6c679 100644 --- a/packages/react-inline-edit-extension/CHANGELOG.md +++ b/packages/react-inline-edit-extension/CHANGELOG.md @@ -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 diff --git a/packages/react-inline-edit-extension/package.json b/packages/react-inline-edit-extension/package.json index 3f9783f0fdd..0ce29307878 100644 --- a/packages/react-inline-edit-extension/package.json +++ b/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", @@ -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", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index f8631f3b94f..f759ece9efa 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -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 diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 778ab367fbe..1488f82bdc5 100644 --- a/packages/react-table/package.json +++ b/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",