From 771df850728f236c19760fccff1cac29dca9b0be Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 15 Jan 2019 20:21:51 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly4-react-lerna-root@1.37.0 - @patternfly/react-core@1.47.0 - @patternfly/react-docs@3.19.60 - @patternfly/react-table@0.2.51 --- 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 ++-- packages/patternfly-4/react-table/CHANGELOG.md | 8 ++++++++ packages/patternfly-4/react-table/package.json | 4 ++-- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index d946f1b3c21..b9e07631b59 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.37.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.36.0...patternfly4-react-lerna-root@1.37.0) (2019-01-15) + + +### Features + +* **Chip:** Add the Chip component to PF4 ([#1180](https://github.com/patternfly/patternfly-react/issues/1180)) ([752adae](https://github.com/patternfly/patternfly-react/commit/752adae)) + + + + # [1.36.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.35.4...patternfly4-react-lerna-root@1.36.0) (2019-01-15) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 3f4ed8b5ea3..01e2b93cd05 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.36.0", + "version": "1.37.0", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 62a65bec8fa..145c3ace091 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.47.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.46.0...@patternfly/react-core@1.47.0) (2019-01-15) + + +### Features + +* **Chip:** Add the Chip component to PF4 ([#1180](https://github.com/patternfly/patternfly-react/issues/1180)) ([752adae](https://github.com/patternfly/patternfly-react/commit/752adae)) + + + + # [1.46.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.45.4...@patternfly/react-core@1.46.0) (2019-01-15) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index fc5c39d91a5..dc66b6b1a12 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.46.0", + "version": "1.47.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", diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index 818b09b8759..585e3647fc7 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.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.59...@patternfly/react-docs@3.19.60) (2019-01-15) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.19.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.58...@patternfly/react-docs@3.19.59) (2019-01-15) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 5b35485c642..0196f044a47 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.59", + "version": "3.19.60", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { @@ -9,7 +9,7 @@ }, "dependencies": { "@patternfly/react-charts": "^1.2.7", - "@patternfly/react-core": "^1.46.0", + "@patternfly/react-core": "^1.47.0", "@patternfly/react-icons": "^2.9.7", "@patternfly/react-styled-system": "^1.3.6", "@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 b1ccdf4d170..fcdc9677293 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.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.50...@patternfly/react-table@0.2.51) (2019-01-15) + + + + +**Note:** Version bump only for package @patternfly/react-table + ## [0.2.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.49...@patternfly/react-table@0.2.50) (2019-01-15) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 6e591e86839..09cc5d85a9b 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.50", + "version": "0.2.51", "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.46.0", + "@patternfly/react-core": "^1.47.0", "@patternfly/react-icons": "^2.9.7", "@patternfly/react-styles": "^2.3.0", "babel-plugin-lodash": "^3.3.4",