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.10.4
 - patternfly-react-extensions@2.13.3
 - patternfly-react@2.24.3
 - @patternfly/react-console@1.7.4
  • Loading branch information
patternfly-build committed Nov 19, 2018
1 parent 9b87e98 commit c85c416
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
13 changes: 13 additions & 0 deletions packages/patternfly-3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **CardDropdownButton:** Allow props to be passed ([#932](https://github.com/patternfly/patternfly-react/issues/932)) ([2ee5117](https://github.com/patternfly/patternfly-react/commit/2ee5117))
* **LoginPage:** Fix background-image style ([#937](https://github.com/patternfly/patternfly-react/issues/937)) ([3307e9b](https://github.com/patternfly/patternfly-react/commit/3307e9b))
* **LoginPage:** Improve inputs validation. ([#936](https://github.com/patternfly/patternfly-react/issues/936)) ([60c1067](https://github.com/patternfly/patternfly-react/commit/60c1067))




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

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.10.3",
"version": "7.10.4",
"private": true,
"config": {
"access": "private"
Expand Down
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="2.13.3"></a>
## [2.13.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.1...patternfly-react-extensions@2.13.3) (2018-11-19)




**Note:** Version bump only for package patternfly-react-extensions

<a name="2.13.2"></a>
## [2.13.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.1...patternfly-react-extensions@2.13.2) (2018-11-19)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.13.2",
"version": "2.13.3",
"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 Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.58.0",
"patternfly-react": "^2.24.2",
"patternfly-react": "^2.24.3",
"react-virtualized": "9.x"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/patternfly-3/patternfly-react/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="2.24.3"></a>
## [2.24.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.1...patternfly-react@2.24.3) (2018-11-19)


### Bug Fixes

* **CardDropdownButton:** Allow props to be passed ([#932](https://github.com/patternfly/patternfly-react/issues/932)) ([2ee5117](https://github.com/patternfly/patternfly-react/commit/2ee5117))
* **LoginPage:** Improve inputs validation. ([#936](https://github.com/patternfly/patternfly-react/issues/936)) ([60c1067](https://github.com/patternfly/patternfly-react/commit/60c1067))




<a name="2.24.2"></a>
## [2.24.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.1...patternfly-react@2.24.2) (2018-11-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/patternfly-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react",
"version": "2.24.2",
"version": "2.24.3",
"private": false,
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
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.7.4"></a>
## [1.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.1...@patternfly/react-console@1.7.4) (2018-11-19)




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

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

Expand Down
4 changes: 2 additions & 2 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.7.3",
"version": "1.7.4",
"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 @@ -46,7 +46,7 @@
},
"devDependencies": {
"patternfly": "^3.52.1",
"patternfly-react": "^2.24.2"
"patternfly-react": "^2.24.3"
},
"peerDependencies": {
"patternfly": "^3.58.0",
Expand Down

0 comments on commit c85c416

Please sign in to comment.