diff --git a/.changeset/pre.json b/.changeset/pre.json index d2c38c90b5..1cbe22711e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -129,6 +129,7 @@ "sour-seas-buy", "swift-news-complain", "ten-paws-relate", + "tender-buses-sort", "thirty-cheetahs-guess", "tricky-fans-draw", "twelve-papayas-clean", diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 8c4e11a244..416065538d 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/accordion +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/divider@2.1.0-beta.5 + - @nextui-org/use-aria-accordion@2.1.0-beta.4 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index ae81b70c7a..db1721a4f7 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.5", + "version": "2.1.0-beta.6", "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 314d343ac4..4d357190bb 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/alert +## 2.1.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 955185253c..857595916a 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.7", + "version": "2.1.0-beta.8", "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 62df5e1bfc..f2c46a6b32 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/autocomplete +## 2.2.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/input@2.3.0-beta.7 + - @nextui-org/listbox@2.2.0-beta.5 + - @nextui-org/popover@2.2.0-beta.6 + - @nextui-org/scroll-shadow@2.2.0-beta.5 + - @nextui-org/spinner@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.7 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index d51d55a446..b48d5dd61d 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.7", + "version": "2.2.0-beta.8", "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 12fceb056d..5746438868 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/avatar +## 2.1.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-image@2.0.7-beta.7 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index c2f38e26d5..ad217be167 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.7", + "version": "2.1.0-beta.8", "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 75a1b434b8..95edbaf8d3 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/badge +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index bc80b91ba9..2c1914dd08 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.4", + "version": "2.1.0-beta.5", "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 88606d4220..9c9b9616cc 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/breadcrumbs +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 8ad3d467ed..db7e0a2af8 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.5", + "version": "2.1.0-beta.6", "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 2483bdb3dd..5dac44fa3b 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/button +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/ripple@2.1.0-beta.5 + - @nextui-org/spinner@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index d2da00a480..aa58716c1b 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.4", + "version": "2.1.0-beta.5", "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 6bb5013231..d39d8ba02c 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/calendar +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index efe43039da..90cd319cf2 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.5", + "version": "2.1.0-beta.6", "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 a90836c5c0..6820c308bc 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/card +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/ripple@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 9ef4b1d240..24d683d577 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.4", + "version": "2.1.0-beta.5", "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 8cf27a75e4..969ba4975e 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/checkbox +## 2.2.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-callback-ref@2.0.7-beta.2 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 8e3958ac48..1afe450a25 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.4", + "version": "2.2.0-beta.5", "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 7976b790d8..00d3148788 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/chip +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index cb1804cbe5..1687f53e98 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.5", + "version": "2.1.0-beta.6", "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 1b4c5415f9..6f69acd47d 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/code +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 86cf89a04e..85fa8bd196 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.4", + "version": "2.1.0-beta.5", "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 66bd0aa5f6..947a368730 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index b8347121c3..2483856af3 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.4", + "version": "2.2.0-beta.5", "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 55e3653de3..e0f3a3774c 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.7 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/calendar@2.1.0-beta.6 + - @nextui-org/date-input@2.2.0-beta.5 + - @nextui-org/popover@2.2.0-beta.6 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.6 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 391008fcfc..5fbb22c241 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.6", + "version": "2.2.0-beta.7", "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 de59f05fd3..ec9b440319 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/divider +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-rsc-utils@2.0.15-beta.2 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 52b24a6040..88707d0d02 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.4", + "version": "2.1.0-beta.5", "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 1f8304a4f6..c6a8ad55c7 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/drawer +## 2.1.0-beta.7 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/modal@2.1.0-beta.7 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 5a6e571bdd..34355c1977 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.6", + "version": "2.1.0-beta.7", "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 b658cd1531..9d3fe378ad 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/dropdown +## 2.2.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/menu@2.1.0-beta.5 + - @nextui-org/popover@2.2.0-beta.6 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 7a2b40cd41..ba2cb68b7a 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.5", + "version": "2.2.0-beta.6", "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 6759874e02..a7a6562259 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/image +## 2.1.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-image@2.0.7-beta.7 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 428a90d47b..4d4d3e1d0e 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.7", + "version": "2.1.0-beta.8", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 4f2bdd5c64..673c517057 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/input +## 2.3.0-beta.7 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.3.0-beta.6 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 79f9c266e0..ac65f377aa 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.6", + "version": "2.3.0-beta.7", "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 d03d94f25c..7eed093131 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/kbd +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 620410efc6..c1259b3a41 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.4", + "version": "2.1.0-beta.5", "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 0ae76ce3ac..025f83382e 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/link +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-aria-link@2.1.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index f20021ee57..288e303ea8 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.5", + "version": "2.1.0-beta.6", "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 0856ac69d0..211d0711ef 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/listbox +## 2.2.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/divider@2.1.0-beta.5 + - @nextui-org/use-is-mobile@2.1.0-beta.4 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 3396d7b60e..ec309fe449 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.4", + "version": "2.2.0-beta.5", "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 4e96db1d95..664c490490 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/menu +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/divider@2.1.0-beta.5 + - @nextui-org/use-aria-menu@2.1.0-beta.4 + - @nextui-org/use-is-mobile@2.1.0-beta.4 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 690b1ae479..50bfe915af 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.4", + "version": "2.1.0-beta.5", "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 e9b07a0404..13f4854230 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/modal +## 2.1.0-beta.7 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/use-aria-modal-overlay@2.1.0-beta.4 + - @nextui-org/use-disclosure@2.1.0-beta.4 + - @nextui-org/use-draggable@2.0.1-beta.4 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.6 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 89b711a442..2223b2d425 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.6", + "version": "2.1.0-beta.7", "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 b4a1c32d6a..4980bf7ea1 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/navbar +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-aria-toggle-button@2.1.0-beta.4 + - @nextui-org/use-scroll-position@2.0.10-beta.2 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 3bd1b8b24c..abafeeb83e 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.4", + "version": "2.1.0-beta.5", "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 5555818416..ceafb1f726 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/pagination +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-pagination@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 81e9cb880f..18dc267e6c 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.5", + "version": "2.1.0-beta.6", "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 eee35f9430..ee689e4c39 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/popover +## 2.2.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.5 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index b1d76f3f6a..ebc09ee4c2 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.5", + "version": "2.2.0-beta.6", "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 149a141f0e..4bd82f4106 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/progress +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-is-mounted@2.0.7-beta.2 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 923ca234bd..6108d2b829 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.4", + "version": "2.1.0-beta.5", "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 795df09cb2..7253ada698 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/radio +## 2.2.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 066ea959f6..ba700f1865 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.4", + "version": "2.2.0-beta.5", "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 b10faa5208..614f422c12 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/ripple +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index fd2c6bb648..3b72830bee 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.4", + "version": "2.1.0-beta.5", "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 665d1b6417..8c91febdcc 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-data-scroll-overflow@2.1.8-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.2.0-beta.4 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index a3bea1ed59..7584052959 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.4", + "version": "2.2.0-beta.5", "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 73050d0bcc..340e4e424b 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,24 @@ # @nextui-org/select +## 2.3.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/listbox@2.2.0-beta.5 + - @nextui-org/popover@2.2.0-beta.6 + - @nextui-org/scroll-shadow@2.2.0-beta.5 + - @nextui-org/spinner@2.1.0-beta.5 + - @nextui-org/use-aria-button@2.1.0-beta.4 + - @nextui-org/use-aria-multiselect@2.3.0-beta.4 + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.3.0-beta.7 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 7e14bb1189..2f37f2f1cc 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.7", + "version": "2.3.0-beta.8", "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 f4d5a1c5e2..1179f3b2da 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/skeleton +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index ea0581ef15..2586ddafe8 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.4", + "version": "2.1.0-beta.5", "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 bd8cb67722..42781acec7 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/slider +## 2.3.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/tooltip@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.3.0-beta.4 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 7b5e2ec1c6..54f4f00cbd 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.4", + "version": "2.3.0-beta.5", "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 c338a4c7df..bbb269209a 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/snippet +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/tooltip@2.1.0-beta.5 + - @nextui-org/use-clipboard@2.0.8-beta.3 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index b2cda10082..5154a48adf 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.5", + "version": "2.1.0-beta.6", "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 011503f290..fa753f1907 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spacer +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 1ff6bafd2b..980933b9cb 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.4", + "version": "2.1.0-beta.5", "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 6e0851dd96..84f26a3d8d 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spinner +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 4b33af252a..8c2056a2fe 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.4", + "version": "2.1.0-beta.5", "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 5a8935c77b..a8bc5d18e7 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/switch +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 494649afe9..07c316ab00 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.4", + "version": "2.1.0-beta.5", "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 460f70deb6..5edfc9dab0 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/table +## 2.1.0-beta.6 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/checkbox@2.2.0-beta.5 + - @nextui-org/spacer@2.1.0-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-icons@2.0.10-beta.4 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.5 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 4fa5fd8c3a..703b5c1b97 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.5", + "version": "2.1.0-beta.6", "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 71a808c16d..3d287efb03 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tabs +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-is-mounted@2.0.7-beta.2 + - @nextui-org/use-update-effect@2.0.7-beta.2 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index b62d2708a2..3233857fea 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.4", + "version": "2.1.0-beta.5", "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 e7ff70c220..a260901a5f 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 2.1.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + - @nextui-org/aria-utils@2.1.0-beta.5 + - @nextui-org/dom-animation@2.0.1-beta.4 + - @nextui-org/framer-utils@2.0.26-beta.5 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index f9703979df..01736f5563 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.4", + "version": "2.1.0-beta.5", "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 55e134604b..9db7d210b7 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/user +## 2.1.0-beta.8 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/avatar@2.1.0-beta.8 + - @nextui-org/react-utils@2.0.18-beta.5 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.7 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 15f0d42da8..a79bd9a0a5 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.7", + "version": "2.1.0-beta.8", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 9ee8bd3c6f..580df7ecd4 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,58 @@ # @nextui-org/react +## 2.5.0-beta.14 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/accordion@2.1.0-beta.6 + - @nextui-org/alert@2.1.0-beta.8 + - @nextui-org/autocomplete@2.2.0-beta.8 + - @nextui-org/avatar@2.1.0-beta.8 + - @nextui-org/badge@2.1.0-beta.5 + - @nextui-org/breadcrumbs@2.1.0-beta.6 + - @nextui-org/button@2.1.0-beta.5 + - @nextui-org/calendar@2.1.0-beta.6 + - @nextui-org/card@2.1.0-beta.5 + - @nextui-org/checkbox@2.2.0-beta.5 + - @nextui-org/chip@2.1.0-beta.6 + - @nextui-org/code@2.1.0-beta.5 + - @nextui-org/date-input@2.2.0-beta.5 + - @nextui-org/date-picker@2.2.0-beta.7 + - @nextui-org/divider@2.1.0-beta.5 + - @nextui-org/drawer@2.1.0-beta.7 + - @nextui-org/dropdown@2.2.0-beta.6 + - @nextui-org/image@2.1.0-beta.8 + - @nextui-org/input@2.3.0-beta.7 + - @nextui-org/kbd@2.1.0-beta.5 + - @nextui-org/link@2.1.0-beta.6 + - @nextui-org/listbox@2.2.0-beta.5 + - @nextui-org/menu@2.1.0-beta.5 + - @nextui-org/modal@2.1.0-beta.7 + - @nextui-org/navbar@2.1.0-beta.5 + - @nextui-org/pagination@2.1.0-beta.6 + - @nextui-org/popover@2.2.0-beta.6 + - @nextui-org/progress@2.1.0-beta.5 + - @nextui-org/radio@2.2.0-beta.5 + - @nextui-org/ripple@2.1.0-beta.5 + - @nextui-org/scroll-shadow@2.2.0-beta.5 + - @nextui-org/select@2.3.0-beta.8 + - @nextui-org/skeleton@2.1.0-beta.5 + - @nextui-org/slider@2.3.0-beta.5 + - @nextui-org/snippet@2.1.0-beta.6 + - @nextui-org/spacer@2.1.0-beta.5 + - @nextui-org/spinner@2.1.0-beta.5 + - @nextui-org/switch@2.1.0-beta.5 + - @nextui-org/table@2.1.0-beta.6 + - @nextui-org/tabs@2.1.0-beta.5 + - @nextui-org/tooltip@2.1.0-beta.5 + - @nextui-org/user@2.1.0-beta.8 + - @nextui-org/system@2.3.0-beta.5 + - @nextui-org/theme@2.3.0-beta.9 + - @nextui-org/framer-utils@2.0.26-beta.5 + ## 2.5.0-beta.13 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index ee9426fe3c..a305813889 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.13", + "version": "2.5.0-beta.14", "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 1c11e4d8d3..1a08fb3eb2 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.2.0-beta.3 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 10d4d638e1..d44c895a3d 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.3", + "version": "2.2.0-beta.4", "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 41afeff0f8..1ccda01abe 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/system +## 2.3.0-beta.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system-rsc@2.2.0-beta.4 + - @nextui-org/react-utils@2.0.18-beta.5 + ## 2.3.0-beta.4 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 498b3dff99..19c17a6b6e 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.4", + "version": "2.3.0-beta.5", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index f34ceb7dbc..ab33380d19 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/theme +## 2.3.0-beta.9 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.3.0-beta.8 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index b55469f8c2..4ea2b44e9c 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.8", + "version": "2.3.0-beta.9", "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 021cf3a839..8275cf157f 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 116e864ba4..419616bf5e 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.3", + "version": "2.1.0-beta.4", "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 4f1afa765e..49d995c15f 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 95ecfb1c8a..3746f9308c 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.3", + "version": "2.1.0-beta.4", "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 0ccee4df77..3e910253a0 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index dbda4f6098..31242bf572 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.3", + "version": "2.1.0-beta.4", "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 7c53ab724a..5f6f966348 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index eff1d5d643..3a69c9c21b 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.3", + "version": "2.1.0-beta.4", "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 ca2079eca5..62b59cf55a 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index 68511e4d4a..f411f651ee 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.3", + "version": "2.1.0-beta.4", "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 7765aafe3c..f16fad0f6b 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 2642fe09cb..e5a69a14f2 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.3", + "version": "2.1.0-beta.4", "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 a04275688a..564f3305da 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.3.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 477d4a03bf..08c626269f 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.3", + "version": "2.3.0-beta.4", "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 73bd4b59d5..ed08467b07 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-aria-button@2.1.0-beta.4 + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 09267114ae..ee2330cba8 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.3", + "version": "2.1.0-beta.4", "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 09c9f97b75..108b3f2fb4 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index afc6d49942..b06dac1e81 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.1", + "version": "2.0.7-beta.2", "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 136026242b..188340f96e 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.3 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.8-beta.2 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 131e3a3b1a..91292da6f6 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.2", + "version": "2.0.8-beta.3", "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 1ddc69b46c..a569907f53 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.8-beta.4 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 92a8790fde..50e034a56a 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.4", + "version": "2.1.8-beta.5", "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 54e8587bb4..5d1f6b5641 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-callback-ref@2.0.7-beta.2 + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index be09dd69a8..2c05085f46 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.3", + "version": "2.1.0-beta.4", "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 0702e45640..b0d000587a 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.1-beta.3 ### Patch Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index 0e1abe193f..b638b3a7ab 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.3", + "version": "2.0.1-beta.4", "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 551786b3f2..5ba00fd505 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.7 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/use-safe-layout-effect@2.0.7-beta.2 + ## 2.0.7-beta.6 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index d1aeda02fd..626652ef89 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.6", + "version": "2.0.7-beta.7", "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 9a5c97e1b1..78e0bc2a91 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.6-beta.4 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index 194d35ba2f..bdbd82cad1 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.4", + "version": "2.1.6-beta.5", "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 1761c52e6f..6fd5e76849 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 6ca16f9c25..19872361b3 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.3", + "version": "2.1.0-beta.4", "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 6ffd6d3a6c..df0b8ba5f0 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.1.0-beta.3 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 76222df2c5..53863ea4e7 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.3", + "version": "2.1.0-beta.4", "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 a79fe8ad8c..9e4936f0f2 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index c141de38a6..6c0d9f128f 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.1", + "version": "2.0.7-beta.2", "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 af295b33e8..500c57b273 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.3-beta.1 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 0ee23fa4a9..6ae77fc42a 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.1", + "version": "2.0.3-beta.2", "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 eb36de7027..7e4c5526eb 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index aada59b64e..0409266d47 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.4", + "version": "2.1.0-beta.5", "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 2dcbcba2ea..20fcf66145 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-utils@2.0.18-beta.5 + ## 2.0.18-beta.4 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 8f7eb2ba89..83e5637838 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.4", + "version": "2.0.18-beta.5", "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 0ee018c5a0..0de690a819 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.3 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.8-beta.2 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 9f9202e98f..0f84915ce2 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.2", + "version": "2.0.8-beta.3", "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 d4c202968b..4fa02bae5f 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 33f4d99c8f..9b0da2c277 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.1", + "version": "2.0.7-beta.2", "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 07ea167d33..c59c0ed73f 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 19e170da53..1bff3c4f0f 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.1", + "version": "2.0.7-beta.2", "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 9677bbd239..260decec67 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.10-beta.1 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index e49a9cbf03..6a9b3cb10f 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.1", + "version": "2.0.10-beta.2", "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 c6d348bc83..d9d9246587 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 691fc55502..f1b91ea3a5 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.1", + "version": "2.0.7-beta.2", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index 85a5e47c12..09efbbd163 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.1-beta.3 ### Patch Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index 950a128093..960782a64c 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.3", + "version": "2.0.1-beta.4", "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 3cb63aa877..2e9877a19d 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.1 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 9b6296731f..d5226533f6 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.1", + "version": "2.0.7-beta.2", "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 c530c46742..0029283c25 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system@2.3.0-beta.5 + - @nextui-org/react-rsc-utils@2.0.15-beta.2 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.1.0-beta.4 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 4116fb3c81..712f04612d 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.4", + "version": "2.1.0-beta.5", "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 1581da85b3..37808774a5 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.1-beta.3 ### Patch Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index beea7fff53..1f06929273 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.3", + "version": "2.0.1-beta.4", "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 dd99443df6..c9795398b7 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/system@2.3.0-beta.5 + - @nextui-org/use-measure@2.0.3-beta.2 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.0.26-beta.4 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 5419e93d1f..e374d1efab 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.4", + "version": "2.0.26-beta.5", "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 55df3c6d22..452d7a17b0 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.2 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.15-beta.1 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index 668c578195..85714db3fe 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.1", + "version": "2.0.15-beta.2", "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 42b411dbae..fecd0848f8 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + +- Updated dependencies [[`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2)]: + - @nextui-org/react-rsc-utils@2.0.15-beta.2 + - @nextui-org/shared-utils@2.0.9-beta.5 + ## 2.0.18-beta.4 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index bcfdb359f9..77ccda1d75 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.4", + "version": "2.0.18-beta.5", "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 8386414cb2..021ca9680c 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.10-beta.3 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index ef82e260d0..44976bf15c 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.3", + "version": "2.0.10-beta.4", "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 9f31265d96..e1734b3b46 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.5 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.9-beta.4 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index b8998b2720..3aecd0af65 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.4", + "version": "2.0.9-beta.5", "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 a025f34795..4e52e3d91a 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.4 + +### Patch Changes + +- [#4083](https://github.com/nextui-org/nextui/pull/4083) [`35058262c`](https://github.com/nextui-org/nextui/commit/35058262c61628fb42907f529c4417886aa12bb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix build + ## 2.0.7-beta.3 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index 57fd85bee9..1c93badc9e 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.3", + "version": "2.0.7-beta.4", "description": "A set of utilities for react testing", "keywords": [ "test-utils"