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.3.8
 - patternfly-react-extensions@2.9.8
  • Loading branch information
patternfly-build committed Oct 18, 2018
1 parent 8b30aca commit ed61d8e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@

## Change Log (2018-10-18)

#### :bug: Bug Fix
* `patternfly-3`
* [#810](https://github.com/patternfly/patternfly-react/pull/810) fix(CatalogTile): Catalog Tiles can shrink ([@rhamilto](https://github.com/rhamilto))

#### Committers: 1
- Robb Hamilton ([@rhamilto](https://github.com/rhamilto))


## patternfly3-react-lerna-root@7.3.7 (2018-10-18)

#### :bug: Bug Fix
* `patternfly-3`
* [#808](https://github.com/patternfly/patternfly-react/pull/808) fix(CatalogItemHeader): Make subtitle optional ([@rhamilto](https://github.com/rhamilto))

#### Committers: 1
- Robb Hamilton ([@rhamilto](https://github.com/rhamilto))


## patternfly-react-extensions@2.9.7 (2018-10-18)

#### :bug: Bug Fix
* `patternfly-3`
* [#808](https://github.com/patternfly/patternfly-react/pull/808) fix(CatalogItemHeader): Make subtitle optional ([@rhamilto](https://github.com/rhamilto))
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.3.8"></a>
## [7.3.8](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.3.7...patternfly3-react-lerna-root@7.3.8) (2018-10-18)


### Bug Fixes

* **CatalogTile:** Catalog Tiles can shrink ([#810](https://github.com/patternfly/patternfly-react/issues/810)) ([8b30aca](https://github.com/patternfly/patternfly-react/commit/8b30aca))




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

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.3.7",
"version": "7.3.8",
"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.9.8"></a>
## [2.9.8](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.9.7...patternfly-react-extensions@2.9.8) (2018-10-18)


### Bug Fixes

* **CatalogTile:** Catalog Tiles can shrink ([#810](https://github.com/patternfly/patternfly-react/issues/810)) ([8b30aca](https://github.com/patternfly/patternfly-react/commit/8b30aca))




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

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

Please sign in to comment.