From 981b31688b9ced36f30008bf16882bcb23108484 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Fri, 25 Nov 2022 15:29:28 +0100 Subject: [PATCH] v3.0.0-alpha.9 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc15e36c5..6d87d94ed 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. +# [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) diff --git a/lerna.json b/lerna.json index c52f77e32..8ac3e852a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.0.0-alpha.8", + "version": "3.0.0-alpha.9", "command": { "publish": { "conventionalCommits": true diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 54e9d03c5..903ef5023 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +# [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) diff --git a/packages/react/package.json b/packages/react/package.json index 77093c842..22ad23900 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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",