diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9e06d2c13..fa4148a72e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,55 @@ -## Change Log (2018-11-02) +## Change Log (2018-11-05) + +#### :bug: Bug Fix +* `patternfly-4` + * [#880](https://github.com/patternfly/patternfly-react/pull/880) fix(typescript): Export LoginBox and make PageSection props optional ([@jschuler](https://github.com/jschuler)) + +#### Committers: 1 +- Joachim ([@jschuler](https://github.com/jschuler)) + + +## patternfly4-react-lerna-root@1.17.0 (2018-11-02) + +#### :rocket: New Feature +* `patternfly-4`, `react-icons` + * [#876](https://github.com/patternfly/patternfly-react/pull/876) feat(condensed horizontal nav): updates condensed nav to match Core horizontal & vertical nav ([@priley86](https://github.com/priley86)) + +#### Committers: 1 +- Patrick Riley ([@priley86](https://github.com/priley86)) + + +## @patternfly/react-tokens@1.7.0 (2018-11-02) + +#### :rocket: New Feature +* `patternfly-4`, `react-icons` + * [#876](https://github.com/patternfly/patternfly-react/pull/876) feat(condensed horizontal nav): updates condensed nav to match Core horizontal & vertical nav ([@priley86](https://github.com/priley86)) + +#### Committers: 1 +- Patrick Riley ([@priley86](https://github.com/priley86)) + + +## @patternfly/react-icons@2.7.0 (2018-11-02) + +#### :rocket: New Feature +* `patternfly-4`, `react-icons` + * [#876](https://github.com/patternfly/patternfly-react/pull/876) feat(condensed horizontal nav): updates condensed nav to match Core horizontal & vertical nav ([@priley86](https://github.com/priley86)) + +#### Committers: 1 +- Patrick Riley ([@priley86](https://github.com/priley86)) + + +## @patternfly/react-docs@3.17.31 (2018-11-02) + +#### :rocket: New Feature +* `patternfly-4`, `react-icons` + * [#876](https://github.com/patternfly/patternfly-react/pull/876) feat(condensed horizontal nav): updates condensed nav to match Core horizontal & vertical nav ([@priley86](https://github.com/priley86)) + +#### Committers: 1 +- Patrick Riley ([@priley86](https://github.com/priley86)) + + +## @patternfly/react-core@1.30.0 (2018-11-02) #### :rocket: New Feature * `patternfly-4`, `react-icons` diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 920a7b8fc8a..57e51f46376 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.17.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.17.0...patternfly4-react-lerna-root@1.17.1) (2018-11-05) + + +### Bug Fixes + +* **typescript:** Export LoginBox and make PageSection props optional ([#880](https://github.com/patternfly/patternfly-react/issues/880)) ([082bb8d](https://github.com/patternfly/patternfly-react/commit/082bb8d)) + + + + # [1.17.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.16.1...patternfly4-react-lerna-root@1.17.0) (2018-11-02) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index efeda026951..e4894bfc4e4 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.17.0", + "version": "1.17.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 cf15e462bfd..82fc3350be4 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.30.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.30.0...@patternfly/react-core@1.30.1) (2018-11-05) + + +### Bug Fixes + +* **typescript:** Export LoginBox and make PageSection props optional ([#880](https://github.com/patternfly/patternfly-react/issues/880)) ([082bb8d](https://github.com/patternfly/patternfly-react/commit/082bb8d)) + + + + # [1.30.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.29.1...@patternfly/react-core@1.30.0) (2018-11-02) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 333f5ec5768..8ae5e8b0eb4 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.30.0", + "version": "1.30.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 343b29cb0f4..56db40c0be7 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.17.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.31...@patternfly/react-docs@3.17.32) (2018-11-05) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.17.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.30...@patternfly/react-docs@3.17.31) (2018-11-02) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 3cb8069802d..c75d2efb235 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.17.31", + "version": "3.17.32", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.30.0", + "@patternfly/react-core": "^1.30.1", "@patternfly/react-icons": "^2.7.0", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.7.0",