Skip to content

Commit

Permalink
v2.0.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 3, 2021
1 parent 48d6caa commit d1f3cc9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.21](https://github.com/p3ol/junipero/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2021-05-03)


### Bug Fixes

* **lib:** close select field on click when already opened ([48d6caa](https://github.com/p3ol/junipero/commit/48d6caa834699eb96b935d695d51431edc46c8c4))
* **lib:** pass basefield props to underlying div ([609c920](https://github.com/p3ol/junipero/commit/609c9209d038fe9a2810a3eb42b0242a5a4dc8ad))





# [2.0.0-beta.20](https://github.com/p3ol/junipero/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2021-05-03)


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.20",
"version": "2.0.0-beta.21",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/junipero/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.21](https://github.com/p3ol/junipero/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2021-05-03)


### Bug Fixes

* **lib:** close select field on click when already opened ([48d6caa](https://github.com/p3ol/junipero/commit/48d6caa834699eb96b935d695d51431edc46c8c4))
* **lib:** pass basefield props to underlying div ([609c920](https://github.com/p3ol/junipero/commit/609c9209d038fe9a2810a3eb42b0242a5a4dc8ad))





# [2.0.0-beta.20](https://github.com/p3ol/junipero/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2021-05-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.20",
"version": "2.0.0-beta.21",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit d1f3cc9

Please sign in to comment.