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.4.0
 - @patternfly/react-console@1.5.0
  • Loading branch information
patternfly-build committed Oct 26, 2018
1 parent d876589 commit 42a64a4
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## Change Log (2018-10-26)

#### :rocket: New Feature
* `patternfly-3`
* [#606](https://github.com/patternfly/patternfly-react/pull/606) feat(ConsoleSelector): introduce ConsoleSelector component ([@mareklibra](https://github.com/mareklibra))

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


## patternfly4-react-lerna-root@1.14.2 (2018-10-26)

#### :bug: Bug Fix
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.4.0"></a>
# [7.4.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.3.9...patternfly3-react-lerna-root@7.4.0) (2018-10-26)


### Features

* **ConsoleSelector:** introduce ConsoleSelector component ([#606](https://github.com/patternfly/patternfly-react/issues/606)) ([d876589](https://github.com/patternfly/patternfly-react/commit/d876589))




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

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.3.9",
"version": "7.4.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 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,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.5.0"></a>
# [1.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.4.12...@patternfly/react-console@1.5.0) (2018-10-26)


### Features

* **ConsoleSelector:** introduce ConsoleSelector component ([#606](https://github.com/patternfly/patternfly-react/issues/606)) ([d876589](https://github.com/patternfly/patternfly-react/commit/d876589))




<a name="1.4.12"></a>
## [1.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.4.11...@patternfly/react-console@1.4.12) (2018-10-24)

Expand Down
11 changes: 5 additions & 6 deletions 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.4.12",
"version": "1.5.0",
"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 Expand Up @@ -47,12 +47,11 @@
"patternfly-react": "^2.21.5"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"patternfly": "^3.52.1",
"patternfly-react": "^2.21.5",
"react-bootstrap": "^0.32.1"
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2"
}
}

0 comments on commit 42a64a4

Please sign in to comment.