From 5a4a60be65ea2952cb7876519c69498126692743 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:21:01 -0300 Subject: [PATCH] ci(changesets): version packages (#1860) Co-authored-by: Junior Garcia --- .changeset/silver-spoons-remain.md | 77 ------------------- packages/components/accordion/CHANGELOG.md | 18 +++++ packages/components/accordion/package.json | 8 +- packages/components/autocomplete/CHANGELOG.md | 22 ++++++ packages/components/autocomplete/package.json | 10 +-- packages/components/avatar/CHANGELOG.md | 13 ++++ packages/components/avatar/package.json | 6 +- packages/components/badge/CHANGELOG.md | 12 +++ packages/components/badge/package.json | 6 +- packages/components/breadcrumbs/CHANGELOG.md | 14 ++++ packages/components/breadcrumbs/package.json | 8 +- packages/components/button/CHANGELOG.md | 15 ++++ packages/components/button/package.json | 8 +- packages/components/card/CHANGELOG.md | 14 ++++ packages/components/card/package.json | 8 +- packages/components/checkbox/CHANGELOG.md | 13 ++++ packages/components/checkbox/package.json | 8 +- packages/components/chip/CHANGELOG.md | 14 ++++ packages/components/chip/package.json | 8 +- packages/components/code/CHANGELOG.md | 12 +++ packages/components/code/package.json | 6 +- packages/components/divider/CHANGELOG.md | 12 +++ packages/components/divider/package.json | 6 +- packages/components/dropdown/CHANGELOG.md | 14 ++++ packages/components/dropdown/package.json | 8 +- packages/components/image/CHANGELOG.md | 13 ++++ packages/components/image/package.json | 8 +- packages/components/input/CHANGELOG.md | 13 ++++ packages/components/input/package.json | 8 +- packages/components/kbd/CHANGELOG.md | 12 +++ packages/components/kbd/package.json | 6 +- packages/components/link/CHANGELOG.md | 14 ++++ packages/components/link/package.json | 8 +- packages/components/listbox/CHANGELOG.md | 16 ++++ packages/components/listbox/package.json | 8 +- packages/components/menu/CHANGELOG.md | 16 ++++ packages/components/menu/package.json | 8 +- packages/components/modal/CHANGELOG.md | 17 ++++ packages/components/modal/package.json | 8 +- packages/components/navbar/CHANGELOG.md | 15 ++++ packages/components/navbar/package.json | 8 +- packages/components/pagination/CHANGELOG.md | 15 ++++ packages/components/pagination/package.json | 8 +- packages/components/popover/CHANGELOG.md | 16 ++++ packages/components/popover/package.json | 8 +- packages/components/progress/CHANGELOG.md | 13 ++++ packages/components/progress/package.json | 8 +- packages/components/radio/CHANGELOG.md | 13 ++++ packages/components/radio/package.json | 8 +- packages/components/ripple/CHANGELOG.md | 12 +++ packages/components/ripple/package.json | 8 +- .../components/scroll-shadow/CHANGELOG.md | 13 ++++ .../components/scroll-shadow/package.json | 8 +- packages/components/select/CHANGELOG.md | 20 +++++ packages/components/select/package.json | 8 +- packages/components/skeleton/CHANGELOG.md | 12 +++ packages/components/skeleton/package.json | 6 +- packages/components/slider/CHANGELOG.md | 15 ++++ packages/components/slider/package.json | 8 +- packages/components/snippet/CHANGELOG.md | 16 ++++ packages/components/snippet/package.json | 8 +- packages/components/spacer/CHANGELOG.md | 12 +++ packages/components/spacer/package.json | 6 +- packages/components/spinner/CHANGELOG.md | 12 +++ packages/components/spinner/package.json | 6 +- packages/components/switch/CHANGELOG.md | 13 ++++ packages/components/switch/package.json | 8 +- packages/components/table/CHANGELOG.md | 15 ++++ packages/components/table/package.json | 8 +- packages/components/tabs/CHANGELOG.md | 16 ++++ packages/components/tabs/package.json | 8 +- packages/components/tooltip/CHANGELOG.md | 14 ++++ packages/components/tooltip/package.json | 8 +- packages/components/user/CHANGELOG.md | 13 ++++ packages/components/user/package.json | 8 +- packages/core/react/CHANGELOG.md | 49 ++++++++++++ packages/core/react/package.json | 2 +- packages/core/system-rsc/CHANGELOG.md | 9 +++ packages/core/system-rsc/package.json | 4 +- packages/core/system/CHANGELOG.md | 9 +++ packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 6 ++ packages/core/theme/package.json | 2 +- .../use-aria-accordion-item/CHANGELOG.md | 6 ++ .../use-aria-accordion-item/package.json | 2 +- .../hooks/use-aria-accordion/CHANGELOG.md | 6 ++ .../hooks/use-aria-accordion/package.json | 2 +- packages/hooks/use-aria-button/CHANGELOG.md | 9 +++ packages/hooks/use-aria-button/package.json | 2 +- packages/hooks/use-aria-link/CHANGELOG.md | 9 +++ packages/hooks/use-aria-link/package.json | 2 +- .../hooks/use-aria-modal-overlay/CHANGELOG.md | 6 ++ .../hooks/use-aria-modal-overlay/package.json | 2 +- .../hooks/use-aria-multiselect/CHANGELOG.md | 6 ++ .../hooks/use-aria-multiselect/package.json | 2 +- packages/hooks/use-aria-press/CHANGELOG.md | 7 ++ packages/hooks/use-aria-press/package.json | 2 +- .../hooks/use-aria-toggle-button/CHANGELOG.md | 9 +++ .../hooks/use-aria-toggle-button/package.json | 2 +- packages/hooks/use-callback-ref/CHANGELOG.md | 9 +++ packages/hooks/use-callback-ref/package.json | 2 +- packages/hooks/use-clipboard/CHANGELOG.md | 6 ++ packages/hooks/use-clipboard/package.json | 2 +- .../use-data-scroll-overflow/CHANGELOG.md | 9 +++ .../use-data-scroll-overflow/package.json | 2 +- packages/hooks/use-disclosure/CHANGELOG.md | 9 +++ packages/hooks/use-disclosure/package.json | 2 +- packages/hooks/use-image/CHANGELOG.md | 9 +++ packages/hooks/use-image/package.json | 2 +- .../hooks/use-infinite-scroll/CHANGELOG.md | 6 ++ .../hooks/use-infinite-scroll/package.json | 2 +- packages/hooks/use-is-mobile/CHANGELOG.md | 6 ++ packages/hooks/use-is-mobile/package.json | 2 +- packages/hooks/use-is-mounted/CHANGELOG.md | 6 ++ packages/hooks/use-is-mounted/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 9 +++ packages/hooks/use-pagination/package.json | 2 +- packages/hooks/use-real-shape/CHANGELOG.md | 9 +++ packages/hooks/use-real-shape/package.json | 2 +- packages/hooks/use-ref-state/CHANGELOG.md | 6 ++ packages/hooks/use-ref-state/package.json | 2 +- packages/hooks/use-resize/CHANGELOG.md | 6 ++ packages/hooks/use-resize/package.json | 2 +- .../hooks/use-safe-layout-effect/CHANGELOG.md | 6 ++ .../hooks/use-safe-layout-effect/package.json | 2 +- .../hooks/use-scroll-position/CHANGELOG.md | 6 ++ .../hooks/use-scroll-position/package.json | 2 +- packages/hooks/use-ssr/CHANGELOG.md | 6 ++ packages/hooks/use-ssr/package.json | 2 +- packages/hooks/use-update-effect/CHANGELOG.md | 6 ++ packages/hooks/use-update-effect/package.json | 2 +- packages/utilities/aria-utils/CHANGELOG.md | 11 +++ packages/utilities/aria-utils/package.json | 2 +- .../utilities/framer-transitions/CHANGELOG.md | 10 +++ .../utilities/framer-transitions/package.json | 2 +- .../utilities/react-rsc-utils/CHANGELOG.md | 6 ++ .../utilities/react-rsc-utils/package.json | 2 +- packages/utilities/react-utils/CHANGELOG.md | 10 +++ packages/utilities/react-utils/package.json | 2 +- packages/utilities/shared-icons/CHANGELOG.md | 6 ++ packages/utilities/shared-icons/package.json | 2 +- packages/utilities/shared-utils/CHANGELOG.md | 6 ++ packages/utilities/shared-utils/package.json | 2 +- packages/utilities/stories-utils/CHANGELOG.md | 7 ++ packages/utilities/stories-utils/package.json | 2 +- packages/utilities/test-utils/CHANGELOG.md | 6 ++ packages/utilities/test-utils/package.json | 2 +- 147 files changed, 1014 insertions(+), 255 deletions(-) delete mode 100644 .changeset/silver-spoons-remain.md create mode 100644 packages/components/autocomplete/CHANGELOG.md create mode 100644 packages/components/breadcrumbs/CHANGELOG.md create mode 100644 packages/components/slider/CHANGELOG.md create mode 100644 packages/hooks/use-aria-press/CHANGELOG.md create mode 100644 packages/utilities/stories-utils/CHANGELOG.md diff --git a/.changeset/silver-spoons-remain.md b/.changeset/silver-spoons-remain.md deleted file mode 100644 index 2fd652bac9..0000000000 --- a/.changeset/silver-spoons-remain.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -"@nextui-org/react": minor -"@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/card": patch -"@nextui-org/checkbox": patch -"@nextui-org/chip": patch -"@nextui-org/code": patch -"@nextui-org/divider": patch -"@nextui-org/dropdown": patch -"@nextui-org/image": patch -"@nextui-org/input": patch -"@nextui-org/kbd": patch -"@nextui-org/link": patch -"@nextui-org/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/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-modal-overlay": patch -"@nextui-org/use-aria-multiselect": patch -"@nextui-org/use-aria-press": 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-is-mobile": patch -"@nextui-org/use-is-mounted": patch -"@nextui-org/use-pagination": patch -"@nextui-org/use-real-shape": patch -"@nextui-org/use-ref-state": patch -"@nextui-org/use-resize": patch -"@nextui-org/use-safe-layout-effect": patch -"@nextui-org/use-scroll-position": patch -"@nextui-org/use-ssr": patch -"@nextui-org/use-update-effect": patch -"@nextui-org/aria-utils": patch -"@nextui-org/framer-transitions": patch -"@nextui-org/react-rsc-utils": patch -"@nextui-org/react-utils": patch -"@nextui-org/shared-icons": patch -"@nextui-org/shared-utils": patch -"@nextui-org/stories-utils": patch -"@nextui-org/test-utils": patch ---- - -New version v2.2.0 diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 7d25078b9e..4466b57902 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,23 @@ # @nextui-org/accordion +## 2.0.24 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/divider@2.0.21 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-accordion@2.0.2 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.23 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 8dbc17a118..3ec817823b 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "2.0.23", + "version": "2.0.24", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", @@ -42,9 +42,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md new file mode 100644 index 0000000000..c6d2c3f4ee --- /dev/null +++ b/packages/components/autocomplete/CHANGELOG.md @@ -0,0 +1,22 @@ +# @nextui-org/autocomplete + +## 2.0.1 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/button@2.0.22 + - @nextui-org/input@2.1.10 + - @nextui-org/listbox@2.1.11 + - @nextui-org/popover@2.1.10 + - @nextui-org/scroll-shadow@2.1.10 + - @nextui-org/spinner@2.0.20 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 7f9d6a571f..4792771b2e 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/autocomplete", - "version": "2.0.0", + "version": "2.0.1", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", @@ -62,7 +62,7 @@ "@react-types/combobox": "^3.8.1", "@react-types/shared": "^3.21.0" }, - "devDependencies": { + "devDependencies": { "@nextui-org/theme": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/avatar": "workspace:*", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index f859b4375e..6e12e9571c 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/avatar +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-image@2.0.4 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 22e6963a7f..bfe4bc482b 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "2.0.21", + "version": "2.0.22", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 08672e66e5..0b44a3a162 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/badge +## 2.0.20 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.19 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index e1d1f8296f..e534dc0290 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "2.0.19", + "version": "2.0.20", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md new file mode 100644 index 0000000000..420128b7ac --- /dev/null +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -0,0 +1,14 @@ +# @nextui-org/breadcrumbs + +## 2.0.1 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index afd046af76..71e6c113d7 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/breadcrumbs", - "version": "2.0.0", + "version": "2.0.1", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/react-utils": "workspace:*", diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 8f1c986428..a878091989 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/button +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/ripple@2.0.22 + - @nextui-org/spinner@2.0.20 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index b5a6f1d454..4d3f4d2182 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "2.0.21", + "version": "2.0.22", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 0b4c1c7166..fc326de632 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/card +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/ripple@2.0.22 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 886787f03e..d2b19129de 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "2.0.21", + "version": "2.0.22", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index b444b857ac..39563c5942 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/checkbox +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 14951b018a..bdfdfc1831 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "2.0.22", + "version": "2.0.23", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index db989fceb4..dde6cc7589 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/chip +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 45154a0c99..8242c7f954 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "2.0.21", + "version": "2.0.22", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-icons": "workspace:*", diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 096abc70d3..dfb75b928c 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/code +## 2.0.20 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.19 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 0b1bf6d9cb..c5a802022c 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "2.0.19", + "version": "2.0.20", "description": "Code is a component used to display inline code.", "keywords": [ "code" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 2c91f41176..55c0aa1404 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/divider +## 2.0.21 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-rsc-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.20 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index 9b4eeb8b88..6672ec996e 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/divider", - "version": "2.0.20", + "version": "2.0.21", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index a172c515d8..317af6d232 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/dropdown +## 2.1.11 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/menu@2.0.12 + - @nextui-org/popover@2.1.10 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.10 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 35fbc0afba..b2b96759f6 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dropdown", - "version": "2.1.10", + "version": "2.1.11", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/menu": "workspace:*", diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index f8f7c94882..55b03712f5 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/image +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-image@2.0.4 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 9bf8f69baf..243a155ad4 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/image", - "version": "2.0.21", + "version": "2.0.22", "description": "A simple image component", "keywords": [ "image" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index f1069fc7d9..f6a05d87b4 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/input +## 2.1.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.9 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 844be8b4d3..e0afb2271d 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/input", - "version": "2.1.9", + "version": "2.1.10", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/react-utils": "workspace:*", diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 16b106fef6..bfd81c3d34 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/kbd +## 2.0.21 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.20 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index f509c10854..5660ae6340 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/kbd", - "version": "2.0.20", + "version": "2.0.21", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 324a5492e4..764a4670dd 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/link +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-link@2.0.15 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 3d37efc716..b63c39fa82 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "2.0.22", + "version": "2.0.23", "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" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index 11612a6d8e..2beaacd76e 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/listbox +## 2.1.11 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/divider@2.0.21 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/use-is-mobile@2.0.6 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.10 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index d14acdcad8..c6538caa99 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/listbox", - "version": "2.1.10", + "version": "2.1.11", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/react-utils": "workspace:*", diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index b6f062420b..2d8690f880 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/menu +## 2.0.12 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/divider@2.0.21 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/use-is-mobile@2.0.6 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.11 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 2484029abc..387d07afff 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/menu", - "version": "2.0.11", + "version": "2.0.12", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/divider": "workspace:*", diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index a4b59ce8a6..0fe2403bc7 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @nextui-org/modal +## 2.0.24 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/use-aria-modal-overlay@2.0.6 + - @nextui-org/use-disclosure@2.0.6 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.23 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 908627764c..3df08d8035 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/modal", - "version": "2.0.23", + "version": "2.0.24", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/use-disclosure": "workspace:*", diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index b27603bfd5..64777be2ab 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/navbar +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-toggle-button@2.0.6 + - @nextui-org/use-scroll-position@2.0.4 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index ff3b9035cf..3f09f5475f 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/navbar", - "version": "2.0.22", + "version": "2.0.23", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 8a332241fc..5b037e7ec3 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/pagination +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/use-pagination@2.0.4 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index d3fa6edb2b..11983bcde7 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "2.0.22", + "version": "2.0.23", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 43ac64f572..c032f74868 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/popover +## 2.1.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/button@2.0.22 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.9 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index a6ff58cc98..17607bdbef 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/popover", - "version": "2.1.9", + "version": "2.1.10", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index d8dc8d59ee..a94e47e99a 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/progress +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-is-mounted@2.0.4 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index bbd789494f..78a6b678b5 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "2.0.21", + "version": "2.0.22", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index be728d2661..aab1af4f7b 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/radio +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 589a689214..748f4838b4 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "2.0.22", + "version": "2.0.23", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index a7374dc19b..3b1e539535 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/ripple +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 3d9bf02e30..3430f6ff59 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/ripple", - "version": "2.0.21", + "version": "2.0.22", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index c7bb8583e5..7fac7bdd26 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/scroll-shadow +## 2.1.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-data-scroll-overflow@2.1.2 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.9 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index bbf10a8d59..f8a1f9f20c 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.9", + "version": "2.1.10", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 469aa1ff16..3f727363fd 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,25 @@ # @nextui-org/select +## 2.1.12 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/listbox@2.1.11 + - @nextui-org/popover@2.1.10 + - @nextui-org/scroll-shadow@2.1.10 + - @nextui-org/spinner@2.0.20 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-button@2.0.6 + - @nextui-org/use-aria-multiselect@2.1.3 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.1.11 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 6a881b8fbc..c5fe21e3cf 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/select", - "version": "2.1.11", + "version": "2.1.12", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index a8492f2f6b..2b9b3ac5a6 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/skeleton +## 2.0.20 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.19 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index c16a2e526b..5a1f4d7e1b 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/skeleton", - "version": "2.0.19", + "version": "2.0.20", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md new file mode 100644 index 0000000000..25e668cbd6 --- /dev/null +++ b/packages/components/slider/CHANGELOG.md @@ -0,0 +1,15 @@ +# @nextui-org/slider + +## 2.2.1 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/tooltip@2.0.25 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index 735b7035ea..242f12101d 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/slider", - "version": "2.2.0", + "version": "2.2.1", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index 765a4c18e3..a06a934bb2 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/snippet +## 2.0.26 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/button@2.0.22 + - @nextui-org/tooltip@2.0.25 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-clipboard@2.0.4 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.25 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 650c8b4152..f8b89252ed 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "2.0.25", + "version": "2.0.26", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/button": "workspace:*", diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index 7b0c21dede..e794def734 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/spacer +## 2.0.20 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.19 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index b9567d1d25..9ebad2a7da 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spacer", - "version": "2.0.19", + "version": "2.0.20", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" @@ -35,8 +35,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 99eebab7ad..0241e17dc8 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/spinner +## 2.0.20 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.19 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index c179779679..56f26924bf 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "2.0.19", + "version": "2.0.20", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", @@ -37,8 +37,8 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index bd2a64c53a..578ac2a98b 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/switch +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-aria-press@2.0.1 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index e048567efb..b47b248f95 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "2.0.21", + "version": "2.0.22", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 7721a40e4f..55cccf0f18 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,20 @@ # @nextui-org/table +## 2.0.24 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/checkbox@2.0.23 + - @nextui-org/spacer@2.0.20 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-icons@2.0.5 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.23 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index 98308b691e..ddd791d73f 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/table", - "version": "2.0.23", + "version": "2.0.24", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/checkbox": "workspace:*", diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index a88e3e09bf..657af086b4 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,21 @@ # @nextui-org/tabs +## 2.0.22 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/use-is-mounted@2.0.4 + - @nextui-org/use-update-effect@2.0.4 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.21 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index db97d77664..7d4765130d 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tabs", - "version": "2.0.21", + "version": "2.0.22", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index 50fedf076a..d821314f89 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 2.0.25 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/aria-utils@2.0.11 + - @nextui-org/framer-transitions@2.0.11 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.24 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index dc1ace6cc5..aa238ad86c 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "2.0.24", + "version": "2.0.25", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" @@ -36,9 +36,9 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "framer-motion": ">=4.0.0", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "framer-motion": ">=4.0.0", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index b6a465cc24..2097741743 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/user +## 2.0.23 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/avatar@2.0.22 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + - @nextui-org/react-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.22 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 3f73d948da..ab928dbc15 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "2.0.22", + "version": "2.0.23", "description": "Flexible User Profile Component.", "keywords": [ "user" @@ -35,9 +35,9 @@ }, "peerDependencies": { "react": ">=18", - "react-dom": ">=18", - "@nextui-org/theme": ">=2.0.0", - "@nextui-org/system": ">=2.0.0" + "react-dom": ">=18", + "@nextui-org/theme": ">=2.1.10", + "@nextui-org/system": ">=2.0.11" }, "dependencies": { "@nextui-org/avatar": "workspace:*", diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index e263ea0f43..cdc3bd8454 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,54 @@ # @nextui-org/react +## 2.2.0 + +### Minor Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +### Patch Changes + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/accordion@2.0.24 + - @nextui-org/autocomplete@2.0.1 + - @nextui-org/avatar@2.0.22 + - @nextui-org/badge@2.0.20 + - @nextui-org/breadcrumbs@2.0.1 + - @nextui-org/button@2.0.22 + - @nextui-org/card@2.0.22 + - @nextui-org/checkbox@2.0.23 + - @nextui-org/chip@2.0.22 + - @nextui-org/code@2.0.20 + - @nextui-org/divider@2.0.21 + - @nextui-org/dropdown@2.1.11 + - @nextui-org/image@2.0.22 + - @nextui-org/input@2.1.10 + - @nextui-org/kbd@2.0.21 + - @nextui-org/link@2.0.23 + - @nextui-org/listbox@2.1.11 + - @nextui-org/menu@2.0.12 + - @nextui-org/modal@2.0.24 + - @nextui-org/navbar@2.0.23 + - @nextui-org/pagination@2.0.23 + - @nextui-org/popover@2.1.10 + - @nextui-org/progress@2.0.22 + - @nextui-org/radio@2.0.23 + - @nextui-org/ripple@2.0.22 + - @nextui-org/scroll-shadow@2.1.10 + - @nextui-org/select@2.1.12 + - @nextui-org/skeleton@2.0.20 + - @nextui-org/slider@2.2.1 + - @nextui-org/snippet@2.0.26 + - @nextui-org/spacer@2.0.20 + - @nextui-org/spinner@2.0.20 + - @nextui-org/switch@2.0.22 + - @nextui-org/table@2.0.24 + - @nextui-org/tabs@2.0.22 + - @nextui-org/tooltip@2.0.25 + - @nextui-org/user@2.0.23 + - @nextui-org/system@2.0.11 + - @nextui-org/theme@2.1.10 + ## 2.1.13 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 9aa9f90f43..99e511ec2a 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "2.1.13", + "version": "2.2.0", "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 115a2f6514..8f5b7c46ec 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/system-rsc +## 2.0.7 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/theme@2.1.10 + ## 2.0.6 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 3d45be2788..3f9d83a714 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system-rsc", - "version": "2.0.6", + "version": "2.0.7", "description": "NextUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" @@ -35,7 +35,7 @@ }, "peerDependencies": { "react": ">=18", - "@nextui-org/theme": ">=2.0.0", + "@nextui-org/theme": ">=2.1.10", "tailwind-variants": ">=0.1.13" }, "devDependencies": { diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 7ee39ab199..c09151e268 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/system +## 2.0.11 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system-rsc@2.0.7 + ## 2.0.10 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index d8f4b9b4fe..59cc9a3e52 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "2.0.10", + "version": "2.0.11", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 002da5d89b..bcf058ebc0 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 2.1.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.1.9 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 38c6c749d9..68ca401311 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "2.1.9", + "version": "2.1.10", "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 293029d68e..e43a8e95c7 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.7 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.6 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 51c60d66c0..6b7fd241de 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.6", + "version": "2.0.7", "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 c96f952ddc..07605ec29c 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.2 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 61d56775bd..2eb0e78382 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.1", + "version": "2.0.2", "description": "React-aria useAccordion hooks with custom implementations", "keywords": [ "use-aria-accordion" diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index 126dfb737c..5619701adf 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-aria-button +## 2.0.6 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-aria-press@2.0.1 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 7d40cb4b81..b667a967c5 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.5", + "version": "2.0.6", "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 0d3634c7eb..2eed9b244e 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/use-aria-link +## 2.0.15 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-aria-press@2.0.1 + ## 2.0.14 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 305e67d144..8830d24859 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.14", + "version": "2.0.15", "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-modal-overlay/CHANGELOG.md b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md index 830c5976f1..770f514ead 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.6 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index e1ca12a7f3..df1ed033af 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.5", + "version": "2.0.6", "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 21dfceaf89..08fdc45786 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.1.3 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.1.2 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 19ee040276..174ac95df9 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.1.2", + "version": "2.1.3", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" diff --git a/packages/hooks/use-aria-press/CHANGELOG.md b/packages/hooks/use-aria-press/CHANGELOG.md new file mode 100644 index 0000000000..c93e24f95c --- /dev/null +++ b/packages/hooks/use-aria-press/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nextui-org/use-aria-press + +## 2.0.1 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 diff --git a/packages/hooks/use-aria-press/package.json b/packages/hooks/use-aria-press/package.json index 8d7cdc9bb7..022784f857 100644 --- a/packages/hooks/use-aria-press/package.json +++ b/packages/hooks/use-aria-press/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-aria-press", - "version": "2.0.0", + "version": "2.0.1", "description": "Handles press interactions across mouse, touch, keyboard, and screen readers.", "keywords": [ "use-aria-press" diff --git a/packages/hooks/use-aria-toggle-button/CHANGELOG.md b/packages/hooks/use-aria-toggle-button/CHANGELOG.md index 06f0d2a99d..84fac463e9 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.6 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-aria-button@2.0.6 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-aria-toggle-button/package.json b/packages/hooks/use-aria-toggle-button/package.json index 0912e05bb4..f7625e8ca9 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.5", + "version": "2.0.6", "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 95f9b2b3aa..3b72e1aad8 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-safe-layout-effect@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 246aeb50b3..e4487822bf 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.3", + "version": "2.0.4", "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 3b21151866..5501977670 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 1675846a15..a85c984a52 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.3", + "version": "2.0.4", "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 4a88609949..409e6fe586 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.2 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/shared-utils@2.0.4 + ## 2.1.1 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 4253bf5cf1..c303688590 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.1", + "version": "2.1.2", "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 d7c9524d88..5dc6a14cf1 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.6 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-callback-ref@2.0.4 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index f8ec76451a..8ba8c0e914 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.5", + "version": "2.0.6", "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 15c97518e0..e9dd7781ea 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/use-safe-layout-effect@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 3aa9151e3d..54d8a5a5ec 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.3", + "version": "2.0.4", "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 23999bdb6e..f157a4c733 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.2 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index 3267b87819..9136eed3cb 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.1", + "version": "2.1.2", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index e7fbfe31c7..c1c36aadc7 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.6 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index a89a46a098..3e3c9fe0b9 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.5", + "version": "2.0.6", "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 8d9c104375..0237519d63 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index e9aac27289..cc1021b57c 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.3", + "version": "2.0.4", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index efa3673f55..2a686cac8b 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/shared-utils@2.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index 66c9d6dc17..5fe7a3c5bd 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.3", + "version": "2.0.4", "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 cdfaf8eab8..a59bbb34c3 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.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/react-utils@2.0.10 + ## 2.0.9 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 244c82fef8..88ab529a55 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.9", + "version": "2.0.10", "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 61eddd9d54..85b07731fa 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 6db124b8c2..c8fff2a8b5 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.3", + "version": "2.0.4", "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 0747c92a44..3a844184a4 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 71eb29b058..1f1439d016 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.3", + "version": "2.0.4", "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 faaf1c6a05..713131bb3c 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 9755a4b103..c5c4c2e84c 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.3", + "version": "2.0.4", "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 aed1a606c4..8f65c033ca 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index eb76aa1a71..4a0523ac04 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.3", + "version": "2.0.4", "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 f964a8ff27..d5b35006d9 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index ee3719cc3e..54f0658353 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.3", + "version": "2.0.4", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index df4b1d5f12..96a150374d 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index cb47534758..b944ddaabe 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.3", + "version": "2.0.4", "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 429f8778a8..361f75b0d0 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.11 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/react-rsc-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.10 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 25b1f44f81..2654f8a92c 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.10", + "version": "2.0.11", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/framer-transitions/CHANGELOG.md b/packages/utilities/framer-transitions/CHANGELOG.md index 37b2b5de70..c61e061d7c 100644 --- a/packages/utilities/framer-transitions/CHANGELOG.md +++ b/packages/utilities/framer-transitions/CHANGELOG.md @@ -1,5 +1,15 @@ # @nextui-org/framer-transitions +## 2.0.11 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/system@2.0.11 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.10 ### Patch Changes diff --git a/packages/utilities/framer-transitions/package.json b/packages/utilities/framer-transitions/package.json index d4ef4df85e..937ab8fe53 100644 --- a/packages/utilities/framer-transitions/package.json +++ b/packages/utilities/framer-transitions/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-transitions", - "version": "2.0.10", + "version": "2.0.11", "description": "A set of framer motion transitions for react", "keywords": [ "framer-transitions" diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md index 72d8ef2417..c08337ccf8 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.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.9 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index 39d3412e11..28955ae5ee 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.9", + "version": "2.0.10", "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 6130c7177b..147687eb07 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.10 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + +- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]: + - @nextui-org/react-rsc-utils@2.0.10 + - @nextui-org/shared-utils@2.0.4 + ## 2.0.9 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index f3ea414526..2c004f2d2e 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.9", + "version": "2.0.10", "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 b277e4d46d..4f95a0addb 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.5 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.4 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 17128b9195..3d1c01c983 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.4", + "version": "2.0.5", "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 4f0db4d471..ff2c2ea884 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 9ecdf7ec11..8805cd5279 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.3", + "version": "2.0.4", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/stories-utils/CHANGELOG.md b/packages/utilities/stories-utils/CHANGELOG.md new file mode 100644 index 0000000000..47e2778497 --- /dev/null +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nextui-org/stories-utils + +## 2.0.1 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index 1891920782..7ab762c878 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.0", + "version": "2.0.1", "description": "A list of utilities for storybook' stories.", "keywords": [ "stories-utils" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 2943e598f2..4eca4bcd40 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.4 + +### Patch Changes + +- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index e6605c0edd..8b1752a8b3 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.3", + "version": "2.0.4", "description": "A set of utilities for react testing", "keywords": [ "test-utils"