From d32d52aae80a552566c2c62204502aa44b3a6f3e Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 16 Jan 2019 23:24:32 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly4-react-lerna-root@1.38.0 - @patternfly/react-charts@1.3.0 - @patternfly/react-core@1.48.0 - @patternfly/react-docs@3.20.0 - @patternfly/react-table@0.3.0 --- CHANGELOG.md | 27 +++++++++++++++++++ packages/patternfly-4/CHANGELOG.md | 18 +++++++++++++ packages/patternfly-4/package.json | 2 +- .../patternfly-4/react-charts/CHANGELOG.md | 11 ++++++++ .../patternfly-4/react-charts/package.json | 2 +- packages/patternfly-4/react-core/CHANGELOG.md | 17 ++++++++++++ packages/patternfly-4/react-core/package.json | 2 +- packages/patternfly-4/react-docs/CHANGELOG.md | 11 ++++++++ packages/patternfly-4/react-docs/package.json | 8 +++--- .../patternfly-4/react-table/CHANGELOG.md | 11 ++++++++ .../patternfly-4/react-table/package.json | 6 ++--- 11 files changed, 105 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67bab0446bb..7603758a6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ +## Unreleased (2019-01-16) + +#### :rocket: New Feature +* `patternfly-4` + * [#821](https://github.com/patternfly/patternfly-react/pull/821) feat(Table): introduce new component Table based on pf4 designs ([@karelhala](https://github.com/karelhala)) + +#### :bug: Bug Fix +* `patternfly-4` + * [#1203](https://github.com/patternfly/patternfly-react/pull/1203) fix(Dropdown): pass onClick to any dropdown item if present ([@kmcfaul](https://github.com/kmcfaul)) + * [#1201](https://github.com/patternfly/patternfly-react/pull/1201) feat(Dropdown): handle keyboard navigation and styling for Link children ([@kmcfaul](https://github.com/kmcfaul)) + * [#1192](https://github.com/patternfly/patternfly-react/pull/1192) docs(Button): update button docs to match core ([@kmcfaul](https://github.com/kmcfaul)) + * [#1193](https://github.com/patternfly/patternfly-react/pull/1193) fix(Dropdown): Pass down ref for dropdown item ([@karelhala](https://github.com/karelhala)) + +#### :house: Internal +* Other + * [#1204](https://github.com/patternfly/patternfly-react/pull/1204) fix(lockfile): updates out of date yarn.lock ([@priley86](https://github.com/priley86)) + * [#1202](https://github.com/patternfly/patternfly-react/pull/1202) fix(lerna-changelog): update lerna changelog ([@priley86](https://github.com/priley86)) + * [#1198](https://github.com/patternfly/patternfly-react/pull/1198) fix(lerna3): ignore npmrc ([@priley86](https://github.com/priley86)) +* `patternfly-4` + * [#1187](https://github.com/patternfly/patternfly-react/pull/1187) build(lerna3): enhances build scripts to support lerna3 ([@priley86](https://github.com/priley86)) + +#### Committers: 3 +- Karel Hala ([@karelhala](https://github.com/karelhala)) +- Patrick Riley ([@priley86](https://github.com/priley86)) +- [@kmcfaul](https://github.com/kmcfaul) + + ## patternfly4-react-lerna-root@1.36.0 (2019-01-15) #### :rocket: New Feature diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index b9e07631b59..8f2e24c4145 100644 --- a/packages/patternfly-4/CHANGELOG.md +++ b/packages/patternfly-4/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.38.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.37.0...patternfly4-react-lerna-root@1.38.0) (2019-01-16) + + +### Bug Fixes + +* **Dropdown:** Pass down ref for dropdown item ([#1193](https://github.com/patternfly/patternfly-react/issues/1193)) ([29e536f](https://github.com/patternfly/patternfly-react/commit/29e536f)) +* **Dropdown:** pass onClick to any dropdown item if present ([#1203](https://github.com/patternfly/patternfly-react/issues/1203)) ([f4a92ee](https://github.com/patternfly/patternfly-react/commit/f4a92ee)) + + +### Features + +* **Dropdown:** handle keyboard navigation and styling for Link children ([#1201](https://github.com/patternfly/patternfly-react/issues/1201)) ([0996cfd](https://github.com/patternfly/patternfly-react/commit/0996cfd)) +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/patternfly/patternfly-react/issues/821)) ([7b38cbc](https://github.com/patternfly/patternfly-react/commit/7b38cbc)) + + + + + # [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) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 01e2b93cd05..a90457707e0 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.37.0", + "version": "1.38.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 22a40fc9f91..78958495fad 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.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.2.7...@patternfly/react-charts@1.3.0) (2019-01-16) + + +### Features + +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/patternfly/patternfly-react/issues/821)) ([7b38cbc](https://github.com/patternfly/patternfly-react/commit/7b38cbc)) + + + + + ## [1.2.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.2.6...@patternfly/react-charts@1.2.7) (2019-01-11) diff --git a/packages/patternfly-4/react-charts/package.json b/packages/patternfly-4/react-charts/package.json index b9433c85c39..6fafb6e3b7b 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.2.7", + "version": "1.3.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", diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 145c3ace091..5347006f6c8 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/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. +# [1.48.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.47.0...@patternfly/react-core@1.48.0) (2019-01-16) + + +### Bug Fixes + +* **Dropdown:** Pass down ref for dropdown item ([#1193](https://github.com/patternfly/patternfly-react/issues/1193)) ([29e536f](https://github.com/patternfly/patternfly-react/commit/29e536f)) +* **Dropdown:** pass onClick to any dropdown item if present ([#1203](https://github.com/patternfly/patternfly-react/issues/1203)) ([f4a92ee](https://github.com/patternfly/patternfly-react/commit/f4a92ee)) + + +### Features + +* **Dropdown:** handle keyboard navigation and styling for Link children ([#1201](https://github.com/patternfly/patternfly-react/issues/1201)) ([0996cfd](https://github.com/patternfly/patternfly-react/commit/0996cfd)) + + + + + # [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) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index dc66b6b1a12..bc04e4ab3f5 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.47.0", + "version": "1.48.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 585e3647fc7..e345c744aee 100644 --- a/packages/patternfly-4/react-docs/CHANGELOG.md +++ b/packages/patternfly-4/react-docs/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. +# [3.20.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.60...@patternfly/react-docs@3.20.0) (2019-01-16) + + +### Features + +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/patternfly/patternfly-react/issues/821)) ([7b38cbc](https://github.com/patternfly/patternfly-react/commit/7b38cbc)) + + + + + ## [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) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 5a4522635b5..71e52d6e75e 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,21 +1,21 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.19.60", + "version": "3.20.0", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-charts": "^1.2.7", - "@patternfly/react-core": "^1.47.0", + "@patternfly/react-charts": "^1.3.0", + "@patternfly/react-core": "^1.48.0", "@patternfly/react-icons": "^2.9.7", "@patternfly/react-styled-system": "^1.3.6", "@patternfly/react-styles": "^2.3.0", + "@patternfly/react-table": "^0.3.0", "@patternfly/react-tokens": "^1.9.6", "babel-plugin-react-docgen-typescript": "^1.0.1", - "@patternfly/react-table": "^0.2.0", "babel-standalone": "^6.26.0", "clipboard-copy": "^2.0.1", "emotion": "^9.2.9", diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index fcdc9677293..b9636253d50 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.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.51...@patternfly/react-table@0.3.0) (2019-01-16) + + +### Features + +* **Table:** introduce new component Table based on pf4 designs ([#821](https://github.com/patternfly/patternfly-react/issues/821)) ([7b38cbc](https://github.com/patternfly/patternfly-react/commit/7b38cbc)) + + + + + ## [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) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 410d7ba30d4..79d0e55acbc 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.51", + "version": "0.3.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,9 +26,9 @@ }, "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { - "@patternfly/react-core": "^1.47.0", - "@patternfly/react-icons": "^2.9.7", "@patternfly/patternfly-next": "1.0.120", + "@patternfly/react-core": "^1.48.0", + "@patternfly/react-icons": "^2.9.7", "@patternfly/react-styles": "^2.3.0", "exenv": "^1.2.2", "reactabular-table": "^8.14.0"