Skip to content

Commit

Permalink
v2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 28, 2021
1 parent b75b455 commit 50dc784
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-beta.31",
"version": "2.0.0-rc.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/junipero-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/junipero-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/junipero-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/junipero-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/junipero-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/junipero-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/junipero/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/junipero/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 50dc784

Please sign in to comment.