Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly4-react-lerna-root@1.22.0
 - @patternfly/react-core@1.33.0
 - @patternfly/react-docs@3.19.1
  • Loading branch information
patternfly-build committed Nov 13, 2018
1 parent befeb77 commit f40d682
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@

## Change Log (2018-11-13)
## patternfly3-react-lerna-root@7.9.1 (2018-11-13)

#### :bug: Bug Fix
* `patternfly-3`
* [#910](https://github.com/patternfly/patternfly-react/pull/910) fix(CatalogTileView): Fix to prevent category size updates after unmount ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

#### Committers: 1
- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18))


## patternfly-react-extensions@2.12.8 (2018-11-13)

#### :bug: Bug Fix
* `patternfly-3`
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/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.22.0"></a>
# [1.22.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.21.0...patternfly4-react-lerna-root@1.22.0) (2018-11-13)


### Features

* **LoginForm:** Added the PF4 LoginForm Component ([#874](https://github.com/patternfly/patternfly-react/issues/874)) ([befeb77](https://github.com/patternfly/patternfly-react/commit/befeb77)), closes [#825](https://github.com/patternfly/patternfly-react/issues/825) [#825](https://github.com/patternfly/patternfly-react/issues/825)




<a name="1.21.0"></a>
# [1.21.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.20.0...patternfly4-react-lerna-root@1.21.0) (2018-11-12)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly4-react-lerna-root",
"version": "1.21.0",
"version": "1.22.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-core/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.33.0"></a>
# [1.33.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.32.2...@patternfly/react-core@1.33.0) (2018-11-13)


### Features

* **LoginForm:** Added the PF4 LoginForm Component ([#874](https://github.com/patternfly/patternfly-react/issues/874)) ([befeb77](https://github.com/patternfly/patternfly-react/commit/befeb77)), closes [#825](https://github.com/patternfly/patternfly-react/issues/825) [#825](https://github.com/patternfly/patternfly-react/issues/825)




<a name="1.32.2"></a>
## [1.32.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.32.1...@patternfly/react-core@1.32.2) (2018-11-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "1.32.2",
"version": "1.33.0",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-docs/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="3.19.1"></a>
## [3.19.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.0...@patternfly/react-docs@3.19.1) (2018-11-13)




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

<a name="3.19.0"></a>
# [3.19.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.18.0...@patternfly/react-docs@3.19.0) (2018-11-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.19.0",
"version": "3.19.1",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.0.3",
"@patternfly/react-core": "^1.32.2",
"@patternfly/react-core": "^1.33.0",
"@patternfly/react-icons": "^2.7.1",
"@patternfly/react-styled-system": "^1.1.0",
"@patternfly/react-styles": "^2.3.0",
Expand Down

0 comments on commit f40d682

Please sign in to comment.