diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index a50c57622..50714cf50 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/calendars +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.74 + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.73 + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index dff2be43b..14e037ceb 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.72", + "version": "1.2.74", "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.72", - "@bubbles-ui/icons": "^1.2.72", + "@bubbles-ui/components": "^1.2.74", + "@bubbles-ui/icons": "^1.2.74", "react": "^17.0.1", "react-dom": "^17.0.1", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d6710fca1..249cffa36 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,21 @@ # @bubbles-ui/components +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 1c4dce151..e6a88c7ec 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.72", + "version": "1.2.74", "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.72", + "@bubbles-ui/icons": "^1.2.74", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@hookform/resolvers": "^3.3.2", diff --git a/packages/components/src/form/FileUpload/FileUpload.js b/packages/components/src/form/FileUpload/FileUpload.js index 5d0c3753c..4703c33fb 100644 --- a/packages/components/src/form/FileUpload/FileUpload.js +++ b/packages/components/src/form/FileUpload/FileUpload.js @@ -155,8 +155,12 @@ const FileUpload = ({ {files.map((file, index) => ( - removeFile(index)} noFlex> - diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 25ffddd4a..7707f61d8 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/editors +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.74 + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.73 + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 42b7a0a79..9dc3f8287 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.72", + "version": "1.2.74", "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.72", - "@bubbles-ui/icons": "^1.2.72", + "@bubbles-ui/components": "^1.2.74", + "@bubbles-ui/icons": "^1.2.74", "react": "^17.0.1", "react-dom": "^17.0.1", "webpack": "*" diff --git a/packages/extras/CHANGELOG.md b/packages/extras/CHANGELOG.md index 76e3338a7..d2f003be2 100644 --- a/packages/extras/CHANGELOG.md +++ b/packages/extras/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/extras +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.74 + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.73 + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/extras/package.json b/packages/extras/package.json index 30a92271d..b1c232e39 100644 --- a/packages/extras/package.json +++ b/packages/extras/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/extras", - "version": "1.2.72", + "version": "1.2.74", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -53,8 +53,8 @@ "swiper": "^8.1.4" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.72", - "@bubbles-ui/icons": "^1.2.72", + "@bubbles-ui/components": "^1.2.74", + "@bubbles-ui/icons": "^1.2.74", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.1", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 537c5f83d..aaea26888 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,17 @@ # @bubbles-ui/icons +## 1.2.74 + +### Patch Changes + +- Versions bump + +## 1.2.73 + +### Patch Changes + +- Versions bump + ## 1.2.72 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 3a2a543b5..be9e816d8 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.72", + "version": "1.2.74", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index bb0ee3415..c29727148 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,27 @@ # @bubbles-ui/leemons +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.74 + - @bubbles-ui/calendars@1.2.74 + - @bubbles-ui/editors@1.2.74 + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.73 + - @bubbles-ui/calendars@1.2.73 + - @bubbles-ui/editors@1.2.73 + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index c49f044e7..95360034e 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.72", + "version": "1.2.74", "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.72", - "@bubbles-ui/components": "^1.2.72", - "@bubbles-ui/editors": "^1.2.72", - "@bubbles-ui/icons": "^1.2.72", + "@bubbles-ui/calendars": "^1.2.74", + "@bubbles-ui/components": "^1.2.74", + "@bubbles-ui/editors": "^1.2.74", + "@bubbles-ui/icons": "^1.2.74", "dayjs": "^1.10.7", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 8141e86a8..d9351a830 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/notifications +## 1.2.74 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.74 + - @bubbles-ui/icons@1.2.74 + +## 1.2.73 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.73 + - @bubbles-ui/icons@1.2.73 + ## 1.2.72 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 5e078f605..f3fe51c6c 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.72", + "version": "1.2.74", "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.72", - "@bubbles-ui/icons": "^1.2.72", + "@bubbles-ui/components": "^1.2.74", + "@bubbles-ui/icons": "^1.2.74", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.1",