diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e13deff13..c4d5469eb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ -## Change Log (2018-11-06) +## Change Log (2018-11-07) + +#### :bug: Bug Fix +* `patternfly-3` + * [#877](https://github.com/patternfly/patternfly-react/pull/877) fix(FilterSidePanel/VerticalTabs): Adjust top and bottom spacing of f… ([@rhamilto](https://github.com/rhamilto)) + +#### Committers: 1 +- Robb Hamilton ([@rhamilto](https://github.com/rhamilto)) + + +## patternfly4-react-lerna-root@1.18.0 (2018-11-06) + +#### :rocket: New Feature +* `patternfly-4` + * [#863](https://github.com/patternfly/patternfly-react/pull/863) feat(LoginPage): introduce the login page component ([@amarie401](https://github.com/amarie401)) + +#### Committers: 1 +- Amiee Lo ([@amarie401](https://github.com/amarie401)) + + +## @patternfly/react-docs@3.17.35 (2018-11-06) + +#### :rocket: New Feature +* `patternfly-4` + * [#863](https://github.com/patternfly/patternfly-react/pull/863) feat(LoginPage): introduce the login page component ([@amarie401](https://github.com/amarie401)) + +#### Committers: 1 +- Amiee Lo ([@amarie401](https://github.com/amarie401)) + + +## @patternfly/react-core@1.31.0 (2018-11-06) #### :rocket: New Feature * `patternfly-4` diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index 4d793f42249..063a33af41a 100644 --- a/packages/patternfly-3/CHANGELOG.md +++ b/packages/patternfly-3/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. + +## [7.8.6](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.8.5...patternfly3-react-lerna-root@7.8.6) (2018-11-07) + + +### Bug Fixes + +* **FilterSidePanel/VerticalTabs:** Adjust top and bottom spacing of filter-side-panel and vertical-t ([#877](https://github.com/patternfly/patternfly-react/issues/877)) ([abc8cc1](https://github.com/patternfly/patternfly-react/commit/abc8cc1)) + + + + ## [7.8.5](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.8.4...patternfly3-react-lerna-root@7.8.5) (2018-11-06) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index f9512b5e0e4..05cbf278277 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.8.5", + "version": "7.8.6", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md index bd2a99d37ef..63e1f0982f9 100644 --- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react-extensions/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. + +## [2.12.6](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.5...patternfly-react-extensions@2.12.6) (2018-11-07) + + +### Bug Fixes + +* **FilterSidePanel/VerticalTabs:** Adjust top and bottom spacing of filter-side-panel and vertical-t ([#877](https://github.com/patternfly/patternfly-react/issues/877)) ([abc8cc1](https://github.com/patternfly/patternfly-react/commit/abc8cc1)) + + + + ## [2.12.5](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.4...patternfly-react-extensions@2.12.5) (2018-11-06) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index d77f4f87f07..699ab63e830 100644 --- a/packages/patternfly-3/patternfly-react-extensions/package.json +++ b/packages/patternfly-3/patternfly-react-extensions/package.json @@ -1,6 +1,6 @@ { "name": "patternfly-react-extensions", - "version": "2.12.5", + "version": "2.12.6", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js",