From 50dc78409797ce7a7942b9ddd9af399327063dda Mon Sep 17 00:00:00 2001 From: dackmin Date: Mon, 28 Jun 2021 15:25:21 +0200 Subject: [PATCH] v2.0.0-rc.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/junipero-hooks/CHANGELOG.md | 8 ++++++++ packages/junipero-hooks/package.json | 4 ++-- packages/junipero-native/CHANGELOG.md | 8 ++++++++ packages/junipero-native/package.json | 6 +++--- packages/junipero-utils/CHANGELOG.md | 8 ++++++++ packages/junipero-utils/package.json | 2 +- packages/junipero/CHANGELOG.md | 11 +++++++++++ packages/junipero/package.json | 6 +++--- 10 files changed, 56 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f229922..08db5c093 100644 --- a/CHANGELOG.md +++ b/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.0.0-rc.0](https://github.com/p3ol/junipero/compare/v2.0.0-beta.31...v2.0.0-rc.0) (2021-06-28) + + +### Bug Fixes + +* **lib:** fix missing colors import ([125ddaa](https://github.com/p3ol/junipero/commit/125ddaa2a1ec99b27155cd4cecb63ced4d28657a)) + + + + + # [2.0.0-beta.31](https://github.com/p3ol/junipero/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2021-06-24) diff --git a/lerna.json b/lerna.json index 3dca1723f..12e0dcad6 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-beta.31", + "version": "2.0.0-rc.0", "command": { "publish": { "conventionalCommits": true diff --git a/packages/junipero-hooks/CHANGELOG.md b/packages/junipero-hooks/CHANGELOG.md index f52441fb3..da3fc0be4 100644 --- a/packages/junipero-hooks/CHANGELOG.md +++ b/packages/junipero-hooks/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. +# [2.0.0-rc.0](https://github.com/p3ol/junipero/compare/v2.0.0-beta.31...v2.0.0-rc.0) (2021-06-28) + +**Note:** Version bump only for package @poool/junipero-hooks + + + + + # [2.0.0-beta.28](https://github.com/p3ol/junipero/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-06-16) **Note:** Version bump only for package @poool/junipero-hooks diff --git a/packages/junipero-hooks/package.json b/packages/junipero-hooks/package.json index c506af990..0efe4ce0b 100644 --- a/packages/junipero-hooks/package.json +++ b/packages/junipero-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@poool/junipero-hooks", - "version": "2.0.0-beta.28", + "version": "2.0.0-rc.0", "description": "🏔 Junipero Design System React hooks", "main": "dist/junipero-hooks.cjs.js", "jsnext:main": "dist/esm/index.js", @@ -28,7 +28,7 @@ "core-js": "3.10.2" }, "devDependencies": { - "@poool/junipero-utils": "^2.0.0-beta.28" + "@poool/junipero-utils": "^2.0.0-rc.0" }, "scripts": { "clean": "rm -rf ./dist || true", diff --git a/packages/junipero-native/CHANGELOG.md b/packages/junipero-native/CHANGELOG.md index be8abce6d..0ddcc67c0 100644 --- a/packages/junipero-native/CHANGELOG.md +++ b/packages/junipero-native/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. +# [2.0.0-rc.0](https://github.com/p3ol/junipero/compare/v2.0.0-beta.31...v2.0.0-rc.0) (2021-06-28) + +**Note:** Version bump only for package @poool/junipero-native + + + + + # [2.0.0-beta.28](https://github.com/p3ol/junipero/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-06-16) **Note:** Version bump only for package @poool/junipero-native diff --git a/packages/junipero-native/package.json b/packages/junipero-native/package.json index 92108d9f2..ad527a6cf 100644 --- a/packages/junipero-native/package.json +++ b/packages/junipero-native/package.json @@ -1,6 +1,6 @@ { "name": "@poool/junipero-native", - "version": "2.0.0-beta.28", + "version": "2.0.0-rc.0", "description": "🏔 Junipero Design System React Native components", "main": "dist/junipero-native.cjs.js", "jsnext:main": "dist/esm/index.js", @@ -26,8 +26,8 @@ "react-native": "^0.62.0" }, "dependencies": { - "@poool/junipero-hooks": "^2.0.0-beta.28", - "@poool/junipero-utils": "^2.0.0-beta.28", + "@poool/junipero-hooks": "^2.0.0-rc.0", + "@poool/junipero-utils": "^2.0.0-rc.0", "prop-types": "15.7.2" }, "scripts": { diff --git a/packages/junipero-utils/CHANGELOG.md b/packages/junipero-utils/CHANGELOG.md index f8ee67e95..707231be7 100644 --- a/packages/junipero-utils/CHANGELOG.md +++ b/packages/junipero-utils/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. +# [2.0.0-rc.0](https://github.com/p3ol/junipero/compare/v2.0.0-beta.31...v2.0.0-rc.0) (2021-06-28) + +**Note:** Version bump only for package @poool/junipero-utils + + + + + # [2.0.0-beta.28](https://github.com/p3ol/junipero/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-06-16) diff --git a/packages/junipero-utils/package.json b/packages/junipero-utils/package.json index 6470707a9..ffb78d43d 100644 --- a/packages/junipero-utils/package.json +++ b/packages/junipero-utils/package.json @@ -1,6 +1,6 @@ { "name": "@poool/junipero-utils", - "version": "2.0.0-beta.28", + "version": "2.0.0-rc.0", "description": "🏔 Junipero Design System utils", "main": "dist/junipero-utils.cjs.js", "jsnext:main": "dist/esm/index.js", diff --git a/packages/junipero/CHANGELOG.md b/packages/junipero/CHANGELOG.md index e97544792..29e7d41b2 100644 --- a/packages/junipero/CHANGELOG.md +++ b/packages/junipero/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.0.0-rc.0](https://github.com/p3ol/junipero/compare/v2.0.0-beta.31...v2.0.0-rc.0) (2021-06-28) + + +### Bug Fixes + +* **lib:** fix missing colors import ([125ddaa](https://github.com/p3ol/junipero/commit/125ddaa2a1ec99b27155cd4cecb63ced4d28657a)) + + + + + # [2.0.0-beta.31](https://github.com/p3ol/junipero/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2021-06-24) diff --git a/packages/junipero/package.json b/packages/junipero/package.json index 3942054ca..560cff38b 100644 --- a/packages/junipero/package.json +++ b/packages/junipero/package.json @@ -1,6 +1,6 @@ { "name": "@poool/junipero", - "version": "2.0.0-beta.31", + "version": "2.0.0-rc.0", "description": "🏔 Junipero Design System React components", "main": "dist/junipero.cjs.js", "jsnext:main": "dist/esm/index.js", @@ -28,8 +28,8 @@ }, "dependencies": { "@babel/runtime-corejs3": "7.13.17", - "@poool/junipero-hooks": "^2.0.0-beta.28", - "@poool/junipero-utils": "^2.0.0-beta.28", + "@poool/junipero-hooks": "^2.0.0-rc.0", + "@poool/junipero-utils": "^2.0.0-rc.0", "core-js": "3.10.2", "prop-types": "15.7.2" },