From 61c9e8b5f2605fef52f4f1e95f6d97b3937cfe7a Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Mon, 8 Oct 2018 12:21:33 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly3-react-lerna-root@7.1.1 - patternfly-react-extensions@2.8.3 --- CHANGELOG.md | 10 ++++++++++ packages/patternfly-3/CHANGELOG.md | 11 +++++++++++ packages/patternfly-3/package.json | 2 +- .../patternfly-react-extensions/CHANGELOG.md | 11 +++++++++++ .../patternfly-react-extensions/package.json | 2 +- 5 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f464b5995..0f4d1194733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## Unreleased (2018-10-08) + +#### :bug: Bug Fix +* `patternfly-3` + * [#709](https://github.com/patternfly/patternfly-react/pull/709) fix(CatalogTile): Fix to show only the iconImg if given, not both the image and icon. ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 1 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + + ## patternfly4-react-lerna-root@1.4.1 (2018-10-05) #### :memo: Documentation diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index 33f5b183261..0e9fd9b36a6 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.1.1](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.0...patternfly3-react-lerna-root@7.1.1) (2018-10-08) + + +### Bug Fixes + +* **CatalogTile:** Fix to show only the iconImg if given, not both the image and icon. ([#709](https://github.com/patternfly/patternfly-react/issues/709)) ([f43da6b](https://github.com/patternfly/patternfly-react/commit/f43da6b)) + + + + # [7.1.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.0.1...patternfly3-react-lerna-root@7.1.0) (2018-10-05) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index 8ce6b00daa2..67a5d3b6f83 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.1.0", + "version": "7.1.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 1c8445e2c88..d4dcc011294 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.8.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.2...patternfly-react-extensions@2.8.3) (2018-10-08) + + +### Bug Fixes + +* **CatalogTile:** Fix to show only the iconImg if given, not both the image and icon. ([#709](https://github.com/patternfly/patternfly-react/issues/709)) ([f43da6b](https://github.com/patternfly/patternfly-react/commit/f43da6b)) + + + + ## [2.8.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.1...patternfly-react-extensions@2.8.2) (2018-10-05) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index c37ceaba3e4..d9b8106d7f1 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.2", + "version": "2.8.3", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js",