From 1d39358bd57ce651b2c2469bc41cba70a6bb20e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:44:32 -0300 Subject: [PATCH] ci(changesets): version packages (#4237) Co-authored-by: Junior Garcia --- .changeset/witty-colts-reply.md | 89 ------------------- packages/components/accordion/CHANGELOG.md | 16 ++++ packages/components/accordion/package.json | 2 +- packages/components/alert/CHANGELOG.md | 12 +++ packages/components/alert/package.json | 2 +- packages/components/autocomplete/CHANGELOG.md | 21 +++++ packages/components/autocomplete/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 11 +++ packages/components/avatar/package.json | 2 +- packages/components/badge/CHANGELOG.md | 10 +++ packages/components/badge/package.json | 2 +- packages/components/breadcrumbs/CHANGELOG.md | 11 +++ packages/components/breadcrumbs/package.json | 2 +- packages/components/button/CHANGELOG.md | 13 +++ packages/components/button/package.json | 2 +- packages/components/calendar/CHANGELOG.md | 15 ++++ packages/components/calendar/package.json | 2 +- packages/components/card/CHANGELOG.md | 12 +++ packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 13 +++ packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 11 +++ packages/components/chip/package.json | 2 +- packages/components/code/CHANGELOG.md | 11 +++ packages/components/code/package.json | 2 +- packages/components/date-input/CHANGELOG.md | 11 +++ packages/components/date-input/package.json | 2 +- packages/components/date-picker/CHANGELOG.md | 17 ++++ packages/components/date-picker/package.json | 2 +- packages/components/divider/CHANGELOG.md | 11 +++ packages/components/divider/package.json | 2 +- packages/components/drawer/CHANGELOG.md | 12 +++ packages/components/drawer/package.json | 2 +- packages/components/dropdown/CHANGELOG.md | 13 +++ packages/components/dropdown/package.json | 2 +- packages/components/form/CHANGELOG.md | 12 +++ packages/components/form/package.json | 2 +- packages/components/image/CHANGELOG.md | 11 +++ packages/components/image/package.json | 2 +- packages/components/input-otp/CHANGELOG.md | 11 +++ packages/components/input-otp/package.json | 2 +- packages/components/input/CHANGELOG.md | 13 +++ packages/components/input/package.json | 2 +- packages/components/kbd/CHANGELOG.md | 11 +++ packages/components/kbd/package.json | 2 +- packages/components/link/CHANGELOG.md | 12 +++ packages/components/link/package.json | 2 +- packages/components/listbox/CHANGELOG.md | 13 +++ packages/components/listbox/package.json | 2 +- packages/components/menu/CHANGELOG.md | 14 +++ packages/components/menu/package.json | 2 +- packages/components/modal/CHANGELOG.md | 17 ++++ packages/components/modal/package.json | 2 +- packages/components/navbar/CHANGELOG.md | 14 +++ packages/components/navbar/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 13 +++ packages/components/pagination/package.json | 2 +- packages/components/popover/CHANGELOG.md | 16 ++++ packages/components/popover/package.json | 2 +- packages/components/progress/CHANGELOG.md | 11 +++ packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 11 +++ packages/components/radio/package.json | 2 +- packages/components/ripple/CHANGELOG.md | 11 +++ packages/components/ripple/package.json | 2 +- .../components/scroll-shadow/CHANGELOG.md | 11 +++ .../components/scroll-shadow/package.json | 2 +- packages/components/select/CHANGELOG.md | 20 +++++ packages/components/select/package.json | 2 +- packages/components/skeleton/CHANGELOG.md | 10 +++ packages/components/skeleton/package.json | 2 +- packages/components/slider/CHANGELOG.md | 11 +++ packages/components/slider/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 14 +++ packages/components/snippet/package.json | 2 +- packages/components/spacer/CHANGELOG.md | 11 +++ packages/components/spacer/package.json | 2 +- packages/components/spinner/CHANGELOG.md | 11 +++ packages/components/spinner/package.json | 2 +- packages/components/switch/CHANGELOG.md | 11 +++ packages/components/switch/package.json | 2 +- packages/components/table/CHANGELOG.md | 13 +++ packages/components/table/package.json | 2 +- packages/components/tabs/CHANGELOG.md | 14 +++ packages/components/tabs/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 14 +++ packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 11 +++ packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 55 ++++++++++++ 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 | 10 +++ packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 9 ++ packages/core/theme/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-callback-ref/CHANGELOG.md | 9 ++ packages/hooks/use-callback-ref/package.json | 2 +- packages/hooks/use-clipboard/CHANGELOG.md | 6 ++ packages/hooks/use-clipboard/package.json | 2 +- .../use-data-scroll-overflow/CHANGELOG.md | 9 ++ .../use-data-scroll-overflow/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 9 ++ packages/hooks/use-disclosure/package.json | 2 +- packages/hooks/use-draggable/CHANGELOG.md | 6 ++ packages/hooks/use-draggable/package.json | 2 +- packages/hooks/use-image/CHANGELOG.md | 9 ++ packages/hooks/use-image/package.json | 2 +- .../hooks/use-infinite-scroll/CHANGELOG.md | 9 ++ .../hooks/use-infinite-scroll/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-is-mounted/CHANGELOG.md | 6 ++ packages/hooks/use-is-mounted/package.json | 2 +- packages/hooks/use-measure/CHANGELOG.md | 6 ++ packages/hooks/use-measure/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 9 ++ packages/hooks/use-pagination/package.json | 2 +- packages/hooks/use-real-shape/CHANGELOG.md | 9 ++ packages/hooks/use-real-shape/package.json | 2 +- packages/hooks/use-ref-state/CHANGELOG.md | 6 ++ packages/hooks/use-ref-state/package.json | 2 +- packages/hooks/use-resize/CHANGELOG.md | 6 ++ packages/hooks/use-resize/package.json | 2 +- .../hooks/use-safe-layout-effect/CHANGELOG.md | 6 ++ .../hooks/use-safe-layout-effect/package.json | 2 +- .../hooks/use-scroll-position/CHANGELOG.md | 6 ++ .../hooks/use-scroll-position/package.json | 2 +- packages/hooks/use-ssr/CHANGELOG.md | 6 ++ packages/hooks/use-ssr/package.json | 2 +- packages/hooks/use-theme/CHANGELOG.md | 6 ++ packages/hooks/use-theme/package.json | 2 +- packages/hooks/use-update-effect/CHANGELOG.md | 6 ++ packages/hooks/use-update-effect/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 11 +++ packages/utilities/aria-utils/package.json | 2 +- packages/utilities/dom-animation/CHANGELOG.md | 6 ++ packages/utilities/dom-animation/package.json | 2 +- packages/utilities/framer-utils/CHANGELOG.md | 11 +++ packages/utilities/framer-utils/package.json | 2 +- .../utilities/react-rsc-utils/CHANGELOG.md | 6 ++ .../utilities/react-rsc-utils/package.json | 2 +- packages/utilities/react-utils/CHANGELOG.md | 10 +++ packages/utilities/react-utils/package.json | 2 +- packages/utilities/shared-icons/CHANGELOG.md | 6 ++ packages/utilities/shared-icons/package.json | 2 +- packages/utilities/shared-utils/CHANGELOG.md | 6 ++ packages/utilities/shared-utils/package.json | 2 +- packages/utilities/stories-utils/CHANGELOG.md | 6 ++ packages/utilities/stories-utils/package.json | 2 +- packages/utilities/test-utils/CHANGELOG.md | 6 ++ packages/utilities/test-utils/package.json | 2 +- 171 files changed, 986 insertions(+), 174 deletions(-) delete mode 100644 .changeset/witty-colts-reply.md diff --git a/.changeset/witty-colts-reply.md b/.changeset/witty-colts-reply.md deleted file mode 100644 index 0341e3739b..0000000000 --- a/.changeset/witty-colts-reply.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -"@nextui-org/accordion": patch -"@nextui-org/alert": patch -"@nextui-org/autocomplete": patch -"@nextui-org/avatar": patch -"@nextui-org/badge": patch -"@nextui-org/breadcrumbs": patch -"@nextui-org/button": patch -"@nextui-org/calendar": patch -"@nextui-org/card": patch -"@nextui-org/checkbox": patch -"@nextui-org/chip": patch -"@nextui-org/code": patch -"@nextui-org/date-input": patch -"@nextui-org/date-picker": patch -"@nextui-org/divider": patch -"@nextui-org/drawer": patch -"@nextui-org/dropdown": patch -"@nextui-org/form": patch -"@nextui-org/image": patch -"@nextui-org/input": patch -"@nextui-org/input-otp": patch -"@nextui-org/kbd": patch -"@nextui-org/link": patch -"@nextui-org/listbox": patch -"@nextui-org/menu": patch -"@nextui-org/modal": patch -"@nextui-org/navbar": patch -"@nextui-org/pagination": patch -"@nextui-org/popover": patch -"@nextui-org/progress": patch -"@nextui-org/radio": patch -"@nextui-org/ripple": patch -"@nextui-org/scroll-shadow": patch -"@nextui-org/select": patch -"@nextui-org/skeleton": patch -"@nextui-org/slider": patch -"@nextui-org/snippet": patch -"@nextui-org/spacer": patch -"@nextui-org/spinner": patch -"@nextui-org/switch": patch -"@nextui-org/table": patch -"@nextui-org/tabs": patch -"@nextui-org/tooltip": patch -"@nextui-org/user": patch -"@nextui-org/react": patch -"@nextui-org/system": patch -"@nextui-org/system-rsc": patch -"@nextui-org/theme": patch -"@nextui-org/use-aria-accordion": patch -"@nextui-org/use-aria-accordion-item": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/use-aria-link": patch -"@nextui-org/use-aria-menu": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-multiselect": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-callback-ref": patch -"@nextui-org/use-clipboard": patch -"@nextui-org/use-data-scroll-overflow": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-draggable": patch -"@nextui-org/use-image": patch -"@nextui-org/use-infinite-scroll": patch -"@nextui-org/use-intersection-observer": patch -"@nextui-org/use-is-mobile": patch -"@nextui-org/use-is-mounted": patch -"@nextui-org/use-measure": patch -"@nextui-org/use-pagination": patch -"@nextui-org/use-real-shape": patch -"@nextui-org/use-ref-state": patch -"@nextui-org/use-resize": patch -"@nextui-org/use-safe-layout-effect": patch -"@nextui-org/use-scroll-position": patch -"@nextui-org/use-ssr": patch -"@nextui-org/use-theme": patch -"@nextui-org/use-update-effect": patch -"@nextui-org/aria-utils": patch -"@nextui-org/dom-animation": patch -"@nextui-org/framer-utils": patch -"@nextui-org/react-rsc-utils": patch -"@nextui-org/react-utils": patch -"@nextui-org/shared-icons": patch -"@nextui-org/shared-utils": patch -"@nextui-org/stories-utils": patch -"@nextui-org/test-utils": patch ---- - -v2.6.2 diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index dbb1ae9b84..a80b0bfde5 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/accordion +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/divider@2.2.1 + - @nextui-org/use-aria-accordion@2.2.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index f072c237e1..2fe3c1bd18 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.2.0", + "version": "2.2.1", "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 af8e3aaee6..aaa15d1cea 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/alert +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index b717ae4cc2..1c72234cdd 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/alert", - "version": "2.2.0", + "version": "2.2.1", "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 024842fad8..c9e8601afe 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,26 @@ # @nextui-org/autocomplete +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/form@2.1.1 + - @nextui-org/input@2.4.1 + - @nextui-org/listbox@2.3.1 + - @nextui-org/popover@2.3.1 + - @nextui-org/scroll-shadow@2.3.1 + - @nextui-org/spinner@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 907a36d5a5..b8c8a4c711 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.3.0", + "version": "2.3.1", "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 66b0754165..d55d31a5b4 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/avatar +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-image@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 48d991e457..42ce74ce38 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.2.0", + "version": "2.2.1", "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 a69a1ade56..ca34e74046 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/badge +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index dfe79c4ca9..57122f4145 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.2.0", + "version": "2.2.1", "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 343ed6adfb..b4226690f2 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/breadcrumbs +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 1497b174a9..1add5f560b 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.2.0", + "version": "2.2.1", "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 5bd297d9ee..6456c4e0d3 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/button +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/ripple@2.2.1 + - @nextui-org/spinner@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index b255373c99..d753858d14 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.2.0", + "version": "2.2.1", "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 6904016278..e38f1bc15a 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/calendar +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 58e5e8c3de..852b30be37 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.2.0", + "version": "2.2.1", "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 35aab2502d..b3622318f5 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/card +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/ripple@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 5dc0b4feca..8ec4f9c690 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.2.0", + "version": "2.2.1", "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 0960a495ca..b192961244 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/checkbox +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/use-callback-ref@2.1.1 + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index f8d39065aa..a79da98a59 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.3.0", + "version": "2.3.1", "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 ec6cf70d44..cf34292352 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/chip +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 4d022c7726..7f966c6018 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.2.0", + "version": "2.2.1", "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 44f057f8c9..aaebaf5541 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/code +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 7b204afb47..2dcff1d47e 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.2.0", + "version": "2.2.1", "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 e92ab2bdea..3d9c53531a 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/date-input +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 80faac66e2..45fff96fa0 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.0", + "version": "2.3.1", "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 40fbb33491..16629cd8bd 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/date-picker +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/calendar@2.2.1 + - @nextui-org/date-input@2.3.1 + - @nextui-org/form@2.1.1 + - @nextui-org/popover@2.3.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 3f7a5c5df5..3889ea3561 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.0", + "version": "2.3.1", "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 453feb0fe1..9d90c91479 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/divider +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-rsc-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index ffed2750e3..9fc0062b4e 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.2.0", + "version": "2.2.1", "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 7473408983..a53dbb37e0 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/drawer +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/modal@2.2.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 5d55fb090c..7538605bf1 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/drawer", - "version": "2.2.0", + "version": "2.2.1", "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 c0c151adc3..71b9e88bd0 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/dropdown +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/menu@2.2.1 + - @nextui-org/popover@2.3.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 22d2f1727e..8c4d7d8949 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.3.0", + "version": "2.3.1", "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 90d1f19280..5d950a628a 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/form +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system@2.4.1 + - @nextui-org/theme@2.4.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index fd76ba53b5..782b275cec 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/form", - "version": "2.1.0", + "version": "2.1.1", "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/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index 1a29f7c04c..d3d5f77471 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/image +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-image@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index e495cd324d..6e51e102c5 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.2.0", + "version": "2.2.1", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index 4ec61d7bce..0b3972b90e 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/input-otp +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index f660787ff0..c9d89037a0 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.0", + "version": "2.1.1", "description": "", "keywords": [ "input-otp" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 86cb7fc83f..14124904fc 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/input +## 2.4.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index fc3af32940..68a6dc57f3 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.4.0", + "version": "2.4.1", "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 03f2bd1382..73fcb051b9 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/kbd +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 7172671256..8f58553947 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.2.0", + "version": "2.2.1", "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 43390624a5..ab9611f829 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/link +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-aria-link@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 2dfc5efa2d..54d8fff892 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.2.0", + "version": "2.2.1", "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 b30e031fa3..cf007bb929 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/listbox +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/divider@2.2.1 + - @nextui-org/use-is-mobile@2.2.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index d03902dcbb..83cd0a7026 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.3.0", + "version": "2.3.1", "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 71480f3ca9..f9468199d9 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/menu +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/divider@2.2.1 + - @nextui-org/use-aria-menu@2.2.1 + - @nextui-org/use-is-mobile@2.2.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index d9c7aae1e3..c2fc854c17 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.2.0", + "version": "2.2.1", "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 017eda93b6..a7e18c8d44 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/modal +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/use-aria-modal-overlay@2.2.1 + - @nextui-org/use-disclosure@2.2.1 + - @nextui-org/use-draggable@2.1.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 99ba9b0ebd..5d643b6d37 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.2.0", + "version": "2.2.1", "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 5a48ff7ceb..80d025df79 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/navbar +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-aria-toggle-button@2.2.1 + - @nextui-org/use-scroll-position@2.1.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index b75959225f..223564a1e2 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.2.0", + "version": "2.2.1", "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 b389da4a29..604fd3aa70 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/pagination +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-intersection-observer@2.2.1 + - @nextui-org/use-pagination@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index ff6a32c478..e2f929d074 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.2.0", + "version": "2.2.1", "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 fe37a94622..47ddff8831 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/popover +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 36035616c3..38ce292c07 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.3.0", + "version": "2.3.1", "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 f8a6ec9ab5..d617f3fc8b 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/progress +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-is-mounted@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 32c96ed8b4..be1c419b29 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.2.0", + "version": "2.2.1", "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 290d5b903d..ad98f9840f 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/radio +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 20484ea08a..e9f23369ff 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.3.0", + "version": "2.3.1", "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 2e8efbd8ab..35d3675150 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/ripple +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index e31b6534cd..ac5e7e65ae 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.2.0", + "version": "2.2.1", "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 245e16423d..2815dcaea3 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/scroll-shadow +## 2.3.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-data-scroll-overflow@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index f766eb1c4b..bdd5ce4453 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.3.0", + "version": "2.3.1", "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 f63496cff7..0146823aff 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/select +## 2.4.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/form@2.1.1 + - @nextui-org/listbox@2.3.1 + - @nextui-org/popover@2.3.1 + - @nextui-org/scroll-shadow@2.3.1 + - @nextui-org/spinner@2.2.1 + - @nextui-org/use-aria-button@2.2.1 + - @nextui-org/use-aria-multiselect@2.4.1 + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 37a862729e..9a3406cfe9 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.4.0", + "version": "2.4.1", "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 f8b1bfd7f3..877523a03e 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/skeleton +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index 497a090c8a..f1e8cfcab7 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.2.0", + "version": "2.2.1", "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 96074f0481..408c514b68 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/slider +## 2.4.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/tooltip@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 7aa0446a6a..2172d951bb 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.4.0", + "version": "2.4.1", "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 12286dea1d..2ec88bee69 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/snippet +## 2.2.2 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/button@2.2.1 + - @nextui-org/tooltip@2.2.1 + - @nextui-org/use-clipboard@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.1 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index f3df13e2ef..1b5b50ad3b 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.2.1", + "version": "2.2.2", "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 edb405736e..1b0e90b2de 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spacer +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 5c23cfdedf..9a7714bf00 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.2.0", + "version": "2.2.1", "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 541d8361cd..8b1a5211f2 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spinner +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 3b5a599e40..659c1f96d1 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.2.0", + "version": "2.2.1", "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 07acc8bd7e..5f379a7f86 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/switch +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 572433e389..797a4056ea 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.2.0", + "version": "2.2.1", "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 a6507c85c2..445192aa7e 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/table +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/checkbox@2.3.1 + - @nextui-org/spacer@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-icons@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 1648dd1feb..c2fab3062b 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.2.0", + "version": "2.2.1", "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 01b7b5cbcb..2114bb75f0 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tabs +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-is-mounted@2.1.1 + - @nextui-org/use-update-effect@2.1.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 6aa75529f3..489ef528ac 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.2.0", + "version": "2.2.1", "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 38715339ba..0370ac364d 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-safe-layout-effect@2.1.1 + - @nextui-org/aria-utils@2.2.1 + - @nextui-org/dom-animation@2.1.1 + - @nextui-org/framer-utils@2.1.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index b1be8a3002..a7d334e86c 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.2.0", + "version": "2.2.1", "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 81b7471ebb..b598de1674 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/user +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/avatar@2.2.1 + - @nextui-org/react-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index b5c5f003ab..1554024b01 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.2.0", + "version": "2.2.1", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index b556b3cabd..18dcd3f2d7 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,60 @@ # @nextui-org/react +## 2.6.2 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/accordion@2.2.1 + - @nextui-org/alert@2.2.1 + - @nextui-org/autocomplete@2.3.1 + - @nextui-org/avatar@2.2.1 + - @nextui-org/badge@2.2.1 + - @nextui-org/breadcrumbs@2.2.1 + - @nextui-org/button@2.2.1 + - @nextui-org/calendar@2.2.1 + - @nextui-org/card@2.2.1 + - @nextui-org/checkbox@2.3.1 + - @nextui-org/chip@2.2.1 + - @nextui-org/code@2.2.1 + - @nextui-org/date-input@2.3.1 + - @nextui-org/date-picker@2.3.1 + - @nextui-org/divider@2.2.1 + - @nextui-org/drawer@2.2.1 + - @nextui-org/dropdown@2.3.1 + - @nextui-org/form@2.1.1 + - @nextui-org/image@2.2.1 + - @nextui-org/input@2.4.1 + - @nextui-org/input-otp@2.1.1 + - @nextui-org/kbd@2.2.1 + - @nextui-org/link@2.2.1 + - @nextui-org/listbox@2.3.1 + - @nextui-org/menu@2.2.1 + - @nextui-org/modal@2.2.1 + - @nextui-org/navbar@2.2.1 + - @nextui-org/pagination@2.2.1 + - @nextui-org/popover@2.3.1 + - @nextui-org/progress@2.2.1 + - @nextui-org/radio@2.3.1 + - @nextui-org/ripple@2.2.1 + - @nextui-org/scroll-shadow@2.3.1 + - @nextui-org/select@2.4.1 + - @nextui-org/skeleton@2.2.1 + - @nextui-org/slider@2.4.1 + - @nextui-org/snippet@2.2.2 + - @nextui-org/spacer@2.2.1 + - @nextui-org/spinner@2.2.1 + - @nextui-org/switch@2.2.1 + - @nextui-org/table@2.2.1 + - @nextui-org/tabs@2.2.1 + - @nextui-org/tooltip@2.2.1 + - @nextui-org/user@2.2.1 + - @nextui-org/system@2.4.1 + - @nextui-org/theme@2.4.1 + - @nextui-org/framer-utils@2.1.1 + ## 2.6.1 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 1f2eaa273d..3e077f1eb6 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.6.1", + "version": "2.6.2", "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 3ede072424..f90f3e6fee 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.3.0 ### Minor Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index f2ec93dba4..4b62c9a350 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.0", + "version": "2.3.1", "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 b740fac60c..634de444a8 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/system +## 2.4.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system-rsc@2.3.1 + - @nextui-org/react-utils@2.1.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 64882fcdb1..849d668f53 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.4.0", + "version": "2.4.1", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 8cce835d1d..e552a633ef 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/theme +## 2.4.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/shared-utils@2.1.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 12bf74c04e..1123a32e9d 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.4.0", + "version": "2.4.1", "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 3fcc05f283..a027fea0e8 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index dfb6ecd8c0..9811752ee7 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.0", + "version": "2.2.1", "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 2a7efc415a..ec53a7ca48 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index cf6c83ecf1..0a2ab90071 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.0", + "version": "2.2.1", "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 39aea7b9ae..2912c2e23c 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index d4bdf3a4e6..2fe177e316 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.0", + "version": "2.2.1", "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 6ac2e29a40..673c233bcd 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 323b1e13fe..cf37e52fb9 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.0", + "version": "2.2.1", "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 cbcc6c31d7..5435cc072b 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index c5d3f5d214..84dbc403ad 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.0", + "version": "2.2.1", "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 a452e50bb9..de13b7f330 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index b03d133142..b17d1fa3da 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.0", + "version": "2.2.1", "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 e7a337b15f..489b10e1f1 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.4.0 ### Minor Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 852a23a3de..88f0023089 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.0", + "version": "2.4.1", "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 c60618356d..23920362e9 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-aria-button@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index e46665918f..5cff369809 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.0", + "version": "2.2.1", "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 4c937becaf..091c97be2a 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-safe-layout-effect@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 059e14ae10..d2b3c953cd 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.1.0", + "version": "2.1.1", "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 00efa1c4bd..e9cb5b5fbf 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-clipboard +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 502da40068..bba9da7d2e 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.1.0", + "version": "2.1.1", "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 e8cda51253..9d9bf65c3a 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.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 05c16cf55c..704eb86bb4 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.2.0", + "version": "2.2.1", "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 7075c9ed46..3cab8cba1d 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-disclosure +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-callback-ref@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index b7825814ca..0d63265ffd 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.0", + "version": "2.2.1", "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 84f269c5f2..b27cd8c434 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index 7cc4c878e6..717c0014d3 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.0", + "version": "2.1.1", "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 b96f95e8cc..b8ad4cf788 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-image +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/use-safe-layout-effect@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 44cdf3a9f5..f881cad622 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.1.0", + "version": "2.1.1", "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 76e3a59b2f..debcd9481d 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.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index a08c4d4ce1..83ecf603bb 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.2.0", + "version": "2.2.1", "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 a8eef6dee1..74ec5ea1f4 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 1b32e76800..624baf2cee 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.0", + "version": "2.2.1", "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 e04db33fd3..4a1e7cd827 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.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 7b2e32a70e..6b8fd7ae39 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.0", + "version": "2.2.1", "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 98ebc82095..e553dd280a 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 04e4ae9c12..c1a4e87918 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.1.0", + "version": "2.1.1", "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 c576a921f6..1d6ffe3b63 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index ea6116fdf7..f551befd65 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.1.0", + "version": "2.1.1", "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 9e4a79d7ad..4d01f29e80 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-pagination +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index d4c3bae29c..e6af9c2cd2 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.0", + "version": "2.2.1", "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 7ec50eab52..2c1a646c26 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-utils@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index e41a7d5983..33f201a40a 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.1.0", + "version": "2.1.1", "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 287bd32f4e..d0fed76432 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index ded10629a5..749245c2a0 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.1.0", + "version": "2.1.1", "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 8ff0d8f1c2..dcf7f924aa 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-resize +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index b9da1785e0..e35b8c4be3 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.1.0", + "version": "2.1.1", "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 0558ea4551..367e4f2050 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 8938541137..2b2f2c9b74 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.1.0", + "version": "2.1.1", "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 ac56a198be..8891930363 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index e386efc900..1c71999f0c 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.1.0", + "version": "2.1.1", "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 03bf218982..872fb60543 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ssr +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 9acb1baaa3..23cff0e4c6 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.1.0", + "version": "2.1.1", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index fd883205d9..8a42e2c6a9 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-theme +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index b795a6d2ab..2ad7a57e6a 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.1.0", + "version": "2.1.1", "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 16fb0afe71..360491972e 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 63c4b9799c..c67afdab4d 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.1.0", + "version": "2.1.1", "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 f7f7dbc127..9335ef7582 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/aria-utils +## 2.2.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system@2.4.1 + - @nextui-org/react-rsc-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 3f12152269..ca951bf716 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.0", + "version": "2.2.1", "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 3f7d7c0d64..478937454f 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/dom-animation +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index f51e55dc29..57408b918e 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.1.0", + "version": "2.1.1", "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 c1a6e8d498..0fcf3c3e86 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/framer-utils +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/system@2.4.1 + - @nextui-org/use-measure@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 9dbff31ff0..64d942de54 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.0", + "version": "2.1.1", "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 c8cee1b1ad..00f6e49905 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.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index eb5e4d2fae..125fb370fe 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.1.0", + "version": "2.1.1", "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 1cf09b1e7c..486bbe019b 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/react-utils +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + +- Updated dependencies [[`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af)]: + - @nextui-org/react-rsc-utils@2.1.1 + - @nextui-org/shared-utils@2.1.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 368be92b62..e19b33e351 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.1.0", + "version": "2.1.1", "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 fee7442556..e2786800c1 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-icons +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index b9bcb756fa..dbd822a980 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.1.0", + "version": "2.1.1", "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 aa4809d2d7..ffebf252d9 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-utils +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index c114a07129..56034f63f0 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.1.0", + "version": "2.1.1", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/stories-utils/CHANGELOG.md b/packages/utilities/stories-utils/CHANGELOG.md index b8bf963cab..1ef58a10a1 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/stories-utils +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index 6818084eb3..a3b039c0e3 100644 --- a/packages/utilities/stories-utils/package.json +++ b/packages/utilities/stories-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/stories-utils", - "version": "2.1.0", + "version": "2.1.1", "description": "A list of utilities for storybook' stories.", "keywords": [ "stories-utils" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 4feaed934e..53eb51d4df 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/test-utils +## 2.1.1 + +### Patch Changes + +- [`d6eee4a`](https://github.com/nextui-org/nextui/commit/d6eee4a8767556152f47f06dcf04940951abc5af) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - v2.6.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index 421562acf4..5d1a1dad84 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.1.0", + "version": "2.1.1", "description": "A set of utilities for react testing", "keywords": [ "test-utils"