Skip to content

Commit

Permalink
v2.0.0-rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Mar 9, 2022
1 parent 5873941 commit 65a52b8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.18](https://github.com/p3ol/junipero/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2022-03-09)


### Bug Fixes

* **lib:** fix missing prop types ([5873941](https://github.com/p3ol/junipero/commit/587394107560c99473bfe549384eb76b5b2d0ed6))





# [2.0.0-rc.17](https://github.com/p3ol/junipero/compare/v2.0.0-rc.16...v2.0.0-rc.17) (2022-03-07)


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-rc.17",
"version": "2.0.0-rc.18",
"command": {
"publish": {
"conventionalCommits": true
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.18](https://github.com/p3ol/junipero/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2022-03-09)


### Bug Fixes

* **lib:** fix missing prop types ([5873941](https://github.com/p3ol/junipero/commit/587394107560c99473bfe549384eb76b5b2d0ed6))





# [2.0.0-rc.17](https://github.com/p3ol/junipero/compare/v2.0.0-rc.16...v2.0.0-rc.17) (2022-03-07)


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-rc.17",
"version": "2.0.0-rc.18",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit 65a52b8

Please sign in to comment.