From afe25e288c14220504e2454839cd08de4eedbb33 Mon Sep 17 00:00:00 2001 From: Dana Gutride Date: Fri, 14 Dec 2018 11:49:21 -0500 Subject: [PATCH] Local release to unblock semantic release (#1055) * Local release to unblock semantic release * Bump package versions to correct react-core --- CHANGELOG.md | 16 ----- packages/patternfly-4/CHANGELOG.md | 56 ----------------- packages/patternfly-4/package.json | 2 +- packages/patternfly-4/react-core/CHANGELOG.md | 62 ------------------- packages/patternfly-4/react-core/package.json | 2 +- packages/patternfly-4/react-docs/package.json | 2 +- .../patternfly-4/react-table/package.json | 2 +- 7 files changed, 4 insertions(+), 138 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753ba4d1105..9d1986321fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,22 +53,6 @@ - Donald Labaj ([@dlabaj](https://github.com/dlabaj)) - Ron Lavi ([@Laviro](https://github.com/Laviro)) - -## @patternfly/react-core@4.0.0 (2018-12-13) - -#### :rocket: New Feature -* `patternfly-3` - * [#395](https://github.com/patternfly/patternfly-react/pull/395) feat(DualListSelector): add a Dual List Selector component ([@Laviro](https://github.com/Laviro)) - -#### :house: Internal -* `patternfly-4` - * [#1053](https://github.com/patternfly/patternfly-react/pull/1053) Removed Props from avatar ([@dlabaj](https://github.com/dlabaj)) - -#### Committers: 2 -- Donald Labaj ([@dlabaj](https://github.com/dlabaj)) -- Ron Lavi ([@Laviro](https://github.com/Laviro)) - - ## patternfly3-react-lerna-root@7.13.0 (2018-12-13) #### :rocket: New Feature diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 89f25b268a7..22d7322b6b9 100644 --- a/packages/patternfly-4/CHANGELOG.md +++ b/packages/patternfly-4/CHANGELOG.md @@ -3,62 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [3.0.3](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@3.0.0...patternfly4-react-lerna-root@3.0.3) (2018-12-13) - - - - -**Note:** Version bump only for package patternfly4-react-lerna-root - - -## [3.0.2](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@3.0.1...patternfly4-react-lerna-root@3.0.2) (2018-12-13) - - - - -**Note:** Version bump only for package patternfly4-react-lerna-root - - -## [3.0.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@3.0.0...patternfly4-react-lerna-root@3.0.1) (2018-12-13) - - - - -**Note:** Version bump only for package patternfly4-react-lerna-root - - -# [3.0.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.30.0...patternfly4-react-lerna-root@3.0.0) (2018-12-12) - - -### Features - -* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/patternfly/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/patternfly/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/patternfly/patternfly-react/issues/561) - - -### BREAKING CHANGES - -* **PF4-Modal:** The reactRoot prop is required - - - - - -# [2.0.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.30.0...patternfly4-react-lerna-root@2.0.0) (2018-12-12) - - -### Features - -* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/patternfly/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/patternfly/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/patternfly/patternfly-react/issues/561) - - -### BREAKING CHANGES - -* **PF4-Modal:** The reactRoot prop is required - - - - # [1.30.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.29.1...patternfly4-react-lerna-root@1.30.0) (2018-12-11) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index eff569efd9e..6f1983d9b23 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "3.0.3", + "version": "1.30.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 be9241fbba3..fae10617350 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/CHANGELOG.md @@ -3,68 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [4.0.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.40.0...@patternfly/react-core@4.0.0) (2018-12-13) - - -### Features - -* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/patternfly/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/patternfly/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/patternfly/patternfly-react/issues/561) - - -### BREAKING CHANGES - -* **PF4-Modal:** The reactRoot prop is required - - - - - -## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.0.1...@patternfly/react-core@3.0.2) (2018-12-13) - - - - -**Note:** Version bump only for package @patternfly/react-core - - -## [3.0.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.0.0...@patternfly/react-core@3.0.1) (2018-12-13) - - - - -**Note:** Version bump only for package @patternfly/react-core - - -# [3.0.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.40.0...@patternfly/react-core@3.0.0) (2018-12-12) - - -### Features - -* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/patternfly/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/patternfly/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/patternfly/patternfly-react/issues/561) - - -### BREAKING CHANGES - -* **PF4-Modal:** The reactRoot prop is required - - - - - -# [2.0.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.40.0...@patternfly/react-core@2.0.0) (2018-12-12) - - -### Features - -* **PF4-Modal:** Adds keyboard and screen reader focus trapping ([#1011](https://github.com/patternfly/patternfly-react/issues/1011)) ([7fa93b3](https://github.com/patternfly/patternfly-react/commit/7fa93b3)), closes [#561](https://github.com/patternfly/patternfly-react/issues/561) - - -### BREAKING CHANGES - -* **PF4-Modal:** The reactRoot prop is required - - diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index c1ff1d609d3..9644b7b7e82 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": "4.0.0", + "version": "1.40.1", "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/package.json b/packages/patternfly-4/react-docs/package.json index 5190790c23d..7ed89e04d9e 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@patternfly/react-charts": "^1.2.2", - "@patternfly/react-core": "^4.0.0", + "@patternfly/react-core": "^1.40.1", "@patternfly/react-icons": "^2.9.3", "@patternfly/react-styled-system": "^1.3.2", "@patternfly/react-styles": "^2.3.0", diff --git a/packages/patternfly-4/react-table/package.json b/packages/patternfly-4/react-table/package.json index 9a7a503fcda..579f79092bd 100644 --- a/packages/patternfly-4/react-table/package.json +++ b/packages/patternfly-4/react-table/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme", "dependencies": { - "@patternfly/react-core": "^4.0.0", + "@patternfly/react-core": "^1.40.1", "@patternfly/react-icons": "^2.9.3", "@patternfly/react-styles": "^2.3.0", "babel-plugin-lodash": "^3.3.4",