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.11.1
 - @patternfly/react-console@1.8.1
  • Loading branch information
patternfly-build committed Nov 26, 2018
1 parent 45c3647 commit eea9fe2
Show file tree
Hide file tree
Showing 5 changed files with 38 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-11-26)

#### :bug: Bug Fix
* `patternfly-3`
* [#906](https://github.com/patternfly/patternfly-react/pull/906) introduce preselectedType for AccessConsoles component ([@mareklibra](https://github.com/mareklibra))

#### Committers: 1
- Marek Libra ([@mareklibra](https://github.com/mareklibra))


## patternfly3-react-lerna-root@7.11.0 (2018-11-26)

#### :rocket: New Feature
* `patternfly-3`
* [#807](https://github.com/patternfly/patternfly-react/pull/807) Rdp console ([@mareklibra](https://github.com/mareklibra))

#### Committers: 1
- Marek Libra ([@mareklibra](https://github.com/mareklibra))


## @patternfly/react-console@1.8.0 (2018-11-26)

#### :rocket: New Feature
* `patternfly-3`
* [#807](https://github.com/patternfly/patternfly-react/pull/807) Rdp console ([@mareklibra](https://github.com/mareklibra))
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-3/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="7.11.1"></a>
## [7.11.1](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.11.0...patternfly3-react-lerna-root@7.11.1) (2018-11-26)




**Note:** Version bump only for package patternfly3-react-lerna-root

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

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.11.0",
"version": "7.11.1",
"private": true,
"config": {
"access": "private"
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.8.1"></a>
## [1.8.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.8.0...@patternfly/react-console@1.8.1) (2018-11-26)




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

<a name="1.8.0"></a>
# [1.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.7...@patternfly/react-console@1.8.0) (2018-11-26)

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.8.0",
"version": "1.8.1",
"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 eea9fe2

Please sign in to comment.