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.3
 - patternfly-react-extensions@2.13.10
  • Loading branch information
patternfly-build committed Nov 29, 2018
1 parent 134af90 commit 35c5021
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-28)
## Change Log (2018-11-29)

#### :bug: Bug Fix
* `patternfly-3`
* [#977](https://github.com/patternfly/patternfly-react/pull/977) fix(CatalogTileView): Support tiles without categories. ([@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.28.1 (2018-11-28)

#### :bug: Bug Fix
* `patternfly-4`
* [#954](https://github.com/patternfly/patternfly-react/pull/954) fix(Dropdown): Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([@TheRealJon](https://github.com/TheRealJon))

#### Committers: 1
- Jon Jackson ([@TheRealJon](https://github.com/TheRealJon))


## @patternfly/react-table@0.2.6 (2018-11-28)

#### :bug: Bug Fix
* `patternfly-4`
* [#954](https://github.com/patternfly/patternfly-react/pull/954) fix(Dropdown): Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([@TheRealJon](https://github.com/TheRealJon))

#### Committers: 1
- Jon Jackson ([@TheRealJon](https://github.com/TheRealJon))


## @patternfly/react-docs@3.19.14 (2018-11-28)

#### :bug: Bug Fix
* `patternfly-4`
* [#954](https://github.com/patternfly/patternfly-react/pull/954) fix(Dropdown): Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([@TheRealJon](https://github.com/TheRealJon))

#### Committers: 1
- Jon Jackson ([@TheRealJon](https://github.com/TheRealJon))


## @patternfly/react-core@1.38.1 (2018-11-28)

#### :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.3"></a>
## [7.12.3](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.12.2...patternfly3-react-lerna-root@7.12.3) (2018-11-29)


### Bug Fixes

* **CatalogTileView:** Support tiles without categories. ([#977](https://github.com/patternfly/patternfly-react/issues/977)) ([134af90](https://github.com/patternfly/patternfly-react/commit/134af90))




<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)

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.2",
"version": "7.12.3",
"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.10"></a>
## [2.13.10](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.9...patternfly-react-extensions@2.13.10) (2018-11-29)


### Bug Fixes

* **CatalogTileView:** Support tiles without categories. ([#977](https://github.com/patternfly/patternfly-react/issues/977)) ([134af90](https://github.com/patternfly/patternfly-react/commit/134af90))




<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)

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

Please sign in to comment.