diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e538d811dc..e8072ea6186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,46 @@ ## Change Log (2018-10-15) +#### :rocket: New Feature +* `patternfly-3` + * [#763](https://github.com/patternfly/patternfly-react/pull/763) feat(CatalogTile): Use a link for tiles with href or onClick props ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 1 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + + +## patternfly3-react-lerna-root@7.2.0 (2018-10-15) + +#### :rocket: New Feature +* `patternfly-3` + * [#613](https://github.com/patternfly/patternfly-react/pull/613) feat(ExpandCollapse): introduce ExpandCollapse component ([@mareklibra](https://github.com/mareklibra)) + +#### Committers: 1 +- Marek Libra ([@mareklibra](https://github.com/mareklibra)) + + +## patternfly-react@2.21.0 (2018-10-15) + +#### :rocket: New Feature +* `patternfly-3` + * [#613](https://github.com/patternfly/patternfly-react/pull/613) feat(ExpandCollapse): introduce ExpandCollapse component ([@mareklibra](https://github.com/mareklibra)) + +#### Committers: 1 +- Marek Libra ([@mareklibra](https://github.com/mareklibra)) + + +## patternfly-react-extensions@2.8.10 (2018-10-15) + +#### :rocket: New Feature +* `patternfly-3` + * [#613](https://github.com/patternfly/patternfly-react/pull/613) feat(ExpandCollapse): introduce ExpandCollapse component ([@mareklibra](https://github.com/mareklibra)) + +#### Committers: 1 +- Marek Libra ([@mareklibra](https://github.com/mareklibra)) + + +## @patternfly/react-console@1.4.7 (2018-10-15) + #### :rocket: New Feature * `patternfly-3` * [#613](https://github.com/patternfly/patternfly-react/pull/613) feat(ExpandCollapse): introduce ExpandCollapse component ([@mareklibra](https://github.com/mareklibra)) diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index d4e7d3bb6ee..9850708c80f 100644 --- a/packages/patternfly-3/CHANGELOG.md +++ b/packages/patternfly-3/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. + +# [7.3.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.2.0...patternfly3-react-lerna-root@7.3.0) (2018-10-15) + + +### Features + +* **CatalogTile:** Use a link for tiles with href or onClick props ([#763](https://github.com/patternfly/patternfly-react/issues/763)) ([f4bd91d](https://github.com/patternfly/patternfly-react/commit/f4bd91d)) + + + + # [7.2.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.7...patternfly3-react-lerna-root@7.2.0) (2018-10-15) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index f801caccfa1..3eedeb3a99e 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.2.0", + "version": "7.3.0", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md index d068e5e6ad4..5c5ba677e86 100644 --- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react-extensions/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. + +# [2.9.0](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.10...patternfly-react-extensions@2.9.0) (2018-10-15) + + +### Features + +* **CatalogTile:** Use a link for tiles with href or onClick props ([#763](https://github.com/patternfly/patternfly-react/issues/763)) ([f4bd91d](https://github.com/patternfly/patternfly-react/commit/f4bd91d)) + + + + ## [2.8.10](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.9...patternfly-react-extensions@2.8.10) (2018-10-15) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index 2154344c823..38c90671e6b 100644 --- a/packages/patternfly-3/patternfly-react-extensions/package.json +++ b/packages/patternfly-3/patternfly-react-extensions/package.json @@ -1,6 +1,6 @@ { "name": "patternfly-react-extensions", - "version": "2.8.10", + "version": "2.9.0", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js",