diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index d4fe04cf8b3..92483bcf9db 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.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.59...@patternfly/react-docs@5.103.60) (2023-01-23) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## [5.103.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.58...@patternfly/react-docs@5.103.59) (2023-01-23) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index cde8adca69d..73cb39e36eb 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.59", + "version": "5.103.60", "publishConfig": { "access": "public", "tag": "prerelease-v4" @@ -32,7 +32,7 @@ "@patternfly/react-styles": "^4.92.6", "@patternfly/react-table": "^4.112.37", "@patternfly/react-tokens": "^4.94.6", - "@patternfly/react-topology": "^4.91.24", + "@patternfly/react-topology": "^4.91.25", "@patternfly/react-virtualized-extension": "^4.88.111" }, "devDependencies": { diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index 8e0243aaad2..542a1138d9f 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/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.213.2 (2023-01-23) + + +### Reverts + +* Revert "fix patternfly for function subtyping (#8497)" (#8582) ([5d93972](https://github.com/patternfly/patternfly-react/commit/5d939722466fbb365b767c620c4be9fe8b49e13b)), closes [#8497](https://github.com/patternfly/patternfly-react/issues/8497) [#8582](https://github.com/patternfly/patternfly-react/issues/8582) + + + + + ## 4.213.1 (2023-01-20) diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index b7a36c4b488..1d22a6b78d2 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/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.210.5](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.4...demo-app-ts@4.210.5) (2023-01-23) + + +### Reverts + +* Revert "fix patternfly for function subtyping (#8497)" (#8582) ([5d93972](https://github.com/patternfly/patternfly-react/commit/5d939722466fbb365b767c620c4be9fe8b49e13b)), closes [#8497](https://github.com/patternfly/patternfly-react/issues/8497) [#8582](https://github.com/patternfly/patternfly-react/issues/8582) + + + + + ## [4.210.4](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.210.3...demo-app-ts@4.210.4) (2023-01-23) **Note:** Version bump only for package demo-app-ts diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index 3f9a8be7af7..99f05a10599 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -1,7 +1,7 @@ { "name": "demo-app-ts", "private": true, - "version": "4.210.4", + "version": "4.210.5", "scripts": { "build:demo-app": "webpack --mode production", "start:demo-app": "webpack-dev-server", diff --git a/packages/react-integration/package.json b/packages/react-integration/package.json index 8254ba0aff5..cbdd05d605a 100644 --- a/packages/react-integration/package.json +++ b/packages/react-integration/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-integration", "private": true, - "version": "4.213.1", + "version": "4.213.2", "description": "Integration testing for PF4 using demo applications", "main": "lib/index.js", "sideEffects": false, diff --git a/packages/react-topology/CHANGELOG.md b/packages/react-topology/CHANGELOG.md index 585fad12ac2..afcae9b281a 100644 --- a/packages/react-topology/CHANGELOG.md +++ b/packages/react-topology/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.91.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.91.24...@patternfly/react-topology@4.91.25) (2023-01-23) + + +### Reverts + +* Revert "fix patternfly for function subtyping (#8497)" (#8582) ([5d93972](https://github.com/patternfly/patternfly-react/commit/5d939722466fbb365b767c620c4be9fe8b49e13b)), closes [#8497](https://github.com/patternfly/patternfly-react/issues/8497) [#8582](https://github.com/patternfly/patternfly-react/issues/8582) + + + + + ## [4.91.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.91.23...@patternfly/react-topology@4.91.24) (2023-01-23) **Note:** Version bump only for package @patternfly/react-topology diff --git a/packages/react-topology/package.json b/packages/react-topology/package.json index 92fc36f773a..dfae02ce426 100644 --- a/packages/react-topology/package.json +++ b/packages/react-topology/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-topology", - "version": "4.91.24", + "version": "4.91.25", "description": "This library provides a set of React topology view components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js",