diff --git a/.changeset/pre.json b/.changeset/pre.json index 1cbe22711e..f24d939823 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -128,6 +128,7 @@ "soft-apricots-sleep", "sour-seas-buy", "swift-news-complain", + "tame-planes-think", "ten-paws-relate", "tender-buses-sort", "thirty-cheetahs-guess", diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 416065538d..cee0e4735c 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/accordion +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/divider@2.1.0-beta.6 + - @nextui-org/use-aria-accordion@2.1.0-beta.5 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index db1721a4f7..3cc1ce7b1f 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index 4d357190bb..b2cf75f276 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/alert +## 2.1.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.8 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 857595916a..b3e5579bf2 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/alert", - "version": "2.1.0-beta.8", + "version": "2.1.0-beta.9", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index f2c46a6b32..bcbc9e07f8 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/autocomplete +## 2.2.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/input@2.3.0-beta.8 + - @nextui-org/listbox@2.2.0-beta.6 + - @nextui-org/popover@2.2.0-beta.7 + - @nextui-org/scroll-shadow@2.2.0-beta.6 + - @nextui-org/spinner@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.8 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index b48d5dd61d..693f4a5704 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.2.0-beta.8", + "version": "2.2.0-beta.9", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 5746438868..c5f62558dc 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/avatar +## 2.1.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-image@2.0.7-beta.8 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.8 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index ad217be167..4485babc64 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.1.0-beta.8", + "version": "2.1.0-beta.9", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 95edbaf8d3..e8938357fd 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/badge +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index 2c1914dd08..93a281430d 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index 9c9b9616cc..1b510f4db4 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/breadcrumbs +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index db7e0a2af8..29574c9f65 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 5dac44fa3b..fad75c3f69 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/button +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/ripple@2.1.0-beta.6 + - @nextui-org/spinner@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index aa58716c1b..9f7c43b340 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index d39d8ba02c..41160b5e47 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/calendar +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 90cd319cf2..5215d95f93 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 6820c308bc..d66593942d 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/card +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/ripple@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 24d683d577..fd8719e867 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 969ba4975e..242ab0084f 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/checkbox +## 2.2.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-callback-ref@2.0.7-beta.3 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 1afe450a25..63569d2286 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.2.0-beta.5", + "version": "2.2.0-beta.6", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 00d3148788..421741f053 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/chip +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 1687f53e98..78d9b077da 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 6f69acd47d..725fc60f4b 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/code +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 85fa8bd196..35eaa624a8 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index 947a368730..35fd15ae17 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/date-input +## 2.2.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 2483856af3..70765b96ae 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/date-input", - "version": "2.2.0-beta.5", + "version": "2.2.0-beta.6", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index e0f3a3774c..58bf73e01c 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/date-picker +## 2.2.0-beta.8 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/calendar@2.1.0-beta.7 + - @nextui-org/date-input@2.2.0-beta.6 + - @nextui-org/popover@2.2.0-beta.7 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.7 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 5fbb22c241..7e6781c9e9 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/date-picker", - "version": "2.2.0-beta.7", + "version": "2.2.0-beta.8", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "keywords": [ "date-picker" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index ec9b440319..c13de9885a 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/divider +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-rsc-utils@2.0.15-beta.3 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 88707d0d02..679b07e56e 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index c6a8ad55c7..dd55ab874b 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/drawer +## 2.1.0-beta.8 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/modal@2.1.0-beta.8 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 34355c1977..06e2a1b3e2 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/drawer", - "version": "2.1.0-beta.7", + "version": "2.1.0-beta.8", "description": "Used to render a content that slides in from the side of the screen.", "keywords": [ "drawer" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index 9d3fe378ad..2a51ccec34 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/dropdown +## 2.2.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/menu@2.1.0-beta.6 + - @nextui-org/popover@2.2.0-beta.7 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.6 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index ba2cb68b7a..a522e450d3 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.2.0-beta.6", + "version": "2.2.0-beta.7", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index a7a6562259..90c88d43e4 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/image +## 2.1.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-image@2.0.7-beta.8 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.8 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 4d4d3e1d0e..cd1fe66a06 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.1.0-beta.8", + "version": "2.1.0-beta.9", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 673c517057..4bb7084a5f 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/input +## 2.3.0-beta.8 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.3.0-beta.7 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index ac65f377aa..324ea0cc89 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.3.0-beta.7", + "version": "2.3.0-beta.8", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 7eed093131..d8940cba8b 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/kbd +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index c1259b3a41..dd0acbeaf6 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 025f83382e..46d8f406c1 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/link +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-aria-link@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 288e303ea8..d4e7341395 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index 211d0711ef..5a7b088bc4 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/listbox +## 2.2.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/divider@2.1.0-beta.6 + - @nextui-org/use-is-mobile@2.1.0-beta.5 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index ec309fe449..f921e67a1a 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.2.0-beta.5", + "version": "2.2.0-beta.6", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index 664c490490..d36b7e2514 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/menu +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/divider@2.1.0-beta.6 + - @nextui-org/use-aria-menu@2.1.0-beta.5 + - @nextui-org/use-is-mobile@2.1.0-beta.5 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 50bfe915af..6b67b9bfae 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index 13f4854230..0c81b7d342 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/modal +## 2.1.0-beta.8 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/use-aria-modal-overlay@2.1.0-beta.5 + - @nextui-org/use-disclosure@2.1.0-beta.5 + - @nextui-org/use-draggable@2.0.1-beta.5 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 2223b2d425..6a7cec557f 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.1.0-beta.7", + "version": "2.1.0-beta.8", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index 4980bf7ea1..71e62c8900 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/navbar +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-aria-toggle-button@2.1.0-beta.5 + - @nextui-org/use-scroll-position@2.0.10-beta.3 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index abafeeb83e..0e26277eda 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index ceafb1f726..ea5fe902aa 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/pagination +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-pagination@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 18dc267e6c..e3ee7f00bc 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index ee689e4c39..fed1481d3d 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/popover +## 2.2.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.6 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index ebc09ee4c2..fa85a861c1 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.2.0-beta.6", + "version": "2.2.0-beta.7", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index 4bd82f4106..6e4aafd3f0 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/progress +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-is-mounted@2.0.7-beta.3 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 6108d2b829..5f27e05131 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 7253ada698..4d087cb709 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/radio +## 2.2.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index ba700f1865..bfb4b11357 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.2.0-beta.5", + "version": "2.2.0-beta.6", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index 614f422c12..05b268dc37 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/ripple +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 3b72830bee..c04f9cb9d9 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index 8c91febdcc..6df87c89c4 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/scroll-shadow +## 2.2.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-data-scroll-overflow@2.1.8-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index 7584052959..e0137352f1 100644 --- a/packages/components/scroll-shadow/package.json +++ b/packages/components/scroll-shadow/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/scroll-shadow", - "version": "2.2.0-beta.5", + "version": "2.2.0-beta.6", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 340e4e424b..7d0e84345d 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,24 @@ # @nextui-org/select +## 2.3.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/listbox@2.2.0-beta.6 + - @nextui-org/popover@2.2.0-beta.7 + - @nextui-org/scroll-shadow@2.2.0-beta.6 + - @nextui-org/spinner@2.1.0-beta.6 + - @nextui-org/use-aria-button@2.1.0-beta.5 + - @nextui-org/use-aria-multiselect@2.3.0-beta.5 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.3.0-beta.8 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 2f37f2f1cc..4492858c6b 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.3.0-beta.8", + "version": "2.3.0-beta.9", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index 1179f3b2da..d81a3391fa 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/skeleton +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index 2586ddafe8..5050f73a76 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index 42781acec7..426fc6187c 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/slider +## 2.3.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/tooltip@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.3.0-beta.5 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 54f4f00cbd..76dbf4ed42 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.3.0-beta.5", + "version": "2.3.0-beta.6", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index bbb269209a..91cb0c7bc4 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/snippet +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/tooltip@2.1.0-beta.6 + - @nextui-org/use-clipboard@2.0.8-beta.4 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 5154a48adf..d8faee597b 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index fa753f1907..39d4589603 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spacer +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 980933b9cb..4521268491 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 84f26a3d8d..349ae3aedc 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spinner +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 8c2056a2fe..8d61241ae7 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index a8bc5d18e7..7e9f4e158e 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/switch +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 07c316ab00..7d3442eb75 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 5edfc9dab0..ca3538715c 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/table +## 2.1.0-beta.7 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/checkbox@2.2.0-beta.6 + - @nextui-org/spacer@2.1.0-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-icons@2.0.10-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 703b5c1b97..b0714d1ec0 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 3d287efb03..95cb524956 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tabs +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-is-mounted@2.0.7-beta.3 + - @nextui-org/use-update-effect@2.0.7-beta.3 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 3233857fea..c7cc23a50b 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index a260901a5f..818e6ad984 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + - @nextui-org/aria-utils@2.1.0-beta.6 + - @nextui-org/dom-animation@2.0.1-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.6 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 01736f5563..5e51bd676e 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index 9db7d210b7..2cc5089e4a 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/user +## 2.1.0-beta.9 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/avatar@2.1.0-beta.9 + - @nextui-org/react-utils@2.0.18-beta.6 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.8 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index a79bd9a0a5..05d8317d84 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.1.0-beta.8", + "version": "2.1.0-beta.9", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 580df7ecd4..4aa9455bce 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,58 @@ # @nextui-org/react +## 2.5.0-beta.15 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/accordion@2.1.0-beta.7 + - @nextui-org/alert@2.1.0-beta.9 + - @nextui-org/autocomplete@2.2.0-beta.9 + - @nextui-org/avatar@2.1.0-beta.9 + - @nextui-org/badge@2.1.0-beta.6 + - @nextui-org/breadcrumbs@2.1.0-beta.7 + - @nextui-org/button@2.1.0-beta.6 + - @nextui-org/calendar@2.1.0-beta.7 + - @nextui-org/card@2.1.0-beta.6 + - @nextui-org/checkbox@2.2.0-beta.6 + - @nextui-org/chip@2.1.0-beta.7 + - @nextui-org/code@2.1.0-beta.6 + - @nextui-org/date-input@2.2.0-beta.6 + - @nextui-org/date-picker@2.2.0-beta.8 + - @nextui-org/divider@2.1.0-beta.6 + - @nextui-org/drawer@2.1.0-beta.8 + - @nextui-org/dropdown@2.2.0-beta.7 + - @nextui-org/image@2.1.0-beta.9 + - @nextui-org/input@2.3.0-beta.8 + - @nextui-org/kbd@2.1.0-beta.6 + - @nextui-org/link@2.1.0-beta.7 + - @nextui-org/listbox@2.2.0-beta.6 + - @nextui-org/menu@2.1.0-beta.6 + - @nextui-org/modal@2.1.0-beta.8 + - @nextui-org/navbar@2.1.0-beta.6 + - @nextui-org/pagination@2.1.0-beta.7 + - @nextui-org/popover@2.2.0-beta.7 + - @nextui-org/progress@2.1.0-beta.6 + - @nextui-org/radio@2.2.0-beta.6 + - @nextui-org/ripple@2.1.0-beta.6 + - @nextui-org/scroll-shadow@2.2.0-beta.6 + - @nextui-org/select@2.3.0-beta.9 + - @nextui-org/skeleton@2.1.0-beta.6 + - @nextui-org/slider@2.3.0-beta.6 + - @nextui-org/snippet@2.1.0-beta.7 + - @nextui-org/spacer@2.1.0-beta.6 + - @nextui-org/spinner@2.1.0-beta.6 + - @nextui-org/switch@2.1.0-beta.6 + - @nextui-org/table@2.1.0-beta.7 + - @nextui-org/tabs@2.1.0-beta.6 + - @nextui-org/tooltip@2.1.0-beta.6 + - @nextui-org/user@2.1.0-beta.9 + - @nextui-org/system@2.3.0-beta.6 + - @nextui-org/theme@2.3.0-beta.10 + - @nextui-org/framer-utils@2.0.26-beta.6 + ## 2.5.0-beta.14 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index a305813889..62eae79fea 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.5.0-beta.14", + "version": "2.5.0-beta.15", "description": "🚀 Beautiful and modern React UI library.", "author": "Junior Garcia ", "homepage": "https://nextui.org", diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md index 1a08fb3eb2..01a8e8d487 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/system-rsc +## 2.2.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index d44c895a3d..a0d1fe51fe 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system-rsc", - "version": "2.2.0-beta.4", + "version": "2.2.0-beta.5", "description": "NextUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 1ccda01abe..5141f83665 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/system +## 2.3.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system-rsc@2.2.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.6 + ## 2.3.0-beta.5 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 19c17a6b6e..4228f40c5f 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.3.0-beta.5", + "version": "2.3.0-beta.6", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index ab33380d19..3cafbf3f39 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/theme +## 2.3.0-beta.10 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.3.0-beta.9 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 4ea2b44e9c..09b2fe4512 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.3.0-beta.9", + "version": "2.3.0-beta.10", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index 8275cf157f..5e8bb4e624 100644 --- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-accordion-item +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 419616bf5e..706f789f5b 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-accordion-item", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "Internal impl for react aria accordion item", "keywords": [ "use-aria-accordion-item" diff --git a/packages/hooks/use-aria-accordion/CHANGELOG.md b/packages/hooks/use-aria-accordion/CHANGELOG.md index 49d995c15f..1e96ef180c 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-accordion +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 3746f9308c..79ee598846 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-accordion", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "React-aria useAccordion hooks with custom implementations", "keywords": [ "use-aria-accordion" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 3e910253a0..ef2090a488 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-button +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 31242bf572..cdf8e245e2 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-button", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-button" diff --git a/packages/hooks/use-aria-link/CHANGELOG.md b/packages/hooks/use-aria-link/CHANGELOG.md index 5f6f966348..c495bb45d1 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-link +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 3a69c9c21b..e913f45717 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-link", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning", "keywords": [ "use-aria-link" diff --git a/packages/hooks/use-aria-menu/CHANGELOG.md b/packages/hooks/use-aria-menu/CHANGELOG.md index 62b59cf55a..7092234a99 100644 --- a/packages/hooks/use-aria-menu/CHANGELOG.md +++ b/packages/hooks/use-aria-menu/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-menu +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index f411f651ee..05ead20e64 100644 --- a/packages/hooks/use-aria-menu/package.json +++ b/packages/hooks/use-aria-menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-menu", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "React-aria useMenu hooks with custom implementations", "keywords": [ "use-aria-menu" diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index f16fad0f6b..5553f88997 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-modal-overlay +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index e5a69a14f2..b54e7089e5 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-modal-overlay", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", "keywords": [ "use-aria-modal-overlay" diff --git a/packages/hooks/use-aria-multiselect/CHANGELOG.md b/packages/hooks/use-aria-multiselect/CHANGELOG.md index 564f3305da..5cd43bd8b1 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-aria-multiselect +## 2.3.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.3.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 08c626269f..5a7f1038f5 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-multiselect", - "version": "2.3.0-beta.4", + "version": "2.3.0-beta.5", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" diff --git a/packages/hooks/use-aria-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md index ed08467b07..62254ac280 100644 --- a/packages/hooks/use-aria-toggle-button/CHANGELOG.md +++ b/packages/hooks/use-aria-toggle-button/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-aria-toggle-button +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-aria-button@2.1.0-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index ee2330cba8..63c72391f1 100644 --- a/packages/hooks/use-aria-toggle-button/package.json +++ b/packages/hooks/use-aria-toggle-button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-toggle-button", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-toggle-button" diff --git a/packages/hooks/use-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index 108b3f2fb4..f341b72a72 100644 --- a/packages/hooks/use-callback-ref/CHANGELOG.md +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-callback-ref +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index b06dac1e81..06c91007ab 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-callback-ref", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "React hook to persist any value between renders, but keeps it up-to-date if it changes.", "keywords": [ "use-callback-ref" diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md index 188340f96e..a992913d83 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-clipboard +## 2.0.8-beta.4 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 91292da6f6..b75ac578e4 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-clipboard", - "version": "2.0.8-beta.3", + "version": "2.0.8-beta.4", "description": "Wrapper around navigator.clipboard with feedback timeout", "keywords": [ "use-clipboard" diff --git a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md index a569907f53..a6eb70c306 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-data-scroll-overflow +## 2.1.8-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.8-beta.5 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 50e034a56a..ac771456f3 100644 --- a/packages/hooks/use-data-scroll-overflow/package.json +++ b/packages/hooks/use-data-scroll-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-data-scroll-overflow", - "version": "2.1.8-beta.5", + "version": "2.1.8-beta.6", "description": "A hook to add data attributes when the element has top or bottom scroll.", "keywords": [ "use-data-scroll-overflow" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index 5d1f6b5641..a08ee258b8 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-disclosure +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-callback-ref@2.0.7-beta.3 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 2c05085f46..fa2208cc8f 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-disclosure", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-draggable/CHANGELOG.md b/packages/hooks/use-draggable/CHANGELOG.md index b0d000587a..59208216e3 100644 --- a/packages/hooks/use-draggable/CHANGELOG.md +++ b/packages/hooks/use-draggable/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-draggable +## 2.0.1-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.1-beta.4 ### Patch Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index b638b3a7ab..2d78d12754 100644 --- a/packages/hooks/use-draggable/package.json +++ b/packages/hooks/use-draggable/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-draggable", - "version": "2.0.1-beta.4", + "version": "2.0.1-beta.5", "description": "This hook can provide drag and drop interaction", "keywords": [ "use-draggable" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index 5ba00fd505..226ae0645a 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-image +## 2.0.7-beta.8 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.3 + ## 2.0.7-beta.7 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 626652ef89..1348bfab61 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-image", - "version": "2.0.7-beta.7", + "version": "2.0.7-beta.8", "description": "React hook for progressing image loading", "keywords": [ "use-image" diff --git a/packages/hooks/use-infinite-scroll/CHANGELOG.md b/packages/hooks/use-infinite-scroll/CHANGELOG.md index 78e0bc2a91..64f76b9243 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-infinite-scroll +## 2.1.6-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.6-beta.5 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index bdbd82cad1..b547aaeb53 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-infinite-scroll", - "version": "2.1.6-beta.5", + "version": "2.1.6-beta.6", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 6fd5e76849..772bcaa575 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-intersection-observer +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 19872361b3..17a702d7ce 100644 --- a/packages/hooks/use-intersection-observer/package.json +++ b/packages/hooks/use-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-intersection-observer", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index df0b8ba5f0..669cf8f01e 100644 --- a/packages/hooks/use-is-mobile/CHANGELOG.md +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-is-mobile +## 2.1.0-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 53863ea4e7..8cb3a2cf4d 100644 --- a/packages/hooks/use-is-mobile/package.json +++ b/packages/hooks/use-is-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mobile", - "version": "2.1.0-beta.4", + "version": "2.1.0-beta.5", "description": "A hook that returns whether the device is mobile or not", "keywords": [ "use-is-mobile" diff --git a/packages/hooks/use-is-mounted/CHANGELOG.md b/packages/hooks/use-is-mounted/CHANGELOG.md index 9e4936f0f2..73db87bdaa 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-is-mounted +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 6c0d9f128f..3d8b166502 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mounted", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-measure/CHANGELOG.md b/packages/hooks/use-measure/CHANGELOG.md index 500c57b273..5f73f97a40 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-real-shape +## 2.0.3-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.3-beta.2 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 6ae77fc42a..c57adef1eb 100644 --- a/packages/hooks/use-measure/package.json +++ b/packages/hooks/use-measure/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-measure", - "version": "2.0.3-beta.2", + "version": "2.0.3-beta.3", "description": "Hook that measure and track a element dimensions", "keywords": [ "use-measure" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index 7e4c5526eb..ccb52422b1 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-pagination +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 0409266d47..8f10a91828 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-pagination", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md index 20fcf66145..babede5fb4 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-real-shape +## 2.0.18-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-utils@2.0.18-beta.6 + ## 2.0.18-beta.5 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 83e5637838..565fb136dc 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-real-shape", - "version": "2.0.18-beta.5", + "version": "2.0.18-beta.6", "description": "Hook that returns the real dimensions of an element", "keywords": [ "use-real-shape" diff --git a/packages/hooks/use-ref-state/CHANGELOG.md b/packages/hooks/use-ref-state/CHANGELOG.md index 0de690a819..a9292d4a1c 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ref-state +## 2.0.8-beta.4 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 0f84915ce2..0be236fa01 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ref-state", - "version": "2.0.8-beta.3", + "version": "2.0.8-beta.4", "description": "Hook for saving the state in a ref value", "keywords": [ "use-ref-state" diff --git a/packages/hooks/use-resize/CHANGELOG.md b/packages/hooks/use-resize/CHANGELOG.md index 4fa02bae5f..4c941a004a 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-resize +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 9b0da2c277..a448315d45 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-resize", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "Hook that adds an event listener to the resize window event", "keywords": [ "use-resize" diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md index c59c0ed73f..9848c32915 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-safe-layout-effect +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 1bff3c4f0f..8589bf59dc 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-safe-layout-effect", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/packages/hooks/use-scroll-position/CHANGELOG.md b/packages/hooks/use-scroll-position/CHANGELOG.md index 260decec67..2fc8a6d77b 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-scroll-position +## 2.0.10-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.10-beta.2 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index 6a9b3cb10f..c1a8ebe4fb 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-scroll-position", - "version": "2.0.10-beta.2", + "version": "2.0.10-beta.3", "description": "Provides the logic to control the scroll over an element", "keywords": [ "use-scroll-position" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index d9d9246587..23972bf08b 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ssr +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index f1b91ea3a5..26fefa1c05 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ssr", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index 09efbbd163..a040203be7 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-theme +## 2.0.1-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.1-beta.4 ### Patch Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index 960782a64c..d83b57e9d2 100644 --- a/packages/hooks/use-theme/package.json +++ b/packages/hooks/use-theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-theme", - "version": "2.0.1-beta.4", + "version": "2.0.1-beta.5", "description": "React hook to switch between light and dark themes", "keywords": [ "use-theme" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index 2e9877a19d..3351aef3ad 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-update-effect +## 2.0.7-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.2 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index d5226533f6..67ac1b1829 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-update-effect", - "version": "2.0.7-beta.2", + "version": "2.0.7-beta.3", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 0029283c25..d9dd3af54e 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/aria-utils +## 2.1.0-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system@2.3.0-beta.6 + - @nextui-org/react-rsc-utils@2.0.15-beta.3 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 712f04612d..556e005793 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/aria-utils", - "version": "2.1.0-beta.5", + "version": "2.1.0-beta.6", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/dom-animation/CHANGELOG.md b/packages/utilities/dom-animation/CHANGELOG.md index 37808774a5..c110324333 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/dom-animation +## 2.0.1-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.1-beta.4 ### Patch Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index 1f06929273..4b14f70727 100644 --- a/packages/utilities/dom-animation/package.json +++ b/packages/utilities/dom-animation/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dom-animation", - "version": "2.0.1-beta.4", + "version": "2.0.1-beta.5", "description": "Dom Animation from Framer Motion for dynamic import", "keywords": [ "dom-animation" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index c9795398b7..6182bb8cb3 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/framer-utils +## 2.0.26-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/system@2.3.0-beta.6 + - @nextui-org/use-measure@2.0.3-beta.3 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.0.26-beta.5 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index e374d1efab..16f8bac8e0 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-utils", - "version": "2.0.26-beta.5", + "version": "2.0.26-beta.6", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils" diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md index 452d7a17b0..2323b3bb91 100644 --- a/packages/utilities/react-rsc-utils/CHANGELOG.md +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/react-rsc-utils +## 2.0.15-beta.3 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.15-beta.2 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index 85714db3fe..8108d50425 100644 --- a/packages/utilities/react-rsc-utils/package.json +++ b/packages/utilities/react-rsc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-rsc-utils", - "version": "2.0.15-beta.2", + "version": "2.0.15-beta.3", "description": "A set of utilities for react compatible with RSC", "keywords": [ "react-rsc-utils" diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md index fecd0848f8..49b89d438b 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/react-utils +## 2.0.18-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + +- Updated dependencies [[`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb)]: + - @nextui-org/react-rsc-utils@2.0.15-beta.3 + - @nextui-org/shared-utils@2.0.9-beta.6 + ## 2.0.18-beta.5 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 77ccda1d75..adea11af04 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-utils", - "version": "2.0.18-beta.5", + "version": "2.0.18-beta.6", "description": "A set of utilities for react on client side", "keywords": [ "react-utils" diff --git a/packages/utilities/shared-icons/CHANGELOG.md b/packages/utilities/shared-icons/CHANGELOG.md index 021ca9680c..126cc593c1 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-icons +## 2.0.10-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.10-beta.4 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 44976bf15c..50f20fc2f0 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-icons", - "version": "2.0.10-beta.4", + "version": "2.0.10-beta.5", "description": "Internal icons set, commonly used in the components stories", "keywords": [ "icons-utils" diff --git a/packages/utilities/shared-utils/CHANGELOG.md b/packages/utilities/shared-utils/CHANGELOG.md index e1734b3b46..c42ec64440 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-utils +## 2.0.9-beta.6 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.9-beta.5 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 3aecd0af65..c2afa7ba23 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-utils", - "version": "2.0.9-beta.5", + "version": "2.0.9-beta.6", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 4e52e3d91a..3b01e3b411 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/test-utils +## 2.0.7-beta.5 + +### Patch Changes + +- [#4086](https://github.com/nextui-org/nextui/pull/4086) [`f69fe47b5`](https://github.com/nextui-org/nextui/commit/f69fe47b5b8f6f3a77a7a8c20d8715263fa32acb) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Pnpm clean + ## 2.0.7-beta.4 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index 1c93badc9e..4f179cc428 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/test-utils", - "version": "2.0.7-beta.4", + "version": "2.0.7-beta.5", "description": "A set of utilities for react testing", "keywords": [ "test-utils"