Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly3-react-lerna-root@7.1.1
 - patternfly-react-extensions@2.8.3
  • Loading branch information
patternfly-build committed Oct 8, 2018
1 parent f43da6b commit 61c9e8b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="7.1.1"></a>
## [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))




<a name="7.1.0"></a>
# [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)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly3-react-lerna-root",
"version": "7.1.0",
"version": "7.1.1",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.8.3"></a>
## [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))




<a name="2.8.2"></a>
## [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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 61c9e8b

Please sign in to comment.