From 64cdc66b29cfc5e9cba5e2c717c154f929df6046 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 1 Dec 2023 08:00:59 +0000 Subject: [PATCH] chore: version bump --- packages/calendars/CHANGELOG.md | 9 +++++++++ packages/calendars/package.json | 6 +++--- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/editors/CHANGELOG.md | 9 +++++++++ packages/editors/package.json | 6 +++--- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/leemons/CHANGELOG.md | 11 +++++++++++ packages/leemons/package.json | 10 +++++----- packages/notifications/CHANGELOG.md | 9 +++++++++ packages/notifications/package.json | 6 +++--- 12 files changed, 69 insertions(+), 17 deletions(-) diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index f3f22dc4f..92afc96a8 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/calendars +## 1.2.43 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.43 + - @bubbles-ui/icons@1.2.43 + ## 1.2.42 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 580ffaed9..361a83d11 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -59,8 +59,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.42", - "@bubbles-ui/icons": "^1.2.42", + "@bubbles-ui/components": "^1.2.43", + "@bubbles-ui/icons": "^1.2.43", "react": ">=17", "react-dom": ">=17", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0fc3a2654..aad517595 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @bubbles-ui/components +## 1.2.43 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.43 + ## 1.2.42 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index b90b6d9c3..0c6209d1d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.42", + "@bubbles-ui/icons": "^1.2.43", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 04fd89cc3..aad1c1cb1 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/editors +## 1.2.43 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.43 + - @bubbles-ui/icons@1.2.43 + ## 1.2.42 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index b431bcd1b..e2d99bee4 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.42", - "@bubbles-ui/icons": "^1.2.42", + "@bubbles-ui/components": "^1.2.43", + "@bubbles-ui/icons": "^1.2.43", "react": ">=17", "react-dom": ">=17", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 5b2123f18..251979c59 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @bubbles-ui/icons +## 1.2.43 + +### Patch Changes + +- Versions bump + ## 1.2.42 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 732a0b2bf..394797cd4 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 4c80958ab..34b5ff519 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,16 @@ # @bubbles-ui/leemons +## 1.2.43 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.43 + - @bubbles-ui/calendars@1.2.43 + - @bubbles-ui/editors@1.2.43 + - @bubbles-ui/icons@1.2.43 + ## 1.2.42 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index cd641afa6..efff39c78 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.42", - "@bubbles-ui/components": "^1.2.42", - "@bubbles-ui/editors": "^1.2.42", - "@bubbles-ui/icons": "^1.2.42", + "@bubbles-ui/calendars": "^1.2.43", + "@bubbles-ui/components": "^1.2.43", + "@bubbles-ui/editors": "^1.2.43", + "@bubbles-ui/icons": "^1.2.43", "dayjs": "^1.10.7", "react": ">=17", "react-dom": ">=17", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 9a4a320d6..b47a6f5a9 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @bubbles-ui/notifications +## 1.2.43 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.43 + - @bubbles-ui/icons@1.2.43 + ## 1.2.42 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 49ab8e17c..93e8b3672 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.42", + "version": "1.2.43", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.42", - "@bubbles-ui/icons": "^1.2.42", + "@bubbles-ui/components": "^1.2.43", + "@bubbles-ui/icons": "^1.2.43", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": ">=17",