From fbf6e1c5f08fda325040a3d742694f0d6568cd18 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 7 Apr 2020 20:33:21 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/react-catalog-view-extension@4.0.19 - @patternfly/react-core@4.2.7 - @patternfly/react-docs@5.0.21 - @patternfly/react-inline-edit-extension@4.0.22 - demo-app-ts@4.2.7 - @patternfly/react-integration@4.2.7 - @patternfly/react-table@4.0.22 - @patternfly/react-topology@4.0.20 - @patternfly/react-virtualized-extension@4.0.20 --- packages/react-catalog-view-extension/CHANGELOG.md | 8 ++++++++ packages/react-catalog-view-extension/package.json | 4 ++-- packages/react-core/CHANGELOG.md | 11 +++++++++++ packages/react-core/package.json | 2 +- packages/react-docs/CHANGELOG.md | 8 ++++++++ packages/react-docs/package.json | 14 +++++++------- packages/react-inline-edit-extension/CHANGELOG.md | 8 ++++++++ packages/react-inline-edit-extension/package.json | 6 +++--- packages/react-integration/CHANGELOG.md | 11 +++++++++++ .../react-integration/demo-app-ts/CHANGELOG.md | 11 +++++++++++ .../react-integration/demo-app-ts/package.json | 4 ++-- packages/react-integration/package.json | 2 +- packages/react-table/CHANGELOG.md | 8 ++++++++ packages/react-table/package.json | 4 ++-- packages/react-topology/CHANGELOG.md | 8 ++++++++ packages/react-topology/package.json | 4 ++-- packages/react-virtualized-extension/CHANGELOG.md | 8 ++++++++ packages/react-virtualized-extension/package.json | 4 ++-- 18 files changed, 103 insertions(+), 22 deletions(-) diff --git a/packages/react-catalog-view-extension/CHANGELOG.md b/packages/react-catalog-view-extension/CHANGELOG.md index a6830708e77..3cdedce81d2 100644 --- a/packages/react-catalog-view-extension/CHANGELOG.md +++ b/packages/react-catalog-view-extension/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. +## [4.0.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.0.18...@patternfly/react-catalog-view-extension@4.0.19) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-catalog-view-extension + + + + + ## [4.0.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.0.17...@patternfly/react-catalog-view-extension@4.0.18) (2020-04-03) **Note:** Version bump only for package @patternfly/react-catalog-view-extension diff --git a/packages/react-catalog-view-extension/package.json b/packages/react-catalog-view-extension/package.json index ccd0122ceea..2184c2d9986 100644 --- a/packages/react-catalog-view-extension/package.json +++ b/packages/react-catalog-view-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-catalog-view-extension", - "version": "4.0.18", + "version": "4.0.19", "description": "This library provides catalog view extensions for PatternFly 4 React.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@patternfly/patternfly": "4.6.0", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-styles": "^4.0.6", "classnames": "^2.2.5", "patternfly": "^3.59.4" diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 4d2c965ad36..2bb1e8726de 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/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. +## [4.2.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.2.6...@patternfly/react-core@4.2.7) (2020-04-07) + + +### Bug Fixes + +* **gutter:** fix type for gutter support ([#4014](https://github.com/patternfly/patternfly-react/issues/4014)) ([27fc984](https://github.com/patternfly/patternfly-react/commit/27fc984d059e5ced425e66a6ede5ed163cd02a89)) + + + + + ## [4.2.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.2.5...@patternfly/react-core@4.2.6) (2020-04-03) **Note:** Version bump only for package @patternfly/react-core diff --git a/packages/react-core/package.json b/packages/react-core/package.json index b7bd468339f..4c70a79f0cd 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "4.2.6", + "version": "4.2.7", "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/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index cdc756310b2..926cb9b2eac 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/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. +## [5.0.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.0.20...@patternfly/react-docs@5.0.21) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## [5.0.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.0.19...@patternfly/react-docs@5.0.20) (2020-04-03) **Note:** Version bump only for package @patternfly/react-docs diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 3e8718f1bda..3fcba34c9e2 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "5.0.20", + "version": "5.0.21", "author": "Red Hat", "license": "MIT", "scripts": { @@ -18,16 +18,16 @@ "@mdx-js/mdx": "^1.1.5", "@mdx-js/react": "^1.1.5", "@patternfly/patternfly": "4.6.0", - "@patternfly/react-catalog-view-extension": "^4.0.18", + "@patternfly/react-catalog-view-extension": "^4.0.19", "@patternfly/react-charts": "^6.1.3", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-icons": "^4.0.6", - "@patternfly/react-inline-edit-extension": "^4.0.21", + "@patternfly/react-inline-edit-extension": "^4.0.22", "@patternfly/react-styles": "^4.0.6", - "@patternfly/react-table": "^4.0.21", + "@patternfly/react-table": "^4.0.22", "@patternfly/react-tokens": "^4.0.4", - "@patternfly/react-topology": "^4.0.19", - "@patternfly/react-virtualized-extension": "^4.0.19", + "@patternfly/react-topology": "^4.0.20", + "@patternfly/react-virtualized-extension": "^4.0.20", "gatsby": "2.20.2", "gatsby-cli": "2.11.0", "gatsby-theme-patternfly-org": "^1.4.9", diff --git a/packages/react-inline-edit-extension/CHANGELOG.md b/packages/react-inline-edit-extension/CHANGELOG.md index cdf1b0a3027..f8923961569 100644 --- a/packages/react-inline-edit-extension/CHANGELOG.md +++ b/packages/react-inline-edit-extension/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. +## [4.0.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.0.21...@patternfly/react-inline-edit-extension@4.0.22) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## [4.0.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.0.20...@patternfly/react-inline-edit-extension@4.0.21) (2020-04-03) **Note:** Version bump only for package @patternfly/react-inline-edit-extension diff --git a/packages/react-inline-edit-extension/package.json b/packages/react-inline-edit-extension/package.json index da0cdeb0325..62543f687ec 100644 --- a/packages/react-inline-edit-extension/package.json +++ b/packages/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "4.0.21", + "version": "4.0.22", "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": "4.6.0", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-icons": "^4.0.6", "@patternfly/react-styles": "^4.0.6", - "@patternfly/react-table": "^4.0.21", + "@patternfly/react-table": "^4.0.22", "classnames": "^2.2.5", "reactabular-table": "^8.14.0" }, diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index f2e757cfdcd..07d36de8c5e 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/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.2.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.2.6...@patternfly/react-integration@4.2.7) (2020-04-07) + + +### Bug Fixes + +* **gutter:** fix type for gutter support ([#4014](https://github.com/patternfly/patternfly-react/issues/4014)) ([27fc984](https://github.com/patternfly/patternfly-react/commit/27fc984d059e5ced425e66a6ede5ed163cd02a89)) + + + + + ## [4.2.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.2.5...@patternfly/react-integration@4.2.6) (2020-04-03) **Note:** Version bump only for package @patternfly/react-integration diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index b168d72d464..ac7d89018a3 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/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.2.7](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.2.6...demo-app-ts@4.2.7) (2020-04-07) + + +### Bug Fixes + +* **gutter:** fix type for gutter support ([#4014](https://github.com/patternfly/patternfly-react/issues/4014)) ([27fc984](https://github.com/patternfly/patternfly-react/commit/27fc984d059e5ced425e66a6ede5ed163cd02a89)) + + + + + ## [4.2.6](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.2.5...demo-app-ts@4.2.6) (2020-04-03) **Note:** Version bump only for package demo-app-ts diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index 660b4d01644..86e00a9e3a1 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -1,13 +1,13 @@ { "name": "demo-app-ts", "private": true, - "version": "4.2.6", + "version": "4.2.7", "scripts": { "build:demo-app": "react-scripts build", "start:demo-app": "react-scripts start" }, "dependencies": { - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "react": "^16.8.0", "react-dom": "^16.8.0", "react-router": "^4.3.1", diff --git a/packages/react-integration/package.json b/packages/react-integration/package.json index c2e1c423ece..9296ed0fa1a 100644 --- a/packages/react-integration/package.json +++ b/packages/react-integration/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-integration", "private": true, - "version": "4.2.6", + "version": "4.2.7", "description": "Integration testing for PF4 using demo applications", "main": "lib/index.js", "sideEffects": false, diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 400c02e88cf..18ec10171ef 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/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. +## [4.0.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.0.21...@patternfly/react-table@4.0.22) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## [4.0.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.0.20...@patternfly/react-table@4.0.21) (2020-04-03) **Note:** Version bump only for package @patternfly/react-table diff --git a/packages/react-table/package.json b/packages/react-table/package.json index d67e549b14d..9ec71d7a712 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "4.0.21", + "version": "4.0.22", "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/react-table#readme", "dependencies": { "@patternfly/patternfly": "4.6.0", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-icons": "^4.0.6", "@patternfly/react-styles": "^4.0.6", "@patternfly/react-tokens": "^4.0.4", diff --git a/packages/react-topology/CHANGELOG.md b/packages/react-topology/CHANGELOG.md index 7dfa9ba4385..f8f3e5da8b6 100644 --- a/packages/react-topology/CHANGELOG.md +++ b/packages/react-topology/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. +## [4.0.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.0.19...@patternfly/react-topology@4.0.20) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-topology + + + + + ## [4.0.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.0.18...@patternfly/react-topology@4.0.19) (2020-04-03) **Note:** Version bump only for package @patternfly/react-topology diff --git a/packages/react-topology/package.json b/packages/react-topology/package.json index a64031e817e..cf03cb66108 100644 --- a/packages/react-topology/package.json +++ b/packages/react-topology/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-topology", - "version": "4.0.19", + "version": "4.0.20", "description": "This library provides a set of React topology view 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/react-topology#readme", "dependencies": { "@patternfly/patternfly": "4.6.0", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-icons": "^4.0.6", "@patternfly/react-styles": "^4.0.6" }, diff --git a/packages/react-virtualized-extension/CHANGELOG.md b/packages/react-virtualized-extension/CHANGELOG.md index b7a91472cb6..271179da564 100644 --- a/packages/react-virtualized-extension/CHANGELOG.md +++ b/packages/react-virtualized-extension/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. +## [4.0.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.0.19...@patternfly/react-virtualized-extension@4.0.20) (2020-04-07) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## [4.0.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.0.18...@patternfly/react-virtualized-extension@4.0.19) (2020-04-03) **Note:** Version bump only for package @patternfly/react-virtualized-extension diff --git a/packages/react-virtualized-extension/package.json b/packages/react-virtualized-extension/package.json index f5f4c2e944d..cf071436c86 100644 --- a/packages/react-virtualized-extension/package.json +++ b/packages/react-virtualized-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-virtualized-extension", - "version": "4.0.19", + "version": "4.0.20", "description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,7 +28,7 @@ "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/react-virtualized-extension/", "dependencies": { "@patternfly/patternfly": "4.6.0", - "@patternfly/react-core": "^4.2.6", + "@patternfly/react-core": "^4.2.7", "@patternfly/react-icons": "^4.0.6", "@patternfly/react-styles": "^4.0.6", "@types/react-virtualized": "^9.21.5",