From ec56ab9939144ab6812d61aa2e671d72bd04c765 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 14 Nov 2018 20:02:39 +0000 Subject: [PATCH] chore(release): releasing packages - patternfly4-react-lerna-root@1.24.0 - @patternfly/react-table@0.1.0 --- CHANGELOG.md | 32 ++++++++++++++++++- packages/patternfly-4/CHANGELOG.md | 16 ++++++++++ packages/patternfly-4/package.json | 2 +- .../patternfly-4/react-table/CHANGELOG.md | 12 +++++++ .../patternfly-4/react-table/package.json | 4 +-- 5 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 packages/patternfly-4/react-table/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee68ccb420..4980b54d1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ -## Change Log (2018-11-14) +## patternfly3-react-lerna-root@7.9.3 (2018-11-14) + +#### :memo: Documentation +* `patternfly-3` + * [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette)) + +#### Committers: 1 +- Liz ([@lizsurette](https://github.com/lizsurette)) + + +## patternfly-react@2.23.2 (2018-11-14) + +#### :memo: Documentation +* `patternfly-3` + * [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette)) + +#### Committers: 1 +- Liz ([@lizsurette](https://github.com/lizsurette)) + + +## patternfly-react-extensions@2.12.10 (2018-11-14) + +#### :memo: Documentation +* `patternfly-3` + * [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette)) + +#### Committers: 1 +- Liz ([@lizsurette](https://github.com/lizsurette)) + + +## @patternfly/react-console@1.6.2 (2018-11-14) #### :memo: Documentation * `patternfly-3` diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 7ec51601586..7bdd3cad477 100644 --- a/packages/patternfly-4/CHANGELOG.md +++ b/packages/patternfly-4/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.24.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.23.0...patternfly4-react-lerna-root@1.24.0) (2018-11-14) + + +### Bug Fixes + +* **styled-system:** check if global variables are defined before use ([#918](https://github.com/patternfly/patternfly-react/issues/918)) ([e8d1eb0](https://github.com/patternfly/patternfly-react/commit/e8d1eb0)) + + +### Features + +* **pf4-table:** Introduce new package [@patternfly](https://github.com/patternfly)/react-table for table implementation ([#899](https://github.com/patternfly/patternfly-react/issues/899)) ([9cee1ad](https://github.com/patternfly/patternfly-react/commit/9cee1ad)) + + + + ## [1.23.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.23.0...patternfly4-react-lerna-root@1.23.1) (2018-11-14) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 71403288621..36608ba67e3 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.23.1", + "version": "1.24.0", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md new file mode 100644 index 00000000000..dafefb63441 --- /dev/null +++ b/packages/patternfly-4/react-table/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 0.1.0 (2018-11-14) + + +### Features + +* **pf4-table:** Introduce new package [@patternfly](https://github.com/patternfly)/react-table for table implementation ([#899](https://github.com/patternfly/patternfly-react/issues/899)) ([9cee1ad](https://github.com/patternfly/patternfly-react/commit/9cee1ad)) diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 7c18d8c2bcf..e1f14e69934 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.0.1", + "version": "0.1.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.25.6", "@patternfly/react-icons": "^2.5.2", "@patternfly/react-styles": "^2.3.0", - "@patternfly/react-core": "^1.25.6", "babel-plugin-lodash": "^3.3.4", "exenv": "^1.2.2", "lodash": "^4.17.11",