diff --git a/.changeset/fresh-jobs-draw.md b/.changeset/fresh-jobs-draw.md deleted file mode 100644 index 9c9900eee..000000000 --- a/.changeset/fresh-jobs-draw.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@nextui-org/react-utils": patch -"@nextui-org/accordion": patch -"@nextui-org/dropdown": patch -"@nextui-org/skeleton": patch -"@nextui-org/divider": patch -"@nextui-org/spinner": patch -"@nextui-org/button": patch -"@nextui-org/spacer": patch -"@nextui-org/badge": patch -"@nextui-org/input": patch -"@nextui-org/table": patch -"@nextui-org/card": patch -"@nextui-org/code": patch -"@nextui-org/tabs": patch -"@nextui-org/kbd": patch -"@nextui-org/system": patch ---- - -- "use client" directive removed from components that didn't need it -- packages adapted to support RSC imports -- filterDomProps function was modified to enable/disabled it diff --git a/.changeset/short-jobs-yell.md b/.changeset/short-jobs-yell.md deleted file mode 100644 index 05bf7269c..000000000 --- a/.changeset/short-jobs-yell.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -"@nextui-org/accordion": patch -"@nextui-org/avatar": patch -"@nextui-org/badge": patch -"@nextui-org/button": patch -"@nextui-org/card": patch -"@nextui-org/checkbox": patch -"@nextui-org/chip": patch -"@nextui-org/code": patch -"@nextui-org/divider": patch -"@nextui-org/dropdown": patch -"@nextui-org/image": patch -"@nextui-org/input": patch -"@nextui-org/kbd": patch -"@nextui-org/link": 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/skeleton": 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-item": patch -"@nextui-org/use-aria-button": patch -"@nextui-org/use-aria-modal-overlay": patch -"@nextui-org/use-aria-toggle-button": patch -"@nextui-org/use-callback-ref": patch -"@nextui-org/use-clipboard": patch -"@nextui-org/use-disclosure": patch -"@nextui-org/use-image": patch -"@nextui-org/use-infinite-scroll": patch -"@nextui-org/use-is-mobile": patch -"@nextui-org/use-is-mounted": 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-update-effect": patch -"@nextui-org/aria-utils": patch -"@nextui-org/framer-transitions": patch -"@nextui-org/react-rsc-utils": patch -"@nextui-org/react-utils": patch -"@nextui-org/shared-icons": patch -"@nextui-org/shared-utils": patch -"@nextui-org/test-utils": patch ---- - -New package created to exports system RSC-compatible functions -Component exports changed to named exports diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 3946de254..335ee6f80 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,27 @@ # @nextui-org/accordion +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/divider@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-accordion-item@2.0.2 + - @nextui-org/aria-utils@2.0.3 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index b6c16d293..ef310a0f9 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.2", + "version": "2.0.3", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index f7b0ccb2c..57887dbb7 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/avatar +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-image@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index e5324a3d7..8259d61f1 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.2", + "version": "2.0.3", "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 0efb56b0b..38a45e575 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/badge +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index b7bfb9ac2..243ffc8f4 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.0.2", + "version": "2.0.3", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 0124b49c2..fcfbeca92 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/button +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/spinner@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/ripple@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-button@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 8a4515f9b..e3cd52fc9 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.2", + "version": "2.0.3", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 312b2dbc3..8a3d71dc2 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,24 @@ # @nextui-org/card +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/ripple@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-button@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index a779ab4f9..db0a20234 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.2", + "version": "2.0.3", "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 ddd2e9698..ab9a6ab66 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/checkbox +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index a71f4a093..b713a07fa 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.0.2", + "version": "2.0.3", "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 e50ca1284..ac4e57133 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/chip +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index ee43f26d2..71140cdc5 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.2", + "version": "2.0.3", "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 b23eafd9e..a60bbf26f 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/code +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 652b4359f..5cd68253b 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.0.2", + "version": "2.0.3", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 530e3a411..e2ff14afb 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/divider +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/react-rsc-utils@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 8a2fa89fd..0eb35b14c 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.0.2", + "version": "2.0.3", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index c6a3507e8..ee6434141 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,26 @@ # @nextui-org/dropdown +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/divider@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/popover@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-is-mobile@2.0.2 + - @nextui-org/aria-utils@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index e567242fc..dfa02afdd 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.0.2", + "version": "2.0.3", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index c23674ee1..f35c85206 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/image +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-image@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index b196fdb32..18a968a20 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.0.2", + "version": "2.0.3", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index afb6e96d4..9084c59c4 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,23 @@ # @nextui-org/input +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 6284e52d0..e9af9b938 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.0.2", + "version": "2.0.3", "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 6bb66e9cb..3c70cb48f 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/kbd +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index da4e3ea4b..372a0123d 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.0.2", + "version": "2.0.3", "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 ad042e667..fec70fbee 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/link +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 7dab7144d..6ab911f3b 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.2", + "version": "2.0.3", "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/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index d0051248a..05c7bb9c6 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/modal +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-button@2.0.2 + - @nextui-org/use-aria-modal-overlay@2.0.2 + - @nextui-org/use-disclosure@2.0.2 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 6916b2c78..e8a29c223 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.2", + "version": "2.0.3", "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 df3e0b01e..f4e349f05 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/navbar +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-toggle-button@2.0.2 + - @nextui-org/use-scroll-position@2.0.2 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 3cb11f596..6d7700cfc 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.2", + "version": "2.0.3", "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 6570d36b4..9af08a537 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/pagination +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-pagination@2.0.2 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 54c0ace3a..24954c02d 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.2", + "version": "2.0.3", "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 91e99616a..7fe5ed3c9 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/popover +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/button@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-aria-button@2.0.2 + - @nextui-org/aria-utils@2.0.3 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 1ada889fe..da39aa6dc 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.0.2", + "version": "2.0.3", "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 0a3c652a9..9b5be7a38 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/progress +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-is-mounted@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index d1414991c..dc59d6719 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.2", + "version": "2.0.3", "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 e1086ded0..d0badb3cc 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/radio +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index e49db8038..bb710fa81 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.0.2", + "version": "2.0.3", "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 038054298..bac8121d0 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/ripple +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 021bfb21c..3a00a748f 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.0.2", + "version": "2.0.3", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index cfdc78908..b395e4c2f 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/skeleton +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index 22fef0939..60328b58b 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.0.2", + "version": "2.0.3", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index eccab79ff..d85d61f04 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/snippet +## 2.0.4 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/button@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/tooltip@2.0.4 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-clipboard@2.0.2 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.3 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index b5919ba09..8938d8758 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.3", + "version": "2.0.4", "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 74697408c..89e064c4b 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/spacer +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index d7c3ec414..98e354ffb 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.0.2", + "version": "2.0.3", "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 e426454f0..ba4ce7f00 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/spinner +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system-rsc@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 92a19970f..5bd38c72f 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.0.2", + "version": "2.0.3", "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 305481796..e98a4cf5d 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/switch +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index ce7eab247..127008a30 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.2", + "version": "2.0.3", "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 5339d8e74..32fd8b8a7 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/table +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/spacer@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/checkbox@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-icons@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 58a7669d3..5cf552233 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.2", + "version": "2.0.3", "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 2af55bf37..a15b3d022 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,26 @@ # @nextui-org/tabs +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/use-is-mounted@2.0.2 + - @nextui-org/use-update-effect@2.0.2 + - @nextui-org/aria-utils@2.0.3 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index d2d400c02..bd0e7aeaa 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.2", + "version": "2.0.3", "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 bca0084e6..6216e0967 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 2.0.4 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/aria-utils@2.0.3 + - @nextui-org/framer-transitions@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.3 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index c3e284da1..c336d81d4 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.3", + "version": "2.0.4", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index d64a0f16d..29f466bf1 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/user +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + - @nextui-org/system@2.0.3 + - @nextui-org/avatar@2.0.3 + - @nextui-org/theme@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 712425834..4e5c98f5d 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.2", + "version": "2.0.3", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 5a50f4531..280d689f5 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,44 @@ # @nextui-org/react +## 2.0.4 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/accordion@2.0.3 + - @nextui-org/dropdown@2.0.3 + - @nextui-org/skeleton@2.0.3 + - @nextui-org/divider@2.0.3 + - @nextui-org/spinner@2.0.3 + - @nextui-org/button@2.0.3 + - @nextui-org/spacer@2.0.3 + - @nextui-org/badge@2.0.3 + - @nextui-org/input@2.0.3 + - @nextui-org/table@2.0.3 + - @nextui-org/card@2.0.3 + - @nextui-org/code@2.0.3 + - @nextui-org/tabs@2.0.3 + - @nextui-org/kbd@2.0.3 + - @nextui-org/system@2.0.3 + - @nextui-org/avatar@2.0.3 + - @nextui-org/checkbox@2.0.3 + - @nextui-org/chip@2.0.3 + - @nextui-org/image@2.0.3 + - @nextui-org/link@2.0.3 + - @nextui-org/modal@2.0.3 + - @nextui-org/navbar@2.0.3 + - @nextui-org/pagination@2.0.3 + - @nextui-org/popover@2.0.3 + - @nextui-org/progress@2.0.3 + - @nextui-org/radio@2.0.3 + - @nextui-org/snippet@2.0.4 + - @nextui-org/switch@2.0.3 + - @nextui-org/tooltip@2.0.4 + - @nextui-org/user@2.0.3 + - @nextui-org/theme@2.0.3 + ## 2.0.3 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index b292fcd83..b0db852bc 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.0.3", + "version": "2.0.4", "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 new file mode 100644 index 000000000..db8a29d7c --- /dev/null +++ b/packages/core/system-rsc/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nextui-org/system-rsc + +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 2360fedf8..ed62864d5 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.0.2", + "version": "2.0.3", "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 cad05a73d..409ed0489 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/system +## 2.0.3 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/system-rsc@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 8d30359ae..fc77fd2df 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.0.2", + "version": "2.0.3", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 8ce02c24b..04365ec7a 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/theme +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.2 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 07ae8c1df..470b54477 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.0.2", + "version": "2.0.3", "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 06b8df624..845b86549 100644 --- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-aria-accordion-item +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index c6b9c2731..a6c6f651d 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.0.1", + "version": "2.0.2", "description": "Internal impl for react aria accordion item", "keywords": [ "use-aria-accordion-item" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index e83756f55..b44859d47 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-aria-button +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index a42678539..d77e864e8 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.0.1", + "version": "2.0.2", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-button" diff --git a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index cd7f6d3b6..938db9784 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-aria-modal-overlay +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index d6af01fb0..583134019 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.0.1", + "version": "2.0.2", "description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", "keywords": [ "use-aria-modal-overlay" diff --git a/packages/hooks/use-aria-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md index b232cc4f9..e1a726801 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.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/use-aria-button@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 10b0931eb..510fca0e3 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.0.1", + "version": "2.0.2", "description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning", "keywords": [ "use-aria-toggle-button" diff --git a/packages/hooks/use-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index 7247f5ea0..8b031debf 100644 --- a/packages/hooks/use-callback-ref/CHANGELOG.md +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-callback-ref +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/use-safe-layout-effect@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 2522cffbf..d2d2f04dd 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-callback-ref", - "version": "2.0.1", + "version": "2.0.2", "description": "React hook to persist any value between renders, but keeps it up-to-date if it changes.", "keywords": [ "use-callback-ref" diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md index 148174f9e..3423ac560 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-clipboard +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index ca6e9d56c..546039e15 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-clipboard", - "version": "2.0.1", + "version": "2.0.2", "description": "Wrapper around navigator.clipboard with feedback timeout", "keywords": [ "use-clipboard" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index 3b6ff4e39..ac6fbda1c 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-disclosure +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/use-callback-ref@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 48271469f..125a33532 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.0.1", + "version": "2.0.2", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index 10342d7ab..fc070c068 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-image +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/use-safe-layout-effect@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 61cc03a6e..8f77a80d2 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-image", - "version": "2.0.1", + "version": "2.0.2", "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 9589b6b6e..ecfbeabb7 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-infinite-scroll +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index b3037cc27..3d95e91b1 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.0.1", + "version": "2.0.2", "description": "A hook for handling infinity scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index 69f77cc93..93c467499 100644 --- a/packages/hooks/use-is-mobile/CHANGELOG.md +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-is-mobile +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 4b55ea811..b244cba0c 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.0.1", + "version": "2.0.2", "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 bed3de9c3..156e24d38 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-is-mounted +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 6af921822..663f23930 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mounted", - "version": "2.0.1", + "version": "2.0.2", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index a421cbeac..3bf905fd4 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-pagination +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/shared-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index d80aba2fb..e1db8905d 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.0.1", + "version": "2.0.2", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md index 540f6d322..01dd67c10 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-real-shape +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 0bacaf805..2ddf722f5 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-real-shape", - "version": "2.0.1", + "version": "2.0.2", "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 bebd24c2b..26fabeade 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-ref-state +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 47d97d81f..9c61f03f6 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ref-state", - "version": "2.0.1", + "version": "2.0.2", "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 fa49ab87c..9b2153281 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-resize +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 494ac455c..68eb564b6 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-resize", - "version": "2.0.1", + "version": "2.0.2", "description": "Hook that adds an event listener to the resize window event", "keywords": [ "use-resize" diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md index 47b650535..6977d3c6e 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-safe-layout-effect +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index deb73d08b..9a28d0f56 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-safe-layout-effect", - "version": "2.0.1", + "version": "2.0.2", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/packages/hooks/use-scroll-position/CHANGELOG.md b/packages/hooks/use-scroll-position/CHANGELOG.md index 00cf00d18..48055a2a2 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-scroll-position +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index 0bb13c109..d75b367a4 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-scroll-position", - "version": "2.0.1", + "version": "2.0.2", "description": "Provides the logic to control the scroll over an element", "keywords": [ "use-scroll-position" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index 0dc50f851..2e366de75 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-ssr +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 719191674..c7b442c9f 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ssr", - "version": "2.0.1", + "version": "2.0.2", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index c7f10d37b..e608da152 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/use-update-effect +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 924685947..9b087b0e6 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-update-effect", - "version": "2.0.1", + "version": "2.0.2", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 9758eb56b..4131254dc 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/aria-utils +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/system@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index c8eeb65bf..cf5d4f16c 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.0.2", + "version": "2.0.3", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-transitions/CHANGELOG.md b/packages/utilities/framer-transitions/CHANGELOG.md index c0ea61efc..73f71dea9 100644 --- a/packages/utilities/framer-transitions/CHANGELOG.md +++ b/packages/utilities/framer-transitions/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/framer-transitions +## 2.0.3 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782), [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/system@2.0.3 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.2 ### Patch Changes diff --git a/packages/utilities/framer-transitions/package.json b/packages/utilities/framer-transitions/package.json index a9a3de040..385977f2d 100644 --- a/packages/utilities/framer-transitions/package.json +++ b/packages/utilities/framer-transitions/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-transitions", - "version": "2.0.2", + "version": "2.0.3", "description": "A set of framer motion transitions for react", "keywords": [ "framer-transitions" diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md new file mode 100644 index 000000000..eab86d5a0 --- /dev/null +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nextui-org/react-rsc-utils + +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index 682e7c738..be53428a2 100644 --- a/packages/utilities/react-rsc-utils/package.json +++ b/packages/utilities/react-rsc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-rsc-utils", - "version": "2.0.1", + "version": "2.0.2", "description": "A set of utilities for react compatible with RSC", "keywords": [ "react-rsc-utils" diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md index 0953e9de4..e23b646e4 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/react-utils +## 2.0.2 + +### Patch Changes + +- [#1289](https://github.com/nextui-org/nextui/pull/1289) [`eefda8d6`](https://github.com/nextui-org/nextui/commit/eefda8d6e2088526e0dbb2026d807b53d2a97782) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - "use client" directive removed from components that didn't need it + + - packages adapted to support RSC imports + - filterDomProps function was modified to enable/disabled it + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports +- Updated dependencies [[`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f)]: + - @nextui-org/react-rsc-utils@2.0.2 + - @nextui-org/shared-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 4180d6244..2220fa0ff 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-utils", - "version": "2.0.1", + "version": "2.0.2", "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 6752fb741..9160a83f7 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/shared-icons +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 50c44ce34..6d92fcd20 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-icons", - "version": "2.0.1", + "version": "2.0.2", "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 c9f2095f1..f9497f7a1 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/shared-utils +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 13d7d2992..7701f7e3f 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-utils", - "version": "2.0.1", + "version": "2.0.2", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 6aa9e16e6..1968e2bc2 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @nextui-org/test-utils +## 2.0.2 + +### Patch Changes + +- [`e3e13a09`](https://github.com/nextui-org/nextui/commit/e3e13a095f2347ff279c85e6a5d3798f36c6533f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New package created to exports system RSC-compatible functions + Component exports changed to named exports + ## 2.0.1 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index fc21f268c..966047fba 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/test-utils", - "version": "2.0.1", + "version": "2.0.2", "description": "A set of utilities for react testing", "keywords": [ "test-utils"