From 29d56fab2a3a135605d588efdd079b6c206a0239 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 16 Apr 2019 13:05:06 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-charts@3.1.0 - @patternfly/react-core@3.2.0 - @patternfly/react-docs@4.1.0 - @patternfly/react-inline-edit-extension@2.1.0 - @patternfly/react-styled-system@3.1.0 - @patternfly/react-table@2.1.0 --- packages/patternfly-4/react-charts/CHANGELOG.md | 11 +++++++++++ packages/patternfly-4/react-charts/package.json | 2 +- packages/patternfly-4/react-core/CHANGELOG.md | 16 ++++++++++++++++ packages/patternfly-4/react-core/package.json | 2 +- packages/patternfly-4/react-docs/CHANGELOG.md | 11 +++++++++++ packages/patternfly-4/react-docs/package.json | 4 ++-- .../react-inline-edit-extension/CHANGELOG.md | 11 +++++++++++ .../react-inline-edit-extension/package.json | 6 +++--- .../react-styled-system/CHANGELOG.md | 11 +++++++++++ .../react-styled-system/package.json | 2 +- packages/patternfly-4/react-table/CHANGELOG.md | 11 +++++++++++ packages/patternfly-4/react-table/package.json | 4 ++-- 12 files changed, 81 insertions(+), 10 deletions(-) diff --git a/packages/patternfly-4/react-charts/CHANGELOG.md b/packages/patternfly-4/react-charts/CHANGELOG.md index edea3ccb128..fb8550b7214 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. +# [3.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@3.0.2...@patternfly/react-charts@3.1.0) (2019-04-16) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@3.0.1...@patternfly/react-charts@3.0.2) (2019-04-15) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/patternfly-4/react-charts/package.json b/packages/patternfly-4/react-charts/package.json index b546aa6617c..1d80d138631 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": "3.0.2", + "version": "3.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", diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index c1582a60c44..aaa3df86424 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/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. +# [3.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.1.3...@patternfly/react-core@3.2.0) (2019-04-16) + + +### Bug Fixes + +* **Nav:** fix onSelect and onToggle arg list types from positional params to obj ([#1665](https://github.com/patternfly/patternfly-react/issues/1665)) ([bba2e4f](https://github.com/patternfly/patternfly-react/commit/bba2e4f)), closes [#1391](https://github.com/patternfly/patternfly-react/issues/1391) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [3.1.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.1.2...@patternfly/react-core@3.1.3) (2019-04-15) **Note:** Version bump only for package @patternfly/react-core diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index cbcf169cb67..2e7c22ca45a 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": "3.1.3", + "version": "3.2.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 4bb9b35adff..28f1921eb82 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. +# [4.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.0.3...@patternfly/react-docs@4.1.0) (2019-04-16) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [4.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.0.2...@patternfly/react-docs@4.0.3) (2019-04-15) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 2cdae61cc32..597cbb52cfa 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": "4.0.3", + "version": "4.1.0", "author": "Red Hat", "license": "MIT", "private": true, @@ -16,7 +16,7 @@ "@mdx-js/mdx": "1.0.2", "@mdx-js/react": "1.0.2", "@patternfly/patternfly": "2.0.0", - "@patternfly/react-core": "^3.1.3", + "@patternfly/react-core": "^3.2.0", "@patternfly/react-icons": "^3.7.3", "gatsby": "2.3.14", "gatsby-mdx": "0.6.1", diff --git a/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md b/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md index 46034b85a21..1826a900b0e 100644 --- a/packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md +++ b/packages/patternfly-4/react-inline-edit-extension/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.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.0.3...@patternfly/react-inline-edit-extension@2.1.0) (2019-04-16) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [2.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.0.2...@patternfly/react-inline-edit-extension@2.0.3) (2019-04-15) **Note:** Version bump only for package @patternfly/react-inline-edit-extension diff --git a/packages/patternfly-4/react-inline-edit-extension/package.json b/packages/patternfly-4/react-inline-edit-extension/package.json index df8386e689e..1b8e5dfdd43 100644 --- a/packages/patternfly-4/react-inline-edit-extension/package.json +++ b/packages/patternfly-4/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "2.0.3", + "version": "2.1.0", "description": "This library provides inline editing support for PatternFly 4 React table", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,10 +28,10 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/", "dependencies": { "@patternfly/patternfly": "2.0.0", - "@patternfly/react-core": "^3.1.3", + "@patternfly/react-core": "^3.2.0", "@patternfly/react-icons": "^3.7.3", "@patternfly/react-styles": "^3.0.2", - "@patternfly/react-table": "^2.0.3", + "@patternfly/react-table": "^2.1.0", "classnames": "^2.2.5", "exenv": "^1.2.2", "reactabular-table": "^8.14.0" diff --git a/packages/patternfly-4/react-styled-system/CHANGELOG.md b/packages/patternfly-4/react-styled-system/CHANGELOG.md index c4c8883cbec..d408f6cd751 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. +# [3.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.0.2...@patternfly/react-styled-system@3.1.0) (2019-04-16) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.0.1...@patternfly/react-styled-system@3.0.2) (2019-04-15) **Note:** Version bump only for package @patternfly/react-styled-system diff --git a/packages/patternfly-4/react-styled-system/package.json b/packages/patternfly-4/react-styled-system/package.json index 06b811312d7..ab89a4b2990 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": "3.0.2", + "version": "3.1.0", "description": "Experimental: Styled System package with PatternFly 4 theming", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/patternfly-4/react-table/CHANGELOG.md b/packages/patternfly-4/react-table/CHANGELOG.md index 13c6dc341aa..30783fce430 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. +# [2.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.0.3...@patternfly/react-table@2.1.0) (2019-04-16) + + +### Features + +* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0)) + + + + + ## [2.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.0.2...@patternfly/react-table@2.0.3) (2019-04-15) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index bae76a66172..2dfe51961cf 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": "2.0.3", + "version": "2.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", @@ -28,7 +28,7 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { "@patternfly/patternfly": "2.0.0", - "@patternfly/react-core": "^3.1.3", + "@patternfly/react-core": "^3.2.0", "@patternfly/react-icons": "^3.7.3", "@patternfly/react-styles": "^3.0.2", "exenv": "^1.2.2",