Skip to content

Commit

Permalink
v3.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 25, 2022
1 parent 2555e11 commit 981b316
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.

# [3.0.0-alpha.9](https://github.com/p3ol/junipero/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2022-11-25)


### Bug Fixes

* **react:** handle post layout placeholder changes ([2555e11](https://github.com/p3ol/junipero/commit/2555e11623fe2c23cfea2067640b648420c2d177))





# [3.0.0-alpha.8](https://github.com/p3ol/junipero/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2022-11-25)


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": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.

# [3.0.0-alpha.9](https://github.com/p3ol/junipero/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2022-11-25)


### Bug Fixes

* **react:** handle post layout placeholder changes ([2555e11](https://github.com/p3ol/junipero/commit/2555e11623fe2c23cfea2067640b648420c2d177))





# [3.0.0-alpha.8](https://github.com/p3ol/junipero/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2022-11-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit 981b316

Please sign in to comment.