From 47a47209c8cc268108b4000cb20a72a2e80828b3 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 20 Nov 2018 19:13:41 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly3-react-lerna-root@7.10.5 - patternfly-react-extensions@2.13.4 - patternfly-react@2.24.4 - @patternfly/react-console@1.7.5 - patternfly4-react-lerna-root@1.26.0 - @patternfly/react-charts@1.1.0 - @patternfly/react-core@1.36.0 - @patternfly/react-docs@3.19.7 - @patternfly/react-styled-system@1.2.0 - @patternfly/react-table@0.2.0 - @patternfly/react-tokens@1.8.0 - @patternfly/react-icons@2.8.0 --- CHANGELOG.md | 46 +++++++++++++++++++ packages/patternfly-3/CHANGELOG.md | 11 +++++ packages/patternfly-3/package.json | 2 +- .../patternfly-react-extensions/CHANGELOG.md | 8 ++++ .../patternfly-react-extensions/package.json | 4 +- .../patternfly-react/CHANGELOG.md | 11 +++++ .../patternfly-react/package.json | 2 +- .../patternfly-3/react-console/CHANGELOG.md | 8 ++++ .../patternfly-3/react-console/package.json | 4 +- packages/patternfly-4/CHANGELOG.md | 11 +++++ packages/patternfly-4/package.json | 2 +- .../patternfly-4/react-charts/CHANGELOG.md | 11 +++++ .../patternfly-4/react-charts/package.json | 4 +- packages/patternfly-4/react-core/CHANGELOG.md | 11 +++++ packages/patternfly-4/react-core/package.json | 6 +-- packages/patternfly-4/react-docs/CHANGELOG.md | 8 ++++ packages/patternfly-4/react-docs/package.json | 12 ++--- .../react-styled-system/CHANGELOG.md | 11 +++++ .../react-styled-system/package.json | 6 +-- .../patternfly-4/react-table/CHANGELOG.md | 11 +++++ .../patternfly-4/react-table/package.json | 8 ++-- .../patternfly-4/react-tokens/CHANGELOG.md | 11 +++++ .../patternfly-4/react-tokens/package.json | 4 +- packages/react-icons/CHANGELOG.md | 11 +++++ packages/react-icons/package.json | 4 +- 25 files changed, 198 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3153c79164d..184306271c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,52 @@ ## Change Log (2018-11-20) +#### :bug: Bug Fix +* `patternfly-3` + * [#944](https://github.com/patternfly/patternfly-react/pull/944) fix(LoginPage): improve submit button UX ([@Laviro](https://github.com/Laviro)) + +#### :house: Internal +* `patternfly-3` + * [#909](https://github.com/patternfly/patternfly-react/pull/909) refactor(SerialConsole,VncConsole): Unify use of Toolbar ([@mareklibra](https://github.com/mareklibra)) + +#### Committers: 3 +- Joachim ([@jschuler](https://github.com/jschuler)) +- Marek Libra ([@mareklibra](https://github.com/mareklibra)) +- Ron Lavi ([@Laviro](https://github.com/Laviro)) + + +## patternfly4-react-lerna-root@1.25.2 (2018-11-20) + +#### :bug: Bug Fix +* `patternfly-4` + * [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq)) + +#### Committers: 1 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) + + +## @patternfly/react-table@0.1.3 (2018-11-20) + +#### :bug: Bug Fix +* `patternfly-4` + * [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq)) + +#### Committers: 1 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) + + +## @patternfly/react-docs@3.19.6 (2018-11-20) + +#### :bug: Bug Fix +* `patternfly-4` + * [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq)) + +#### Committers: 1 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) + + +## @patternfly/react-core@1.35.2 (2018-11-20) + #### :bug: Bug Fix * `patternfly-4` * [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq)) diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md index e32a541431e..feb6c5c1691 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.10.5](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.10.4...patternfly3-react-lerna-root@7.10.5) (2018-11-20) + + +### Bug Fixes + +* **LoginPage:** improve the submit UX ([#944](https://github.com/patternfly/patternfly-react/issues/944)) ([769b67b](https://github.com/patternfly/patternfly-react/commit/769b67b)) + + + + ## [7.10.4](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.10.1...patternfly3-react-lerna-root@7.10.4) (2018-11-19) diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json index 4036afbae4d..a89ad0c9371 100644 --- a/packages/patternfly-3/package.json +++ b/packages/patternfly-3/package.json @@ -1,6 +1,6 @@ { "name": "patternfly3-react-lerna-root", - "version": "7.10.4", + "version": "7.10.5", "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 0b7be9f46f7..221a8873be7 100644 --- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react-extensions/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. + +## [2.13.4](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.3...patternfly-react-extensions@2.13.4) (2018-11-20) + + + + +**Note:** Version bump only for package patternfly-react-extensions + ## [2.13.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.1...patternfly-react-extensions@2.13.3) (2018-11-19) diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json index 59ab13e209d..e8e1f06ee5d 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.13.3", + "version": "2.13.4", "private": false, "description": "This library provides an extended set of React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", @@ -42,7 +42,7 @@ "classnames": "^2.2.5", "css-element-queries": "^1.0.1", "patternfly": "^3.58.0", - "patternfly-react": "^2.24.3", + "patternfly-react": "^2.24.4", "react-virtualized": "9.x" }, "peerDependencies": { diff --git a/packages/patternfly-3/patternfly-react/CHANGELOG.md b/packages/patternfly-3/patternfly-react/CHANGELOG.md index 51dcda4b6c5..ddb12a4d54e 100644 --- a/packages/patternfly-3/patternfly-react/CHANGELOG.md +++ b/packages/patternfly-3/patternfly-react/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.24.4](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.3...patternfly-react@2.24.4) (2018-11-20) + + +### Bug Fixes + +* **LoginPage:** improve the submit UX ([#944](https://github.com/patternfly/patternfly-react/issues/944)) ([769b67b](https://github.com/patternfly/patternfly-react/commit/769b67b)) + + + + ## [2.24.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.1...patternfly-react@2.24.3) (2018-11-19) diff --git a/packages/patternfly-3/patternfly-react/package.json b/packages/patternfly-3/patternfly-react/package.json index cdb644796bd..a339e7a4e67 100644 --- a/packages/patternfly-3/patternfly-react/package.json +++ b/packages/patternfly-3/patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "patternfly-react", - "version": "2.24.3", + "version": "2.24.4", "private": false, "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", diff --git a/packages/patternfly-3/react-console/CHANGELOG.md b/packages/patternfly-3/react-console/CHANGELOG.md index 9d483032a2c..6c7082fcc16 100644 --- a/packages/patternfly-3/react-console/CHANGELOG.md +++ b/packages/patternfly-3/react-console/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. + +## [1.7.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.4...@patternfly/react-console@1.7.5) (2018-11-20) + + + + +**Note:** Version bump only for package @patternfly/react-console + ## [1.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.1...@patternfly/react-console@1.7.4) (2018-11-19) diff --git a/packages/patternfly-3/react-console/package.json b/packages/patternfly-3/react-console/package.json index 9f73e689e9c..ebc5ab065ce 100644 --- a/packages/patternfly-3/react-console/package.json +++ b/packages/patternfly-3/react-console/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-console", - "version": "1.7.4", + "version": "1.7.5", "private": false, "description": "This library provides a set of Console React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", @@ -46,7 +46,7 @@ }, "devDependencies": { "patternfly": "^3.52.1", - "patternfly-react": "^2.24.3" + "patternfly-react": "^2.24.4" }, "peerDependencies": { "patternfly": "^3.58.0", diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 83c23b3ad62..da76ed716b7 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.26.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.25.2...patternfly4-react-lerna-root@1.26.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [1.25.2](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.25.1...patternfly4-react-lerna-root@1.25.2) (2018-11-20) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 12377156faa..5b0da6fd013 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.25.2", + "version": "1.26.0", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-charts/CHANGELOG.md b/packages/patternfly-4/react-charts/CHANGELOG.md index cf9d1fd3b8d..4037c46b16b 100644 --- a/packages/patternfly-4/react-charts/CHANGELOG.md +++ b/packages/patternfly-4/react-charts/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.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.5...@patternfly/react-charts@1.1.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [1.0.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.4...@patternfly/react-charts@1.0.5) (2018-11-16) diff --git a/packages/patternfly-4/react-charts/package.json b/packages/patternfly-4/react-charts/package.json index a4750104d86..10c03d7ea2a 100644 --- a/packages/patternfly-4/react-charts/package.json +++ b/packages/patternfly-4/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "1.0.5", + "version": "1.1.0", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -51,4 +51,4 @@ "glob": "^7.1.2", "npmlog": "^4.1.2" } -} \ No newline at end of file +} diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 0ad5625e2f1..f9c1aa1a257 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.36.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.35.2...@patternfly/react-core@1.36.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [1.35.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.35.1...@patternfly/react-core@1.35.2) (2018-11-20) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 7b04986e63a..61d89709586 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.35.2", + "version": "1.36.0", "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", @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-icons": "^2.7.2", + "@patternfly/react-icons": "^2.8.0", "@patternfly/react-styles": "^2.3.0", "exenv": "^1.2.2", "focus-trap-react": "^4.0.1" @@ -53,4 +53,4 @@ "glob": "^7.1.2", "npmlog": "^4.1.2" } -} \ No newline at end of file +} diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index 20f5e7ee8b5..c2174201a5b 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.19.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.6...@patternfly/react-docs@3.19.7) (2018-11-20) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.19.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.5...@patternfly/react-docs@3.19.6) (2018-11-20) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index b7c2e23a114..75ec92d87ce 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,19 +1,19 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.19.6", + "version": "3.19.7", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-charts": "^1.0.5", - "@patternfly/react-core": "^1.35.2", - "@patternfly/react-icons": "^2.7.2", - "@patternfly/react-styled-system": "^1.1.2", + "@patternfly/react-charts": "^1.1.0", + "@patternfly/react-core": "^1.36.0", + "@patternfly/react-icons": "^2.8.0", + "@patternfly/react-styled-system": "^1.2.0", "@patternfly/react-styles": "^2.3.0", - "@patternfly/react-tokens": "^1.7.2", + "@patternfly/react-tokens": "^1.8.0", "babel-standalone": "^6.26.0", "clipboard-copy": "^2.0.1", "emotion": "^9.2.9", diff --git a/packages/patternfly-4/react-styled-system/CHANGELOG.md b/packages/patternfly-4/react-styled-system/CHANGELOG.md index 22aee5e1d13..b7f56625674 100644 --- a/packages/patternfly-4/react-styled-system/CHANGELOG.md +++ b/packages/patternfly-4/react-styled-system/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.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@1.1.2...@patternfly/react-styled-system@1.2.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [1.1.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@1.1.0...@patternfly/react-styled-system@1.1.2) (2018-11-16) diff --git a/packages/patternfly-4/react-styled-system/package.json b/packages/patternfly-4/react-styled-system/package.json index afa15683f6a..ab049dde44f 100644 --- a/packages/patternfly-4/react-styled-system/package.json +++ b/packages/patternfly-4/react-styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styled-system", - "version": "1.1.2", + "version": "1.2.0", "description": "Experimental: Styled System package with PatternFly 4 theming", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@patternfly/react-styles": "^2.3.0", - "@patternfly/react-tokens": "^1.7.2", + "@patternfly/react-tokens": "^1.8.0", "emotion-theming": "^9.2.9", "react-emotion": "^9.2.12", "styled-system": "^3.1.11" @@ -52,4 +52,4 @@ "optionalDependencies": { "@types/styled-system": "^3.0.7" } -} \ No newline at end of file +} diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index b789a93cefd..a622605ee76 100644 --- a/packages/patternfly-4/react-table/CHANGELOG.md +++ b/packages/patternfly-4/react-table/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. + +# [0.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.1.3...@patternfly/react-table@0.2.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [0.1.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.1.2...@patternfly/react-table@0.1.3) (2018-11-20) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 0aa2abb4a1b..0f509077c18 100644 --- a/packages/patternfly-4/react-table/package.json +++ b/packages/patternfly-4/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "0.1.3", + "version": "0.2.0", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -26,8 +26,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { - "@patternfly/react-core": "^1.35.2", - "@patternfly/react-icons": "^2.7.2", + "@patternfly/react-core": "^1.36.0", + "@patternfly/react-icons": "^2.8.0", "@patternfly/react-styles": "^2.3.0", "babel-plugin-lodash": "^3.3.4", "exenv": "^1.2.2", @@ -57,4 +57,4 @@ "glob": "^7.1.2", "npmlog": "^4.1.2" } -} \ No newline at end of file +} diff --git a/packages/patternfly-4/react-tokens/CHANGELOG.md b/packages/patternfly-4/react-tokens/CHANGELOG.md index 2128cc74a0a..d20193a9d6a 100644 --- a/packages/patternfly-4/react-tokens/CHANGELOG.md +++ b/packages/patternfly-4/react-tokens/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.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.7.2...@patternfly/react-tokens@1.8.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [1.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.7.1...@patternfly/react-tokens@1.7.2) (2018-11-16) diff --git a/packages/patternfly-4/react-tokens/package.json b/packages/patternfly-4/react-tokens/package.json index 0e0ccbb1831..4e3a9c79c92 100644 --- a/packages/patternfly-4/react-tokens/package.json +++ b/packages/patternfly-4/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "1.7.2", + "version": "1.8.0", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -32,4 +32,4 @@ "fs-extra": "^6.0.1", "glob": "^7.1.2" } -} \ No newline at end of file +} diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index 09c12101dc1..97453dfbf08 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/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.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.7.2...@patternfly/react-icons@2.8.0) (2018-11-20) + + +### Features + +* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a)) + + + + ## [2.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.7.1...@patternfly/react-icons@2.7.2) (2018-11-16) diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 264ee9feb2f..57aa8cbcf4e 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "2.7.2", + "version": "2.8.0", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -44,4 +44,4 @@ "react": "^16.4.0", "react-dom": "^15.6.2 || ^16.4.0" } -} \ No newline at end of file +}