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.6
 - patternfly-react-extensions@2.8.8
  • Loading branch information
patternfly-build committed Oct 10, 2018
1 parent c52a609 commit e5e86d5
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@

## Unreleased (2018-10-09)
## Unreleased (2018-10-10)

#### :bug: Bug Fix
* `patternfly-3`
* [#730](https://github.com/patternfly/patternfly-react/pull/730) fix(CatalogTileView): Fix to render non-tile children of a category ([@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.6.2 (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
* [#721](https://github.com/patternfly/patternfly-react/pull/721) fix(react-docs: oneoftype support): ([@jschuler](https://github.com/jschuler))

#### Committers: 1
- Joachim ([@jschuler](https://github.com/jschuler))


## @patternfly/react-docs@3.16.5 (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
Expand Down
12 changes: 12 additions & 0 deletions packages/patternfly-3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.6"></a>
## [7.1.6](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.4...patternfly3-react-lerna-root@7.1.6) (2018-10-10)


### Bug Fixes

* **CatalogTileView:** Fix to not render hidden tiles in catalog tile view categories ([#725](https://github.com/patternfly/patternfly-react/issues/725)) ([5f98876](https://github.com/patternfly/patternfly-react/commit/5f98876))
* **CatalogTileView:** Fix to render non-tile children of a category ([#730](https://github.com/patternfly/patternfly-react/issues/730)) ([c52a609](https://github.com/patternfly/patternfly-react/commit/c52a609))




<a name="7.1.5"></a>
## [7.1.5](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.4...patternfly3-react-lerna-root@7.1.5) (2018-10-09)

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.5",
"version": "7.1.6",
"private": true,
"config": {
"access": "private"
Expand Down
12 changes: 12 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,18 @@
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.8"></a>
## [2.8.8](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.6...patternfly-react-extensions@2.8.8) (2018-10-10)


### Bug Fixes

* **CatalogTileView:** Fix to not render hidden tiles in catalog tile view categories ([#725](https://github.com/patternfly/patternfly-react/issues/725)) ([5f98876](https://github.com/patternfly/patternfly-react/commit/5f98876))
* **CatalogTileView:** Fix to render non-tile children of a category ([#730](https://github.com/patternfly/patternfly-react/issues/730)) ([c52a609](https://github.com/patternfly/patternfly-react/commit/c52a609))




<a name="2.8.7"></a>
## [2.8.7](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.6...patternfly-react-extensions@2.8.7) (2018-10-09)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.8.7",
"version": "2.8.8",
"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 e5e86d5

Please sign in to comment.