diff --git a/CHANGELOG.md b/CHANGELOG.md index e8072ea6186..26bbdccee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ ## Change Log (2018-10-15) +#### :bug: Bug Fix +* `patternfly-3` + * [#764](https://github.com/patternfly/patternfly-react/pull/764) fix(CatalogTile): Style update for tile with focus ([@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.3.0 (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)) + + +## patternfly-react-extensions@2.9.0 (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)) diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index 9850708c80f..462a0294ba0 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.1](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.3.0...patternfly3-react-lerna-root@7.3.1) (2018-10-15) + + +### Bug Fixes + +* **CatalogTile:** Style update for tile with focus ([#764](https://github.com/patternfly/patternfly-react/issues/764)) ([a577072](https://github.com/patternfly/patternfly-react/commit/a577072)) + + + + # [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) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index 3eedeb3a99e..bf95469a897 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.3.0", + "version": "7.3.1", "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 5c5ba677e86..9c5a2b766ef 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.1](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.9.0...patternfly-react-extensions@2.9.1) (2018-10-15) + + +### Bug Fixes + +* **CatalogTile:** Style update for tile with focus ([#764](https://github.com/patternfly/patternfly-react/issues/764)) ([a577072](https://github.com/patternfly/patternfly-react/commit/a577072)) + + + + # [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) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index 38c90671e6b..82a8998066f 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.9.0", + "version": "2.9.1", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js",