diff --git a/.changeset/lovely-carrots-poke.md b/.changeset/lovely-carrots-poke.md deleted file mode 100644 index 133425bd19..0000000000 --- a/.changeset/lovely-carrots-poke.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -"@nextui-org/accordion": 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/dropdown": patch -"@nextui-org/image": patch -"@nextui-org/input": 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-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-update-effect": patch -"@nextui-org/aria-utils": 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 ---- - -fix conflicting versions in npm diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 8da83587c7..84bbc4faa8 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/accordion +## 2.0.38 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/divider@2.0.31 + - @nextui-org/use-aria-accordion@2.0.7 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.37 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 7b98e63a47..d1e2e8d445 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.37", + "version": "2.0.38", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index 61d693c963..f9745e82ca 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/autocomplete +## 2.1.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/button@2.0.37 + - @nextui-org/input@2.2.4 + - @nextui-org/listbox@2.1.25 + - @nextui-org/popover@2.1.27 + - @nextui-org/scroll-shadow@2.1.19 + - @nextui-org/spinner@2.0.33 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.4 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 6a7bc7b25f..fc45de83db 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.1.4", + "version": "2.1.5", "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 5629502558..549480191b 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/avatar +## 2.0.32 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-image@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 9e2cf4dcb8..35221c5f36 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.31", + "version": "2.0.32", "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 0390b1eb26..6d5ab04776 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/badge +## 2.0.31 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index d2f00afb15..4c159ccb22 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.0.30", + "version": "2.0.31", "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 08b8ef5318..861b5cca25 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/breadcrumbs +## 2.0.12 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.11 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 927d0d0d57..4703b4fe2b 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.0.11", + "version": "2.0.12", "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 70d58f4d98..57411f7a0d 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/button +## 2.0.37 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/ripple@2.0.32 + - @nextui-org/spinner@2.0.33 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.36 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 2ad72041c3..075b6cabae 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.36", + "version": "2.0.37", "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 c14ffd1d00..0cb177f4b9 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/calendar +## 2.0.11 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/button@2.0.37 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.10 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 25593d6af1..f08824bac6 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/calendar", - "version": "2.0.10", + "version": "2.0.11", "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 1b3abcf9af..914704883f 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/card +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/ripple@2.0.32 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index d97abca3f0..499615ba71 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.32", + "version": "2.0.33", "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 0655c22dc7..a84767602b 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/checkbox +## 2.1.4 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-callback-ref@2.0.6 + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.3 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index bda7521c73..ed90ceefdd 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.1.3", + "version": "2.1.4", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index ff99104c4f..21abaf5b47 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/chip +## 2.0.32 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 1c9d212085..4ee7505223 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.31", + "version": "2.0.32", "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 db035866d0..a0bd3387a9 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/code +## 2.0.32 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 3071ff1da1..5b385f42bf 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.0.31", + "version": "2.0.32", "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 62f481c439..a2872ce0ed 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/date-input +## 2.1.3 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.2 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index cb4d044eaa..ec5f7d45f4 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.1.2", + "version": "2.1.3", "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 bc4bab94e7..8b23953906 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/date-picker +## 2.1.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/button@2.0.37 + - @nextui-org/calendar@2.0.11 + - @nextui-org/date-input@2.1.3 + - @nextui-org/popover@2.1.27 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.5 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 494e713975..120488bce1 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.1.5", + "version": "2.1.6", "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 8deb4d3197..f09fcefb60 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/divider +## 2.0.31 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-rsc-utils@2.0.13 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 98b874d0b3..831ce39548 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.0.30", + "version": "2.0.31", "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 48bda73c84..ffba77cdc3 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/dropdown +## 2.1.29 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/menu@2.0.28 + - @nextui-org/popover@2.1.27 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.28 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 6d2350c4a8..6646af4fe2 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.1.28", + "version": "2.1.29", "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 6d3f2cd153..f60a884c40 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/image +## 2.0.31 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-image@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 208c86a6a1..fa14169fc0 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.0.30", + "version": "2.0.31", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 68a6c8cd02..af48479bba 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/input +## 2.2.4 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.2.3 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index fc14333f57..fe75afdb35 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.2.3", + "version": "2.2.4", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index c927bc9c00..c851407ab1 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/kbd +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 98b57d5a60..b4d577bbaf 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.0.32", + "version": "2.0.33", "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 1478d7dd33..dfaa5c71f8 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/link +## 2.0.34 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-aria-link@2.0.19 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.33 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 9e212d7a50..4f64f7cf68 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.33", + "version": "2.0.34", "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 2d2bac874c..3b23dd3725 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/listbox +## 2.1.25 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/divider@2.0.31 + - @nextui-org/use-is-mobile@2.0.9 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.24 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index b216e6928e..a8e72fa915 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.1.24", + "version": "2.1.25", "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 ce6ae07f4f..5d1fe7ad03 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/menu +## 2.0.28 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/divider@2.0.31 + - @nextui-org/use-aria-menu@2.0.6 + - @nextui-org/use-is-mobile@2.0.9 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.27 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index ea777da3ad..0716890132 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.0.27", + "version": "2.0.28", "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 cfc1e18a10..8863494842 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/modal +## 2.0.39 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/use-aria-modal-overlay@2.0.11 + - @nextui-org/use-disclosure@2.0.10 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.38 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index cdc331ea47..fb0ed7acc1 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.38", + "version": "2.0.39", "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 a66b2fe26f..d4a2c36225 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/navbar +## 2.0.36 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-aria-toggle-button@2.0.10 + - @nextui-org/use-scroll-position@2.0.8 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.35 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index e6943288ac..278cd4ffdd 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.35", + "version": "2.0.36", "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 b570bc1ec4..d49485964b 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/pagination +## 2.0.35 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-pagination@2.0.9 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 1871281653..0bb8763d6a 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.34", + "version": "2.0.35", "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 102fb6732a..9aa2e52921 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/popover +## 2.1.27 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/button@2.0.37 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.26 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 1405155c27..6b9562fc65 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.1.26", + "version": "2.1.27", "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 cf3de7881b..dd4dd783eb 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/progress +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-is-mounted@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index c7f6107ea0..fa140ae04e 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.32", + "version": "2.0.33", "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 e4bbf71b39..66e5a5e887 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/radio +## 2.1.4 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.3 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index decdb2212f..c082632a30 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.1.3", + "version": "2.1.4", "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 70b50e83af..49608e3fc2 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/ripple +## 2.0.32 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 5844b4bfdf..e88d2a7373 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.0.31", + "version": "2.0.32", "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 d51a78e3c5..8a2afd24a8 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/scroll-shadow +## 2.1.19 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-data-scroll-overflow@2.1.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.1.18 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index c93a162778..1e48c9e08f 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.1.18", + "version": "2.1.19", "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 cc29fc6a80..20c31c0eb4 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,24 @@ # @nextui-org/select +## 2.2.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/listbox@2.1.25 + - @nextui-org/popover@2.1.27 + - @nextui-org/scroll-shadow@2.1.19 + - @nextui-org/spinner@2.0.33 + - @nextui-org/use-aria-button@2.0.10 + - @nextui-org/use-aria-multiselect@2.2.3 + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.2.4 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index f2931ed49f..da9f79efa3 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.2.4", + "version": "2.2.5", "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 70bccb387e..65a6a10944 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/skeleton +## 2.0.31 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.30 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index 216d867725..6ae26be5b2 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.0.30", + "version": "2.0.31", "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 1b83658f66..9298224c0b 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/slider +## 2.2.15 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/tooltip@2.0.39 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 7773d028b1..19f79fd806 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.2.14", + "version": "2.2.15", "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 579b07573d..753c9ee286 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/snippet +## 2.0.41 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/button@2.0.37 + - @nextui-org/tooltip@2.0.39 + - @nextui-org/use-clipboard@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.40 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 3c3a4dca61..af27496260 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.40", + "version": "2.0.41", "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 c66f84c111..e5cfd6fcdc 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spacer +## 2.0.32 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.31 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index b869655b07..a670ddfa28 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.0.31", + "version": "2.0.32", "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 560ea33c44..f2ee4218c8 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spinner +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 49d3c665e4..851f199900 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.0.32", + "version": "2.0.33", "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 b8f062aa69..23472ff8f8 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/switch +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 42b9d1adb3..f54cc00f6d 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.32", + "version": "2.0.33", "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 9a37e14f04..b6cef4e97e 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/table +## 2.0.39 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/checkbox@2.1.4 + - @nextui-org/spacer@2.0.32 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-icons@2.0.9 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.38 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 3991462c52..f8aeab3969 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.38", + "version": "2.0.39", "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 380cb31761..92b4777e18 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tabs +## 2.0.35 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-is-mounted@2.0.6 + - @nextui-org/use-update-effect@2.0.6 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.34 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 80d54be033..063a0d9ef9 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.34", + "version": "2.0.35", "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 b8bfa35fc7..3f1746db48 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/tooltip +## 2.0.39 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-safe-layout-effect@2.0.6 + - @nextui-org/aria-utils@2.0.24 + - @nextui-org/framer-utils@2.0.24 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.38 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index beebf02d32..69d31e13ae 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.38", + "version": "2.0.39", "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 3b31932465..1f894ae0df 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/user +## 2.0.33 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/avatar@2.0.32 + - @nextui-org/react-utils@2.0.16 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.32 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 04c0aa980a..4ccbf4ef02 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.32", + "version": "2.0.33", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index 8c2039bcff..9cb949e457 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,56 @@ # @nextui-org/react +## 2.4.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/accordion@2.0.38 + - @nextui-org/autocomplete@2.1.5 + - @nextui-org/avatar@2.0.32 + - @nextui-org/badge@2.0.31 + - @nextui-org/breadcrumbs@2.0.12 + - @nextui-org/button@2.0.37 + - @nextui-org/calendar@2.0.11 + - @nextui-org/card@2.0.33 + - @nextui-org/checkbox@2.1.4 + - @nextui-org/chip@2.0.32 + - @nextui-org/code@2.0.32 + - @nextui-org/date-input@2.1.3 + - @nextui-org/date-picker@2.1.6 + - @nextui-org/divider@2.0.31 + - @nextui-org/dropdown@2.1.29 + - @nextui-org/image@2.0.31 + - @nextui-org/input@2.2.4 + - @nextui-org/kbd@2.0.33 + - @nextui-org/link@2.0.34 + - @nextui-org/listbox@2.1.25 + - @nextui-org/menu@2.0.28 + - @nextui-org/modal@2.0.39 + - @nextui-org/navbar@2.0.36 + - @nextui-org/pagination@2.0.35 + - @nextui-org/popover@2.1.27 + - @nextui-org/progress@2.0.33 + - @nextui-org/radio@2.1.4 + - @nextui-org/ripple@2.0.32 + - @nextui-org/scroll-shadow@2.1.19 + - @nextui-org/select@2.2.5 + - @nextui-org/skeleton@2.0.31 + - @nextui-org/slider@2.2.15 + - @nextui-org/snippet@2.0.41 + - @nextui-org/spacer@2.0.32 + - @nextui-org/spinner@2.0.33 + - @nextui-org/switch@2.0.33 + - @nextui-org/table@2.0.39 + - @nextui-org/tabs@2.0.35 + - @nextui-org/tooltip@2.0.39 + - @nextui-org/user@2.0.33 + - @nextui-org/system@2.2.5 + - @nextui-org/theme@2.2.9 + - @nextui-org/framer-utils@2.0.24 + ## 2.4.5 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 234641e3af..4b4588dc6a 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.4.5", + "version": "2.4.6", "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 475613917e..e9a8d70e63 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/system-rsc +## 2.1.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.1.4 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 99e16bf8a2..e374e48887 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.1.4", + "version": "2.1.5", "description": "NextUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 8395c8e419..f8d038a2fb 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/system +## 2.2.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system-rsc@2.1.5 + - @nextui-org/react-utils@2.0.16 + ## 2.2.4 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index c64bda7995..ee6c179782 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.2.4", + "version": "2.2.5", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 6cf805a45c..77c2d78d40 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 2.2.9 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.2.8 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 1adcd6a51f..a12bb7a102 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.2.8", + "version": "2.2.9", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index 94f2f23728..3c828c14b2 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.0.10 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.9 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index dcd15b8c6c..abb6f00021 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.9", + "version": "2.0.10", "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 0bc1726c85..635ea307bf 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.0.7 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.6 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 43ef778c23..8756a04cd5 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.0.6", + "version": "2.0.7", "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 dfd8045e1a..b2ee84f050 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.0.10 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.9 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 4dd261313b..83e80861d2 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.9", + "version": "2.0.10", "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 edfd7dae20..f2c1a53382 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.0.19 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.18 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 10cc820338..031086cf40 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.0.18", + "version": "2.0.19", "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 95da2a91ae..a3c721f607 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.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-aria-menu/package.json b/packages/hooks/use-aria-menu/package.json index 76d1c16b4a..8e00e15b4f 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.0.5", + "version": "2.0.6", "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 e3edda6de1..4ace140c15 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.0.11 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.10 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 4b248e47d3..2e0b9d0332 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.10", + "version": "2.0.11", "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 063fd6709c..ce5d8bf426 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.2.3 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.2.2 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index f3f3c1a466..7c2ab6ea13 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.2.2", + "version": "2.2.3", "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 8733f0dabf..45e3120ab5 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.10 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-aria-button@2.0.10 + ## 2.0.9 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index bf1c256338..7319e031fe 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.9", + "version": "2.0.10", "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 b3a3b0f933..f43cddb12c 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.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-safe-layout-effect@2.0.6 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index b494fc9b1f..842bd36175 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.5", + "version": "2.0.6", "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 02d4ac2b91..fd9c00d156 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-clipboard +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index b7587f38dc..c7191bdb0f 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.5", + "version": "2.0.6", "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 2a51eb1f5e..ca2f66582f 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-data-scroll-overflow +## 2.1.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/shared-utils@2.0.7 + ## 2.1.5 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 53de35a872..68d54c041d 100644 --- a/packages/hooks/use-data-scroll-overflow/package.json +++ b/packages/hooks/use-data-scroll-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-data-scroll-overflow", - "version": "2.1.5", + "version": "2.1.6", "description": "A hook to add data attributes when the element has top or bottom scroll.", "keywords": [ "use-data-scroll-overflow" diff --git a/packages/hooks/use-disclosure/CHANGELOG.md b/packages/hooks/use-disclosure/CHANGELOG.md index 9b8661a6e8..0cd5cbeb3b 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.10 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-callback-ref@2.0.6 + ## 2.0.9 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 289bf3528b..ff32061bc5 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.9", + "version": "2.0.10", "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 952c1e0953..adcfb77443 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.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/use-safe-layout-effect@2.0.6 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 0a03813994..6e507b4750 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.5", + "version": "2.0.6", "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 1c6d980348..fd7e04280f 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-infinite-scroll +## 2.1.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.1.4 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index c457c1b9fc..15fe2c719f 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-infinite-scroll", - "version": "2.1.4", + "version": "2.1.5", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 0c9c3c5889..63a5d4ea24 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.0.5 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.4 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 3b4240df92..82be17fa3c 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.0.4", + "version": "2.0.5", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index 357966bd76..0f62191f0d 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.0.9 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.8 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 7d261ea447..dda4ca54a4 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.8", + "version": "2.0.9", "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 4db6bd9549..3d516ca9d0 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-is-mounted +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 1d47708bd9..7efa650bdf 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.5", + "version": "2.0.6", "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 e5e7e1d3cd..a28118b9c3 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-real-shape +## 2.0.2 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 7396063a27..9c683ed699 100644 --- a/packages/hooks/use-measure/package.json +++ b/packages/hooks/use-measure/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-measure", - "version": "2.0.1", + "version": "2.0.2", "description": "Hook that measure and track a element dimensions", "keywords": [ "use-measure" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index b91a403a5c..4da730fa18 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.9 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/shared-utils@2.0.7 + ## 2.0.8 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 9dd72e9e1b..d9b0b1e222 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.8", + "version": "2.0.9", "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 d2394e8652..f747b117cd 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.16 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-utils@2.0.16 + ## 2.0.15 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 1bb39f4f68..6f837f6f51 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.15", + "version": "2.0.16", "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 af8a1a470e..009976008b 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ref-state +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 65bd70995d..f7e0cb0ec2 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.5", + "version": "2.0.6", "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 0d96904eb8..86ee7a431d 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-resize +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 02c771bb4e..a900317857 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.5", + "version": "2.0.6", "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 7489d0b740..2ab535c965 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-safe-layout-effect +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 73964ccf71..6eff87af8b 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.5", + "version": "2.0.6", "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 f2cfb49226..8dd6d573a3 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-scroll-position +## 2.0.8 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.7 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index 23e4cea404..eca2afff87 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.7", + "version": "2.0.8", "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 416f2fd67b..3eb0aeefa2 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ssr +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 0929ea97a8..91c8f206d5 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.5", + "version": "2.0.6", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index ddfa2989cd..623c057101 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-update-effect +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 9f92c7d6ab..050016f113 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.5", + "version": "2.0.6", "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 c7556ed359..c5cc6e367e 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/aria-utils +## 2.0.24 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system@2.2.5 + - @nextui-org/react-rsc-utils@2.0.13 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.23 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 20a5d2e292..e7f5e3ccd6 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.23", + "version": "2.0.24", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index db548166ef..919bc2716c 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/framer-utils +## 2.0.24 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/system@2.2.5 + - @nextui-org/use-measure@2.0.2 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.23 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 8b66da3e07..0ec23aa341 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-utils", - "version": "2.0.23", + "version": "2.0.24", "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 3d5ae7fb32..09da0b32fe 100644 --- a/packages/utilities/react-rsc-utils/CHANGELOG.md +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/react-rsc-utils +## 2.0.13 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.12 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index f0f4d69c8d..e398b71248 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.12", + "version": "2.0.13", "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 c7b7558f60..b385dfb946 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/react-utils +## 2.0.16 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + +- Updated dependencies [[`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34)]: + - @nextui-org/react-rsc-utils@2.0.13 + - @nextui-org/shared-utils@2.0.7 + ## 2.0.15 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 485d7c4002..ff7e9408a4 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.15", + "version": "2.0.16", "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 64750ef0f5..728f78c25b 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-icons +## 2.0.9 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.8 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 3647c74732..6cbeb9a8a7 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.8", + "version": "2.0.9", "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 f379db5758..90d5590277 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-utils +## 2.0.7 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.6 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 89c4e1224c..4b8f046688 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.6", + "version": "2.0.7", "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 e74280ce78..47d56c2f7b 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/stories-utils +## 2.0.3 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.2 ### Patch Changes diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index 648b412830..462fa5b9df 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.0.2", + "version": "2.0.3", "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 f5f6aa12aa..756816fc4c 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/test-utils +## 2.0.6 + +### Patch Changes + +- [#3512](https://github.com/nextui-org/nextui/pull/3512) [`2d2d300a1`](https://github.com/nextui-org/nextui/commit/2d2d300a12dbe20ca7ebd125daf3dce74efcbf34) Thanks [@wingkwong](https://github.com/wingkwong)! - fix conflicting versions in npm + ## 2.0.5 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index fd83741aa1..f2c15a9c2b 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.5", + "version": "2.0.6", "description": "A set of utilities for react testing", "keywords": [ "test-utils"