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.19.2
 - @patternfly/react-console@1.10.8
  • Loading branch information
patternfly-build committed Jan 7, 2019
1 parent 97cb051 commit 5583a91
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/patternfly-3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.19.2"></a>
## [7.19.2](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.19.0...patternfly3-react-lerna-root@7.19.2) (2019-01-07)


### Bug Fixes

* **AccessConsoles:** fix propTypes checking for "null" child ([#1139](https://github.com/patternfly/patternfly-react/issues/1139)) ([4eed95d](https://github.com/patternfly/patternfly-react/commit/4eed95d))
* **VncConsole:** disconnect VNC session when unmounting ([#1123](https://github.com/patternfly/patternfly-react/issues/1123)) ([b7df8dc](https://github.com/patternfly/patternfly-react/commit/b7df8dc))




<a name="7.19.1"></a>
## [7.19.1](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.19.0...patternfly3-react-lerna-root@7.19.1) (2019-01-07)

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.19.1",
"version": "7.19.2",
"private": true,
"config": {
"access": "private"
Expand Down
12 changes: 12 additions & 0 deletions packages/patternfly-3/react-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.10.8"></a>
## [1.10.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.6...@patternfly/react-console@1.10.8) (2019-01-07)


### Bug Fixes

* **AccessConsoles:** fix propTypes checking for "null" child ([#1139](https://github.com/patternfly/patternfly-react/issues/1139)) ([4eed95d](https://github.com/patternfly/patternfly-react/commit/4eed95d))
* **VncConsole:** disconnect VNC session when unmounting ([#1123](https://github.com/patternfly/patternfly-react/issues/1123)) ([b7df8dc](https://github.com/patternfly/patternfly-react/commit/b7df8dc))




<a name="1.10.7"></a>
## [1.10.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.6...@patternfly/react-console@1.10.7) (2019-01-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/react-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
"version": "1.10.7",
"version": "1.10.8",
"private": false,
"description": "This library provides a set of Console React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down

0 comments on commit 5583a91

Please sign in to comment.