From 9790a10e1e8274a52dac4768e1972402616413f8 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 28 Nov 2018 20:20:33 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly4-react-lerna-root@1.28.1 - @patternfly/react-core@1.38.1 - @patternfly/react-docs@3.19.14 - @patternfly/react-table@0.2.6 --- CHANGELOG.md | 40 +++++++++++++++++++ packages/patternfly-4/CHANGELOG.md | 11 +++++ packages/patternfly-4/package.json | 2 +- packages/patternfly-4/react-core/CHANGELOG.md | 11 +++++ packages/patternfly-4/react-core/package.json | 2 +- packages/patternfly-4/react-docs/CHANGELOG.md | 8 ++++ packages/patternfly-4/react-docs/package.json | 4 +- .../patternfly-4/react-table/CHANGELOG.md | 8 ++++ .../patternfly-4/react-table/package.json | 4 +- 9 files changed, 84 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d00431f30..0ad4e3a6371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,46 @@ ## Change Log (2018-11-28) +#### :bug: Bug Fix +* `patternfly-4` + * [#954](https://github.com/patternfly/patternfly-react/pull/954) fix(Dropdown): Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([@TheRealJon](https://github.com/TheRealJon)) + +#### Committers: 1 +- Jon Jackson ([@TheRealJon](https://github.com/TheRealJon)) + + +## patternfly4-react-lerna-root@1.28.0 (2018-11-28) + +#### :rocket: New Feature +* `patternfly-4` + * [#950](https://github.com/patternfly/patternfly-react/pull/950) feat(Progress): use max parameter to scale value of progress bar ([@kmcfaul](https://github.com/kmcfaul)) + +#### Committers: 1 +- [@kmcfaul](https://github.com/kmcfaul) + + +## @patternfly/react-table@0.2.5 (2018-11-28) + +#### :rocket: New Feature +* `patternfly-4` + * [#950](https://github.com/patternfly/patternfly-react/pull/950) feat(Progress): use max parameter to scale value of progress bar ([@kmcfaul](https://github.com/kmcfaul)) + +#### Committers: 1 +- [@kmcfaul](https://github.com/kmcfaul) + + +## @patternfly/react-docs@3.19.13 (2018-11-28) + +#### :rocket: New Feature +* `patternfly-4` + * [#950](https://github.com/patternfly/patternfly-react/pull/950) feat(Progress): use max parameter to scale value of progress bar ([@kmcfaul](https://github.com/kmcfaul)) + +#### Committers: 1 +- [@kmcfaul](https://github.com/kmcfaul) + + +## @patternfly/react-core@1.38.0 (2018-11-28) + #### :rocket: New Feature * `patternfly-4` * [#950](https://github.com/patternfly/patternfly-react/pull/950) feat(Progress): use max parameter to scale value of progress bar ([@kmcfaul](https://github.com/kmcfaul)) diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 0088db10e4f..912de0c8ea7 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.28.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.28.0...patternfly4-react-lerna-root@1.28.1) (2018-11-28) + + +### Bug Fixes + +* **Dropdown:** Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([#954](https://github.com/patternfly/patternfly-react/issues/954)) ([4e3afdb](https://github.com/patternfly/patternfly-react/commit/4e3afdb)) + + + + # [1.28.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.27.3...patternfly4-react-lerna-root@1.28.0) (2018-11-28) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 722442c6b4f..88fcf18d8f2 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.28.0", + "version": "1.28.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 d971425ca10..fbbf2fbfe5f 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.38.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.38.0...@patternfly/react-core@1.38.1) (2018-11-28) + + +### Bug Fixes + +* **Dropdown:** Apply `pf-m-plain` modifier to dropdown toggle element instead of wrapper ([#954](https://github.com/patternfly/patternfly-react/issues/954)) ([4e3afdb](https://github.com/patternfly/patternfly-react/commit/4e3afdb)) + + + + # [1.38.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.37.3...@patternfly/react-core@1.38.0) (2018-11-28) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index e60f317b90b..6f025cc0418 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.38.0", + "version": "1.38.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 a1db0e0cf0f..700580a675f 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.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.13...@patternfly/react-docs@3.19.14) (2018-11-28) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.19.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.12...@patternfly/react-docs@3.19.13) (2018-11-28) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 82aa93958de..67047e4811f 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.19.13", + "version": "3.19.14", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { @@ -9,7 +9,7 @@ }, "dependencies": { "@patternfly/react-charts": "^1.2.1", - "@patternfly/react-core": "^1.38.0", + "@patternfly/react-core": "^1.38.1", "@patternfly/react-icons": "^2.9.2", "@patternfly/react-styled-system": "^1.3.1", "@patternfly/react-styles": "^2.3.0", diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index 5c5c1be287c..77675f8db97 100644 --- a/packages/patternfly-4/react-table/CHANGELOG.md +++ b/packages/patternfly-4/react-table/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. + +## [0.2.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.5...@patternfly/react-table@0.2.6) (2018-11-28) + + + + +**Note:** Version bump only for package @patternfly/react-table + ## [0.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.4...@patternfly/react-table@0.2.5) (2018-11-28) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 31d8d89b2f0..97416b4cdf3 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.2.5", + "version": "0.2.6", "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,7 +26,7 @@ }, "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { - "@patternfly/react-core": "^1.38.0", + "@patternfly/react-core": "^1.38.1", "@patternfly/react-icons": "^2.9.2", "@patternfly/react-styles": "^2.3.0", "babel-plugin-lodash": "^3.3.4",