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.12.2
 - patternfly-react-extensions@2.13.9
  • Loading branch information
patternfly-build committed Nov 28, 2018
1 parent b2237fc commit 31b1fb2
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 3 deletions.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@

## Change Log (2018-11-27)
## Change Log (2018-11-28)

#### :bug: Bug Fix
* `patternfly-3`
* [#958](https://github.com/patternfly/patternfly-react/pull/958) fix(CatalogTile): Fix to correctly position fading out of description text ([@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.27.2 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-4`
* [#930](https://github.com/patternfly/patternfly-react/pull/930) fix(Radio): Updated Radio aria-label prop so that it is optional ([@tlabaj](https://github.com/tlabaj))

#### Committers: 1
- Titani Labaj ([@tlabaj](https://github.com/tlabaj))


## @patternfly/react-table@0.2.3 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-4`
* [#930](https://github.com/patternfly/patternfly-react/pull/930) fix(Radio): Updated Radio aria-label prop so that it is optional ([@tlabaj](https://github.com/tlabaj))

#### Committers: 1
- Titani Labaj ([@tlabaj](https://github.com/tlabaj))


## @patternfly/react-docs@3.19.11 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-4`
* [#930](https://github.com/patternfly/patternfly-react/pull/930) fix(Radio): Updated Radio aria-label prop so that it is optional ([@tlabaj](https://github.com/tlabaj))

#### Committers: 1
- Titani Labaj ([@tlabaj](https://github.com/tlabaj))


## @patternfly/react-core@1.37.2 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-4`
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.12.2"></a>
## [7.12.2](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.12.1...patternfly3-react-lerna-root@7.12.2) (2018-11-28)


### Bug Fixes

* **CatalogTile:** Fix to correctly position fading out of description text ([#958](https://github.com/patternfly/patternfly-react/issues/958)) ([b2237fc](https://github.com/patternfly/patternfly-react/commit/b2237fc))




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

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.12.1",
"version": "7.12.2",
"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.13.9"></a>
## [2.13.9](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.8...patternfly-react-extensions@2.13.9) (2018-11-28)


### Bug Fixes

* **CatalogTile:** Fix to correctly position fading out of description text ([#958](https://github.com/patternfly/patternfly-react/issues/958)) ([b2237fc](https://github.com/patternfly/patternfly-react/commit/b2237fc))




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

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

Please sign in to comment.