Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly-react-extensions@2.16.14
 - patternfly-react@2.29.12
 - @patternfly/react-console@1.10.20
  • Loading branch information
patternfly-build committed Feb 13, 2019
1 parent b984fbb commit 8e1b471
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
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.

## [2.16.14](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.16.13...patternfly-react-extensions@2.16.14) (2019-02-13)

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





## [2.16.13](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.16.11...patternfly-react-extensions@2.16.13) (2019-02-08)

**Note:** Version bump only for package patternfly-react-extensions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.16.13",
"version": "2.16.14",
"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.29.11",
"patternfly-react": "^2.29.12",
"react-bootstrap": "^0.32.1",
"react-diff-view": "^1.8.1",
"react-virtualized": "9.x",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.29.12](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.29.11...patternfly-react@2.29.12) (2019-02-13)


### Bug Fixes

* **Login card page:** Submit is disabled when input is empty ([#1188](https://github.com/patternfly/patternfly-react/issues/1188)) ([b984fbb](https://github.com/patternfly/patternfly-react/commit/b984fbb))





## [2.29.11](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.29.9...patternfly-react@2.29.11) (2019-02-08)

**Note:** Version bump only for package patternfly-react
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.29.11",
"version": "2.29.12",
"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.

## [1.10.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.19...@patternfly/react-console@1.10.20) (2019-02-13)

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





## [1.10.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.17...@patternfly/react-console@1.10.19) (2019-02-08)

**Note:** Version bump only for package @patternfly/react-console
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.10.19",
"version": "1.10.20",
"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.58.0",
"patternfly-react": "^2.29.11"
"patternfly-react": "^2.29.12"
},
"peerDependencies": {
"patternfly-react": "^2.24.0",
Expand Down

0 comments on commit 8e1b471

Please sign in to comment.