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.6.2
 - @patternfly/react-docs@3.16.5
  • Loading branch information
patternfly-build committed Oct 9, 2018
1 parent 91c5f31 commit 64de43b
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@

## Unreleased (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
* [#721](https://github.com/patternfly/patternfly-react/pull/721) fix(react-docs: oneoftype support): ([@jschuler](https://github.com/jschuler))

#### Committers: 1
- Joachim ([@jschuler](https://github.com/jschuler))


## patternfly4-react-lerna-root@1.6.1 (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
* [#727](https://github.com/patternfly/patternfly-react/pull/727) fix(Alert): [TS] action type is string while it should've been node ([@boaz1337](https://github.com/boaz1337))

#### Committers: 1
- [@boaz1337](https://github.com/boaz1337)


## @patternfly/react-docs@3.16.4 (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
* [#727](https://github.com/patternfly/patternfly-react/pull/727) fix(Alert): [TS] action type is string while it should've been node ([@boaz1337](https://github.com/boaz1337))

#### Committers: 1
- [@boaz1337](https://github.com/boaz1337)


## @patternfly/react-core@1.19.1 (2018-10-09)

#### :bug: Bug Fix
* `patternfly-4`
* [#727](https://github.com/patternfly/patternfly-react/pull/727) fix(Alert): [TS] action type is string while it should've been node ([@boaz1337](https://github.com/boaz1337))
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.6.2"></a>
## [1.6.2](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.6.1...patternfly4-react-lerna-root@1.6.2) (2018-10-09)


### Bug Fixes

* **react-docs: oneoftype support:** ([#721](https://github.com/patternfly/patternfly-react/issues/721)) ([91c5f31](https://github.com/patternfly/patternfly-react/commit/91c5f31)), closes [#720](https://github.com/patternfly/patternfly-react/issues/720)




<a name="1.6.1"></a>
## [1.6.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.6.0...patternfly4-react-lerna-root@1.6.1) (2018-10-09)

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

<a name="3.16.5"></a>
## [3.16.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.4...@patternfly/react-docs@3.16.5) (2018-10-09)


### Bug Fixes

* **react-docs: oneoftype support:** ([#721](https://github.com/patternfly/patternfly-react/issues/721)) ([91c5f31](https://github.com/patternfly/patternfly-react/commit/91c5f31)), closes [#720](https://github.com/patternfly/patternfly-react/issues/720)




<a name="3.16.4"></a>
## [3.16.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.3...@patternfly/react-docs@3.16.4) (2018-10-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.16.4",
"version": "3.16.5",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit 64de43b

Please sign in to comment.