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.9.1
 - patternfly-react-extensions@2.12.8
  • Loading branch information
patternfly-build committed Nov 13, 2018
1 parent df5ded3 commit 67457e4
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@

## Change Log (2018-11-13)

#### :bug: Bug Fix
* `patternfly-3`
* [#910](https://github.com/patternfly/patternfly-react/pull/910) fix(CatalogTileView): Fix to prevent category size updates after unmount ([@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.9.0 (2018-11-13)

#### :rocket: New Feature
* `patternfly-3`
* [#607](https://github.com/patternfly/patternfly-react/pull/607) feat(DesktopViewer): introduce DesktopViewer component ([@mareklibra](https://github.com/mareklibra))

#### Committers: 1
- Marek Libra ([@mareklibra](https://github.com/mareklibra))


## patternfly-react@2.23.0 (2018-11-13)

#### :rocket: New Feature
* `patternfly-3`
* [#607](https://github.com/patternfly/patternfly-react/pull/607) feat(DesktopViewer): introduce DesktopViewer component ([@mareklibra](https://github.com/mareklibra))

#### Committers: 1
- Marek Libra ([@mareklibra](https://github.com/mareklibra))


## patternfly-react-extensions@2.12.7 (2018-11-13)

#### :rocket: New Feature
* `patternfly-3`
* [#607](https://github.com/patternfly/patternfly-react/pull/607) feat(DesktopViewer): introduce DesktopViewer component ([@mareklibra](https://github.com/mareklibra))

#### Committers: 1
- Marek Libra ([@mareklibra](https://github.com/mareklibra))


## @patternfly/react-console@1.6.0 (2018-11-13)

#### :rocket: New Feature
* `patternfly-3`
* [#607](https://github.com/patternfly/patternfly-react/pull/607) feat(DesktopViewer): introduce DesktopViewer component ([@mareklibra](https://github.com/mareklibra))
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.9.1"></a>
## [7.9.1](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.9.0...patternfly3-react-lerna-root@7.9.1) (2018-11-13)


### Bug Fixes

* **CatalogTileView:** Fix to prevent category size updates after unmount ([#910](https://github.com/patternfly/patternfly-react/issues/910)) ([df5ded3](https://github.com/patternfly/patternfly-react/commit/df5ded3))




<a name="7.9.0"></a>
# [7.9.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.8.6...patternfly3-react-lerna-root@7.9.0) (2018-11-13)

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.9.0",
"version": "7.9.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.12.8"></a>
## [2.12.8](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.7...patternfly-react-extensions@2.12.8) (2018-11-13)


### Bug Fixes

* **CatalogTileView:** Fix to prevent category size updates after unmount ([#910](https://github.com/patternfly/patternfly-react/issues/910)) ([df5ded3](https://github.com/patternfly/patternfly-react/commit/df5ded3))




<a name="2.12.7"></a>
## [2.12.7](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.6...patternfly-react-extensions@2.12.7) (2018-11-13)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.12.7",
"version": "2.12.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 67457e4

Please sign in to comment.