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.5
 - patternfly-react-extensions@2.8.7
 - patternfly4-react-lerna-root@1.6.0
 - @patternfly/react-core@1.19.0
 - @patternfly/react-docs@3.16.3
  • Loading branch information
patternfly-build committed Oct 9, 2018
1 parent c8a3324 commit 7706089
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## Unreleased (2018-10-09)

#### :bug: Bug Fix
* `patternfly-3`
* [#725](https://github.com/patternfly/patternfly-react/pull/725) fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

#### Committers: 2
- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18))
- Joachim ([@jschuler](https://github.com/jschuler))


## patternfly3-react-lerna-root@7.1.4 (2018-10-08)

#### :memo: Documentation
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.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)


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




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

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.4",
"version": "7.1.5",
"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.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)


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




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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.8.6",
"version": "2.8.7",
"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
11 changes: 11 additions & 0 deletions packages/patternfly-4/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="1.6.0"></a>
# [1.6.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.5.2...patternfly4-react-lerna-root@1.6.0) (2018-10-09)


### Features

* **Page layout:** Adds the page layout to PF4 ([#714](https://github.com/patternfly/patternfly-react/issues/714)) ([c8a3324](https://github.com/patternfly/patternfly-react/commit/c8a3324)), closes [#548](https://github.com/patternfly/patternfly-react/issues/548)




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

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly4-react-lerna-root",
"version": "1.5.2",
"version": "1.6.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-core/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="1.19.0"></a>
# [1.19.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.18.2...@patternfly/react-core@1.19.0) (2018-10-09)


### Features

* **Page layout:** Adds the page layout to PF4 ([#714](https://github.com/patternfly/patternfly-react/issues/714)) ([c8a3324](https://github.com/patternfly/patternfly-react/commit/c8a3324)), closes [#548](https://github.com/patternfly/patternfly-react/issues/548)




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

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "1.18.2",
"version": "1.19.0",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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




**Note:** Version bump only for package @patternfly/react-docs

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

Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.16.2",
"version": "3.16.3",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-core": "^1.18.2",
"@patternfly/react-core": "^1.19.0",
"@patternfly/react-icons": "^2.5.0",
"@patternfly/react-styles": "^2.2.0",
"@patternfly/react-tokens": "^1.5.1",
Expand Down

0 comments on commit 7706089

Please sign in to comment.