From 9103049ecd99eae1d16668622cfea8a32c6d30c6 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Mon, 29 Oct 2018 20:47:19 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly3-react-lerna-root@7.7.0 - patternfly-react-extensions@2.11.0 --- CHANGELOG.md | 25 +++++++++++++++++++ packages/patternfly-3/CHANGELOG.md | 11 ++++++++ packages/patternfly-3/package.json | 2 +- .../patternfly-react-extensions/CHANGELOG.md | 11 ++++++++ .../patternfly-react-extensions/package.json | 2 +- 5 files changed, 49 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e1d50da97..6f726d4a4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ ## Change Log (2018-10-29) +#### :rocket: New Feature +* `patternfly-3` + * [#853](https://github.com/patternfly/patternfly-react/pull/853) feat(Extensions): Import patternfly-react components individually ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 1 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + + +## patternfly3-react-lerna-root@7.6.0 (2018-10-29) + +#### :rocket: New Feature +* `patternfly-3` + * [#818](https://github.com/patternfly/patternfly-react/pull/818) feat(VirtualTableGrid): Add a table grid styled component using react-virtualized ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### :bug: Bug Fix +* `patternfly-3` + * [#850](https://github.com/patternfly/patternfly-react/pull/850) fix(CatalogTile): Fade end of description text rather than truncate ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + * [#835](https://github.com/patternfly/patternfly-react/pull/835) fix(CatalogTileView): Behave correctly when CatalogTile components are wrapped ([@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.10.0 (2018-10-29) + #### :rocket: New Feature * `patternfly-3` * [#818](https://github.com/patternfly/patternfly-react/pull/818) feat(VirtualTableGrid): Add a table grid styled component using react-virtualized ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index 1d914f4c01a..3d21315ecf1 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.7.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.6.0...patternfly3-react-lerna-root@7.7.0) (2018-10-29) + + +### Features + +* **Extensions:** Import patternfly-react components individually ([#853](https://github.com/patternfly/patternfly-react/issues/853)) ([bfe7179](https://github.com/patternfly/patternfly-react/commit/bfe7179)) + + + + # [7.6.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.5.0...patternfly3-react-lerna-root@7.6.0) (2018-10-29) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index fc8b708e511..6130b05360f 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.6.0", + "version": "7.7.0", "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 d625598e09e..40228ad5f7f 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.11.0](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.10.0...patternfly-react-extensions@2.11.0) (2018-10-29) + + +### Features + +* **Extensions:** Import patternfly-react components individually ([#853](https://github.com/patternfly/patternfly-react/issues/853)) ([bfe7179](https://github.com/patternfly/patternfly-react/commit/bfe7179)) + + + + # [2.10.0](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.9.10...patternfly-react-extensions@2.10.0) (2018-10-29) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index 7df21946c48..9d38d52092d 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.10.0", + "version": "2.11.0", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js",