diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c9af804a4..8529862cb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ ## Unreleased (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) + + +## patternfly4-react-lerna-root@1.6.0 (2018-10-09) + +#### :bug: Bug Fix +* `patternfly-3` + * [#725](https://github.com/patternfly/patternfly-react/pull/725) fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 2 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) +- Joachim ([@jschuler](https://github.com/jschuler)) + + +## @patternfly/react-docs@3.16.3 (2018-10-09) + +#### :bug: Bug Fix +* `patternfly-3` + * [#725](https://github.com/patternfly/patternfly-react/pull/725) fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 2 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) +- Joachim ([@jschuler](https://github.com/jschuler)) + + +## @patternfly/react-core@1.19.0 (2018-10-09) + #### :bug: Bug Fix * `patternfly-3` * [#725](https://github.com/patternfly/patternfly-react/pull/725) fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 27fc253bfcd..faf2a3c1326 100644 --- a/packages/patternfly-4/CHANGELOG.md +++ b/packages/patternfly-4/CHANGELOG.md @@ -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. + +## [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) + + +### Bug Fixes + +* **Alert:** [TS] action type is string while it should've been node ([#727](https://github.com/patternfly/patternfly-react/issues/727)) ([f325d03](https://github.com/patternfly/patternfly-react/commit/f325d03)) + + + + # [1.6.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.5.2...patternfly4-react-lerna-root@1.6.0) (2018-10-09) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 53c21cdef94..aed5d5127f4 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.6.0", + "version": "1.6.1", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 80cf9ba11e9..50cca4bca8f 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/CHANGELOG.md @@ -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. + +## [1.19.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.19.0...@patternfly/react-core@1.19.1) (2018-10-09) + + +### Bug Fixes + +* **Alert:** [TS] action type is string while it should've been node ([#727](https://github.com/patternfly/patternfly-react/issues/727)) ([f325d03](https://github.com/patternfly/patternfly-react/commit/f325d03)) + + + + # [1.19.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.18.2...@patternfly/react-core@1.19.0) (2018-10-09) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index c6ef7bfcbad..dd9549373ae 100644 --- a/packages/patternfly-4/react-core/package.json +++ b/packages/patternfly-4/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "1.19.0", + "version": "1.19.1", "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", diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index 55ab121bf21..24d0f931088 100644 --- a/packages/patternfly-4/react-docs/CHANGELOG.md +++ b/packages/patternfly-4/react-docs/CHANGELOG.md @@ -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. + +## [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) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.16.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.2...@patternfly/react-docs@3.16.3) (2018-10-09) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 109b5a391b9..74cb44ad519 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,14 +1,14 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.16.3", + "version": "3.16.4", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.19.0", + "@patternfly/react-core": "^1.19.1", "@patternfly/react-icons": "^2.5.0", "@patternfly/react-styles": "^2.2.0", "@patternfly/react-tokens": "^1.5.1",