From 3b390fb33a3c03a2c063da874d3eae7178d08f8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 09:47:51 -0300 Subject: [PATCH] ci(changesets): version packages (#4280) Co-authored-by: Junior Garcia --- .changeset/eighty-buttons-do.md | 5 -- .changeset/fast-lamps-accept.md | 55 ------------------- .changeset/gorgeous-mice-think.md | 5 -- .changeset/soft-pugs-travel.md | 5 -- packages/components/accordion/CHANGELOG.md | 12 ++++ packages/components/accordion/package.json | 2 +- packages/components/alert/CHANGELOG.md | 9 +++ packages/components/alert/package.json | 2 +- packages/components/autocomplete/CHANGELOG.md | 17 ++++++ packages/components/autocomplete/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 6 ++ packages/components/avatar/package.json | 2 +- packages/components/breadcrumbs/CHANGELOG.md | 6 ++ packages/components/breadcrumbs/package.json | 2 +- packages/components/button/CHANGELOG.md | 11 ++++ packages/components/button/package.json | 2 +- packages/components/calendar/CHANGELOG.md | 11 ++++ packages/components/calendar/package.json | 2 +- packages/components/card/CHANGELOG.md | 10 ++++ packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 9 +++ packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 6 ++ packages/components/chip/package.json | 2 +- packages/components/code/CHANGELOG.md | 7 +++ packages/components/code/package.json | 2 +- packages/components/date-input/CHANGELOG.md | 9 +++ packages/components/date-input/package.json | 2 +- packages/components/date-picker/CHANGELOG.md | 14 +++++ packages/components/date-picker/package.json | 2 +- packages/components/divider/CHANGELOG.md | 9 +++ packages/components/divider/package.json | 2 +- packages/components/drawer/CHANGELOG.md | 8 +++ packages/components/drawer/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 13 +++++ packages/components/dropdown/package.json | 2 +- packages/components/form/CHANGELOG.md | 11 ++++ packages/components/form/package.json | 2 +- packages/components/input-otp/CHANGELOG.md | 9 +++ packages/components/input-otp/package.json | 2 +- packages/components/input/CHANGELOG.md | 9 +++ packages/components/input/package.json | 2 +- packages/components/kbd/CHANGELOG.md | 7 +++ packages/components/kbd/package.json | 2 +- packages/components/link/CHANGELOG.md | 9 +++ packages/components/link/package.json | 2 +- packages/components/listbox/CHANGELOG.md | 11 ++++ packages/components/listbox/package.json | 2 +- packages/components/menu/CHANGELOG.md | 12 ++++ packages/components/menu/package.json | 2 +- packages/components/modal/CHANGELOG.md | 13 +++++ packages/components/modal/package.json | 2 +- packages/components/navbar/CHANGELOG.md | 10 ++++ packages/components/navbar/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 10 ++++ packages/components/pagination/package.json | 2 +- packages/components/popover/CHANGELOG.md | 12 ++++ packages/components/popover/package.json | 2 +- packages/components/progress/CHANGELOG.md | 6 ++ packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 9 +++ packages/components/radio/package.json | 2 +- packages/components/select/CHANGELOG.md | 16 ++++++ packages/components/select/package.json | 2 +- packages/components/slider/CHANGELOG.md | 9 +++ packages/components/slider/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 10 ++++ packages/components/snippet/package.json | 2 +- packages/components/spacer/CHANGELOG.md | 7 +++ packages/components/spacer/package.json | 2 +- packages/components/spinner/CHANGELOG.md | 7 +++ packages/components/spinner/package.json | 2 +- packages/components/switch/CHANGELOG.md | 6 ++ packages/components/switch/package.json | 2 +- packages/components/table/CHANGELOG.md | 10 ++++ packages/components/table/package.json | 2 +- packages/components/tabs/CHANGELOG.md | 10 ++++ packages/components/tabs/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 10 ++++ packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 9 +++ packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 54 ++++++++++++++++++ packages/core/react/package.json | 2 +- packages/core/system-rsc/CHANGELOG.md | 6 ++ packages/core/system-rsc/package.json | 2 +- packages/core/system/CHANGELOG.md | 11 ++++ packages/core/system/package.json | 2 +- .../use-aria-accordion-item/CHANGELOG.md | 6 ++ .../use-aria-accordion-item/package.json | 2 +- .../hooks/use-aria-accordion/CHANGELOG.md | 6 ++ .../hooks/use-aria-accordion/package.json | 2 +- packages/hooks/use-aria-button/CHANGELOG.md | 6 ++ packages/hooks/use-aria-button/package.json | 2 +- packages/hooks/use-aria-link/CHANGELOG.md | 6 ++ packages/hooks/use-aria-link/package.json | 2 +- packages/hooks/use-aria-menu/CHANGELOG.md | 6 ++ packages/hooks/use-aria-menu/package.json | 2 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 6 ++ .../hooks/use-aria-modal-overlay/package.json | 2 +- .../hooks/use-aria-multiselect/CHANGELOG.md | 6 ++ .../hooks/use-aria-multiselect/package.json | 2 +- .../hooks/use-aria-toggle-button/CHANGELOG.md | 9 +++ .../hooks/use-aria-toggle-button/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 6 ++ packages/hooks/use-disclosure/package.json | 2 +- packages/hooks/use-draggable/CHANGELOG.md | 6 ++ packages/hooks/use-draggable/package.json | 2 +- .../use-intersection-observer/CHANGELOG.md | 6 ++ .../use-intersection-observer/package.json | 2 +- packages/hooks/use-is-mobile/CHANGELOG.md | 6 ++ packages/hooks/use-is-mobile/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 6 ++ packages/hooks/use-pagination/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 9 +++ packages/utilities/aria-utils/package.json | 2 +- packages/utilities/framer-utils/CHANGELOG.md | 7 +++ packages/utilities/framer-utils/package.json | 2 +- 118 files changed, 604 insertions(+), 127 deletions(-) delete mode 100644 .changeset/eighty-buttons-do.md delete mode 100644 .changeset/fast-lamps-accept.md delete mode 100644 .changeset/gorgeous-mice-think.md delete mode 100644 .changeset/soft-pugs-travel.md diff --git a/.changeset/eighty-buttons-do.md b/.changeset/eighty-buttons-do.md deleted file mode 100644 index 79ed34d781..0000000000 --- a/.changeset/eighty-buttons-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/form": patch ---- - -Add ref support to Form component diff --git a/.changeset/fast-lamps-accept.md b/.changeset/fast-lamps-accept.md deleted file mode 100644 index 6a87700ce5..0000000000 --- a/.changeset/fast-lamps-accept.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -"@nextui-org/use-intersection-observer": patch -"@nextui-org/use-aria-accordion-item": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-aria-multiselect": patch -"@nextui-org/use-aria-accordion": patch -"@nextui-org/autocomplete": patch -"@nextui-org/breadcrumbs": patch -"@nextui-org/date-picker": patch -"@nextui-org/date-input": patch -"@nextui-org/pagination": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/accordion": patch -"@nextui-org/input-otp": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-pagination": patch -"@nextui-org/aria-utils": patch -"@nextui-org/calendar": patch -"@nextui-org/checkbox": patch -"@nextui-org/dropdown": patch -"@nextui-org/progress": patch -"@nextui-org/use-aria-link": patch -"@nextui-org/use-aria-menu": patch -"@nextui-org/use-draggable": patch -"@nextui-org/use-is-mobile": patch -"@nextui-org/divider": patch -"@nextui-org/listbox": patch -"@nextui-org/popover": patch -"@nextui-org/snippet": patch -"@nextui-org/tooltip": patch -"@nextui-org/avatar": patch -"@nextui-org/button": patch -"@nextui-org/navbar": patch -"@nextui-org/select": patch -"@nextui-org/slider": patch -"@nextui-org/switch": patch -"@nextui-org/alert": patch -"@nextui-org/input": patch -"@nextui-org/modal": patch -"@nextui-org/radio": patch -"@nextui-org/table": patch -"@nextui-org/card": patch -"@nextui-org/chip": patch -"@nextui-org/form": patch -"@nextui-org/link": patch -"@nextui-org/menu": patch -"@nextui-org/tabs": patch -"@nextui-org/user": patch -"@nextui-org/system-rsc": patch -"@nextui-org/system": patch -"@nextui-org/react": patch ---- - -sync with upstream RA versions diff --git a/.changeset/gorgeous-mice-think.md b/.changeset/gorgeous-mice-think.md deleted file mode 100644 index f504aa547a..0000000000 --- a/.changeset/gorgeous-mice-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/system": patch ---- - -Fix, mising react-types package added to the system package diff --git a/.changeset/soft-pugs-travel.md b/.changeset/soft-pugs-travel.md deleted file mode 100644 index 82edda38d4..0000000000 --- a/.changeset/soft-pugs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nextui-org/dropdown": patch ---- - -fix unnecessary ref in dropdown (#4245) diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index a8101ac7b8..c878d49c08 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/accordion +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-accordion@2.2.2 + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/divider@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index e7df555200..0545cc6c3b 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.2.3", + "version": "2.2.4", "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 86e2fb8f84..5696ec9a54 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/alert +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/button@2.2.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index fdd27cb3c4..e239b75d8a 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/alert", - "version": "2.2.3", + "version": "2.2.4", "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 783e66b546..a7b906af4f 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/autocomplete +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/listbox@2.3.4 + - @nextui-org/popover@2.3.4 + - @nextui-org/button@2.2.4 + - @nextui-org/input@2.4.4 + - @nextui-org/spinner@2.2.4 + - @nextui-org/scroll-shadow@2.3.3 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 6be2622467..1182626e04 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.3.3", + "version": "2.3.4", "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 8e3978941a..14b125c5c1 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/avatar +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.3 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 4dad06c339..34f2d245c1 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.2.3", + "version": "2.2.4", "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/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index d7972d76bb..6a8d0ccde1 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/breadcrumbs +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.3 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 8d8dbd6d6d..66ecd9ae1a 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.2.3", + "version": "2.2.4", "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 80cba75bd4..bf668239d8 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/button +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/spinner@2.2.4 + - @nextui-org/ripple@2.2.3 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index c0b0466a30..727a64c028 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.2.3", + "version": "2.2.4", "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 d3b3d482b3..b526f9e667 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/calendar +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/button@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index c5e995e521..6249fd7a21 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.2.3", + "version": "2.2.4", "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 7eea239cfd..50214ebaaf 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/card +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/ripple@2.2.3 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 9a29b03001..585f47ffc5 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.2.3", + "version": "2.2.4", "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 f6b84eb43d..b82efedcec 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/checkbox +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 8ff36e7c9f..f778fd0e0e 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.3.3", + "version": "2.3.4", "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 40c43846fa..f85733f352 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/chip +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.3 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index ed5e02b70d..e43e08b89b 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.2.3", + "version": "2.2.4", "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 8c0fbef8db..a8acc3e874 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/code +## 2.2.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index abc24ac1d9..b3681b9a45 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.2.3", + "version": "2.2.4", "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 52fc614c2a..c9592e74f6 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/date-input +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 6237272bc5..3925824465 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.3.3", + "version": "2.3.4", "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 899836829a..0b7987ab0f 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/date-picker +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + - @nextui-org/date-input@2.3.4 + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/calendar@2.2.4 + - @nextui-org/popover@2.3.4 + - @nextui-org/button@2.2.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index b16520a819..cfb8ce97e2 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.3.3", + "version": "2.3.4", "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 0c588f13c6..29deda6884 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/divider +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index b66ddc2456..969a18b94b 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.2.3", + "version": "2.2.4", "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 d25799c5ff..49b80f2522 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/drawer +## 2.2.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/modal@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 5f4e4a84d9..185369c4c2 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/drawer", - "version": "2.2.3", + "version": "2.2.4", "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 be0c63a1c6..eae239d45b 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/dropdown +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- [#4278](https://github.com/nextui-org/nextui/pull/4278) [`26b33a5`](https://github.com/nextui-org/nextui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393) Thanks [@wingkwong](https://github.com/wingkwong)! - fix unnecessary ref in dropdown (#4245) + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/popover@2.3.4 + - @nextui-org/menu@2.2.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 19c59a61f9..de9882bb41 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.3.3", + "version": "2.3.4", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index 6a32be1a56..4564469973 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/form +## 2.1.4 + +### Patch Changes + +- [#4279](https://github.com/nextui-org/nextui/pull/4279) [`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add ref support to Form component + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/nextui-org/nextui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: + - @nextui-org/system@2.4.4 + ## 2.1.3 ### Patch Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 4e7e2646c9..b86522853e 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/form", - "version": "2.1.3", + "version": "2.1.4", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "keywords": [ "form" diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index 3ed96e0f29..966c3fa520 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/input-otp +## 2.1.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + ## 2.1.3 ### Patch Changes diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index ba8cb418c5..ed609b4fd5 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input-otp", - "version": "2.1.3", + "version": "2.1.4", "description": "", "keywords": [ "input-otp" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index df24a7a797..89e795327c 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/input +## 2.4.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + ## 2.4.3 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 244376c224..ab84b9892f 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.4.3", + "version": "2.4.4", "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 f490dde5f4..d6628679b9 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/kbd +## 2.2.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 476580f3c7..febbd03f4a 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.2.3", + "version": "2.2.4", "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 49ff6f869d..6aaa8c8650 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/link +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-link@2.2.2 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 56095e6415..39db730e3b 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.2.3", + "version": "2.2.4", "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 fc3c688432..edb03cf742 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/listbox +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/use-is-mobile@2.2.2 + - @nextui-org/divider@2.2.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index fcfb6beccb..2c9e17300c 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.3.3", + "version": "2.3.4", "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 3d2f7fde6a..51a3af5b93 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/menu +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/use-aria-menu@2.2.2 + - @nextui-org/use-is-mobile@2.2.2 + - @nextui-org/divider@2.2.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 0c8563d534..fc37c47eab 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.2.3", + "version": "2.2.4", "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 c4d5755f31..ec1f268ef5 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/modal +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-modal-overlay@2.2.2 + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/use-disclosure@2.2.2 + - @nextui-org/use-draggable@2.1.2 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 918c9016a0..bee8a59b4a 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.2.3", + "version": "2.2.4", "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 34287b3b83..b8dfddf2bc 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/navbar +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-toggle-button@2.2.2 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 2655fcbb82..6cc43ec278 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.2.3", + "version": "2.2.4", "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 b7ede9fb3a..580dd4f295 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/pagination +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-intersection-observer@2.2.2 + - @nextui-org/use-pagination@2.2.2 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 8aab313d39..4286358707 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.2.3", + "version": "2.2.4", "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 0c2cb40623..20d4e879f5 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/popover +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/button@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 749acd5f9d..7f1f5d8f24 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.3.3", + "version": "2.3.4", "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 55f03ab726..14099416c4 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/progress +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.3 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 0e56a6ae05..b23d4f9c77 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.2.3", + "version": "2.2.4", "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 d655ff9750..4b4c52d5d8 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/radio +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + ## 2.3.3 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 0448c0316c..246de414d6 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.3.3", + "version": "2.3.4", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 0392b655e3..deb0d0f907 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/select +## 2.4.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/form@2.1.4 + - @nextui-org/use-aria-multiselect@2.4.2 + - @nextui-org/use-aria-button@2.2.2 + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/listbox@2.3.4 + - @nextui-org/popover@2.3.4 + - @nextui-org/spinner@2.2.4 + - @nextui-org/scroll-shadow@2.3.3 + ## 2.4.3 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 24b421263f..ddc2035a36 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.4.3", + "version": "2.4.4", "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/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index cf2ab05ec2..9fd7b69012 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/slider +## 2.4.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/tooltip@2.2.4 + ## 2.4.3 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 360a6ff951..494ad73c70 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.4.3", + "version": "2.4.4", "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 b0ed9e4311..d4b16c3e78 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/snippet +## 2.2.5 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/tooltip@2.2.4 + - @nextui-org/button@2.2.4 + ## 2.2.4 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 0c203bbc56..912ee26999 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.2.4", + "version": "2.2.5", "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 79c8993dc5..d8d7276aef 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/spacer +## 2.2.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 4c90e33227..166b286377 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.2.3", + "version": "2.2.4", "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 0df9ca9d93..a49f0771c3 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/spinner +## 2.2.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 2a7d2b1627..83940d75ea 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.2.3", + "version": "2.2.4", "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 4e06aba81a..9aab978da8 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/switch +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.3 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 3c9a959371..0961a790ae 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.2.3", + "version": "2.2.4", "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 807ef7a090..d2c9ec1a7d 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/table +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/checkbox@2.3.4 + - @nextui-org/spacer@2.2.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index bf33ddff10..fc4200b2c2 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.2.3", + "version": "2.2.4", "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 34c1942969..d9d61a9145 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tabs +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 46be2df2d3..beece6f0a9 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.2.3", + "version": "2.2.4", "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 5f6686a204..bbd9c43c7a 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/tooltip +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/aria-utils@2.2.4 + - @nextui-org/framer-utils@2.1.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 1b9ae61f1b..d2556a0134 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.2.3", + "version": "2.2.4", "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 eec88f258f..5fa7cb122a 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/user +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/avatar@2.2.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index facd301e68..90bd3b3c9c 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.2.3", + "version": "2.2.4", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 84be1360cd..1aa944a635 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,59 @@ # @nextui-org/react +## 2.6.5 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`b16291b`](https://github.com/nextui-org/nextui/commit/b16291b2200229f0d0a9ea910e38f3f100f7931f), [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/nextui-org/nextui/commit/455556e14278dd933b4acd1a136ea29879b49545), [`26b33a5`](https://github.com/nextui-org/nextui/commit/26b33a51f0ae9d0bb1146277a8b61b839aa52393)]: + - @nextui-org/form@2.1.4 + - @nextui-org/autocomplete@2.3.4 + - @nextui-org/breadcrumbs@2.2.4 + - @nextui-org/date-picker@2.3.4 + - @nextui-org/date-input@2.3.4 + - @nextui-org/pagination@2.2.4 + - @nextui-org/accordion@2.2.4 + - @nextui-org/input-otp@2.1.4 + - @nextui-org/calendar@2.2.4 + - @nextui-org/checkbox@2.3.4 + - @nextui-org/dropdown@2.3.4 + - @nextui-org/progress@2.2.4 + - @nextui-org/divider@2.2.4 + - @nextui-org/listbox@2.3.4 + - @nextui-org/popover@2.3.4 + - @nextui-org/snippet@2.2.5 + - @nextui-org/tooltip@2.2.4 + - @nextui-org/avatar@2.2.4 + - @nextui-org/button@2.2.4 + - @nextui-org/navbar@2.2.4 + - @nextui-org/select@2.4.4 + - @nextui-org/slider@2.4.4 + - @nextui-org/switch@2.2.4 + - @nextui-org/alert@2.2.4 + - @nextui-org/input@2.4.4 + - @nextui-org/modal@2.2.4 + - @nextui-org/radio@2.3.4 + - @nextui-org/table@2.2.4 + - @nextui-org/card@2.2.4 + - @nextui-org/chip@2.2.4 + - @nextui-org/link@2.2.4 + - @nextui-org/menu@2.2.4 + - @nextui-org/tabs@2.2.4 + - @nextui-org/user@2.2.4 + - @nextui-org/system@2.4.4 + - @nextui-org/drawer@2.2.4 + - @nextui-org/badge@2.2.3 + - @nextui-org/skeleton@2.2.3 + - @nextui-org/code@2.2.4 + - @nextui-org/kbd@2.2.4 + - @nextui-org/spacer@2.2.4 + - @nextui-org/spinner@2.2.4 + - @nextui-org/image@2.2.3 + - @nextui-org/ripple@2.2.3 + - @nextui-org/scroll-shadow@2.3.3 + - @nextui-org/framer-utils@2.1.4 + ## 2.6.4 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index fd08f4feef..a6b181fc49 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.6.4", + "version": "2.6.5", "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 427166e8bd..8a87a69bf2 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/system-rsc +## 2.3.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.3.3 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 0b45c6ea41..89636128d8 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.3.3", + "version": "2.3.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 f470371b94..e5b9086888 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/system +## 2.4.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- [#4264](https://github.com/nextui-org/nextui/pull/4264) [`455556e`](https://github.com/nextui-org/nextui/commit/455556e14278dd933b4acd1a136ea29879b49545) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix, mising react-types package added to the system package + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/system-rsc@2.3.4 + ## 2.4.3 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 7f607e656e..b1378ec85a 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.4.3", + "version": "2.4.4", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index a027fea0e8..5ecd59c5ae 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 93b30c00d5..6b0a4e8fc5 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.2.1", + "version": "2.2.2", "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 ec53a7ca48..d867ae5a59 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 7486949260..12eef7c24b 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.2.1", + "version": "2.2.2", "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 2912c2e23c..31a99248ac 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 8d2e127099..468a67b9a8 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.2.1", + "version": "2.2.2", "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 673c233bcd..96fc841734 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 71d30695d2..fcfd368965 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.2.1", + "version": "2.2.2", "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 5435cc072b..2a3878fef4 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index 79a52061ce..cbeabbd6fe 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.2.1", + "version": "2.2.2", "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 de13b7f330..ea6e77774f 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 8f306ca726..4691981b12 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.2.1", + "version": "2.2.2", "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 489b10e1f1..8606c7d246 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.4.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.4.1 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index dfc05f88e7..6f9882e48b 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.4.1", + "version": "2.4.2", "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 23920362e9..7094e10cb5 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3)]: + - @nextui-org/use-aria-button@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 5b49f43020..69a93ff39a 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.2.1", + "version": "2.2.2", "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-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index 3cab8cba1d..89207dcc21 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-disclosure +## 2.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 52edf7bff6..d22cdacca6 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.2.1", + "version": "2.2.2", "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 b27cd8c434..b9407db46c 100644 --- a/packages/hooks/use-draggable/CHANGELOG.md +++ b/packages/hooks/use-draggable/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-draggable +## 2.1.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.1.1 ### Patch Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index c87be87e7d..e6de85061b 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.1.1", + "version": "2.1.2", "description": "This hook can provide drag and drop interaction", "keywords": [ "use-draggable" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 74ec5ea1f4..e4c391915d 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index b911571208..46cbb2e6be 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.2.1", + "version": "2.2.2", "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 4a1e7cd827..69c0bbb28e 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.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index c7f9cf2d4e..7c3017b5f0 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.2.1", + "version": "2.2.2", "description": "A hook that returns whether the device is mobile or not", "keywords": [ "use-is-mobile" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index 4d01f29e80..b6497663b2 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-pagination +## 2.2.2 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + ## 2.2.1 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 3c3029a0d6..12954c9f8e 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.2.1", + "version": "2.2.2", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 9237cde293..841c4902a4 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/aria-utils +## 2.2.4 + +### Patch Changes + +- [#4258](https://github.com/nextui-org/nextui/pull/4258) [`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3) Thanks [@wingkwong](https://github.com/wingkwong)! - sync with upstream RA versions + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/nextui-org/nextui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: + - @nextui-org/system@2.4.4 + ## 2.2.3 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index d98337fad1..bb03e54c0d 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.2.3", + "version": "2.2.4", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index 1089eeaf5a..734b0bf240 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/framer-utils +## 2.1.4 + +### Patch Changes + +- Updated dependencies [[`1031e98`](https://github.com/nextui-org/nextui/commit/1031e985b71e69b8a7189ea049b9616257f820b3), [`455556e`](https://github.com/nextui-org/nextui/commit/455556e14278dd933b4acd1a136ea29879b49545)]: + - @nextui-org/system@2.4.4 + ## 2.1.3 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 93601e03d1..da46591de5 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.1.3", + "version": "2.1.4", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils"