From 29cdbc2b4a4ac02af52aadf61c0fb801fef2b0f2 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Mon, 29 Oct 2018 18:35:57 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly3-react-lerna-root@7.6.0 - patternfly-react-extensions@2.10.0 --- CHANGELOG.md | 45 +++++++++++++++++++ packages/patternfly-3/CHANGELOG.md | 17 +++++++ packages/patternfly-3/package.json | 2 +- .../patternfly-react-extensions/CHANGELOG.md | 17 +++++++ .../patternfly-react-extensions/package.json | 2 +- 5 files changed, 81 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93f642be96..22e1d50da97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,51 @@ ## Change Log (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)) + + +## patternfly3-react-lerna-root@7.5.0 (2018-10-29) + +#### :rocket: New Feature +* `patternfly-3` + * [#842](https://github.com/patternfly/patternfly-react/pull/842) feat(helpers): Add exported helpers object containing all helper functions ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 1 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + + +## patternfly-react@2.22.0 (2018-10-29) + +#### :rocket: New Feature +* `patternfly-3` + * [#842](https://github.com/patternfly/patternfly-react/pull/842) feat(helpers): Add exported helpers object containing all helper functions ([@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.9.10 (2018-10-29) + +#### :rocket: New Feature +* `patternfly-3` + * [#842](https://github.com/patternfly/patternfly-react/pull/842) feat(helpers): Add exported helpers object containing all helper functions ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + +#### Committers: 1 +- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) + + +## @patternfly/react-console@1.5.1 (2018-10-29) + #### :rocket: New Feature * `patternfly-3` * [#842](https://github.com/patternfly/patternfly-react/pull/842) feat(helpers): Add exported helpers object containing all helper functions ([@jeff-phillips-18](https://github.com/jeff-phillips-18)) diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index 28ae04b3256..1d914f4c01a 100644 --- a/packages/patternfly-3/CHANGELOG.md +++ b/packages/patternfly-3/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [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) + + +### Bug Fixes + +* **CatalogTile:** Fade end of description text rather than truncate ([#850](https://github.com/patternfly/patternfly-react/issues/850)) ([5c9a52f](https://github.com/patternfly/patternfly-react/commit/5c9a52f)) +* **CatalogTileView:** Behave correctly when CatalogTile components are wrapped. ([#835](https://github.com/patternfly/patternfly-react/issues/835)) ([5527ae3](https://github.com/patternfly/patternfly-react/commit/5527ae3)), closes [#759](https://github.com/patternfly/patternfly-react/issues/759) + + +### Features + +* **VirtualTableGrid:** Add a table grid styled component using react-virtualized ([#818](https://github.com/patternfly/patternfly-react/issues/818)) ([f8cc152](https://github.com/patternfly/patternfly-react/commit/f8cc152)), closes [#773](https://github.com/patternfly/patternfly-react/issues/773) + + + + # [7.5.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.4.0...patternfly3-react-lerna-root@7.5.0) (2018-10-29) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index 6013547616e..fc8b708e511 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.5.0", + "version": "7.6.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 c4cb9cbd8d4..d625598e09e 100644 --- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [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) + + +### Bug Fixes + +* **CatalogTile:** Fade end of description text rather than truncate ([#850](https://github.com/patternfly/patternfly-react/issues/850)) ([5c9a52f](https://github.com/patternfly/patternfly-react/commit/5c9a52f)) +* **CatalogTileView:** Behave correctly when CatalogTile components are wrapped. ([#835](https://github.com/patternfly/patternfly-react/issues/835)) ([5527ae3](https://github.com/patternfly/patternfly-react/commit/5527ae3)), closes [#759](https://github.com/patternfly/patternfly-react/issues/759) + + +### Features + +* **VirtualTableGrid:** Add a table grid styled component using react-virtualized ([#818](https://github.com/patternfly/patternfly-react/issues/818)) ([f8cc152](https://github.com/patternfly/patternfly-react/commit/f8cc152)), closes [#773](https://github.com/patternfly/patternfly-react/issues/773) + + + + ## [2.9.10](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.9.9...patternfly-react-extensions@2.9.10) (2018-10-29) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index ffc56987166..7df21946c48 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.9.10", + "version": "2.10.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",