diff --git a/.changeset/silver-spoons-remain.md b/.changeset/silver-spoons-remain.md deleted file mode 100644 index 2fd652bac..000000000 --- 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 7d25078b9..4466b5790 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 8dbc17a11..3ec817823 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 000000000..c6d2c3f4e --- /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 7f9d6a571..4792771b2 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 f859b4375..6e12e9571 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 22e6963a7..bfe4bc482 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 08672e66e..0b44a3a16 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 e1d1f8296..e534dc029 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 000000000..420128b7a --- /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 afd046af7..71e6c113d 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 8f1c98642..a87809198 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 b5a6f1d45..4d3f4d218 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 0b4c1c716..fc326de63 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 886787f03..d2b19129d 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 b444b857a..39563c594 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 14951b018..bdfdfc183 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 db989fceb..dde6cc758 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 45154a0c9..8242c7f95 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 096abc70d..dfb75b928 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 0b1bf6d9c..c5a802022 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 2c91f4117..55c0aa140 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 9b4eeb8b8..6672ec996 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 a172c515d..317af6d23 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 35fbc0afb..b2b96759f 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 f8f7c9488..55b03712f 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 9bf8f69ba..243a155ad 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 f1069fc7d..f6a05d87b 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 844be8b4d..e0afb2271 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 16b106fef..bfd81c3d3 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 f509c1085..5660ae634 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 324a5492e..764a4670d 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 3d37efc71..b63c39fa8 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 11612a6d8..2beaacd76 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 d14acdcad..c6538caa9 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 b6f062420..2d8690f88 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 2484029ab..387d07aff 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 a4b59ce8a..0fe2403bc 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 908627764..3df08d803 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 b27603bfd..64777be2a 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 ff3b9035c..3f09f5475 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 8a332241f..5b037e7ec 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 d3fa6edb2..11983bcde 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 43ac64f57..c032f7486 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 a6ff58cc9..17607bdbe 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 d8dc8d59e..a94e47e99 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 bbd789494..78a6b678b 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 be728d266..aab1af4f7 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 589a68921..748f4838b 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 a7374dc19..3b1e53953 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 3d9bf02e3..3430f6ff5 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 c7bb8583e..7fac7bdd2 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 bbf10a8d5..f8a1f9f20 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 469aa1ff1..3f727363f 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 6a881b8fb..c5fe21e3c 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 a8492f2f6..2b9b3ac5a 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 c16a2e526..5a1f4d7e1 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 000000000..25e668cbd --- /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 735b7035e..242f12101 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 765a4c18e..a06a934bb 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 650c8b415..f8b89252e 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 7b0c21ded..e794def73 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 b9567d1d2..9ebad2a7d 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 99eebab7a..0241e17dc 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 c17977967..56f26924b 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 bd2a64c53..578ac2a98 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 e048567ef..b47b248f9 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 7721a40e4..55cccf0f1 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 98308b691..ddd791d73 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 a88e3e09b..657af086b 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 db97d7766..7d4765130 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 50fedf076..d821314f8 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 dc1ace6cc..aa238ad86 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 b6a465cc2..209774174 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 3f73d948d..ab928dbc1 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 e263ea0f4..cdc3bd845 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 9aa9f90f4..99e511ec2 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 115a2f651..8f5b7c46e 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 3d45be278..3f9d83a71 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 7ee39ab19..c09151e26 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 d8f4b9b4f..59cc9a3e5 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 002da5d89..bcf058ebc 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 38c6c749d..68ca40131 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 293029d68..e43a8e95c 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 51c60d66c..6b7fd241d 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 c96f952dd..07605ec29 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 61d56775b..2eb0e7838 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 126dfb737..5619701ad 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 7d40cb4b8..b667a967c 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 0d3634c7e..2eed9b244 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 305e67d14..8830d2485 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 830c5976f..770f514ea 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 e1ca12a7f..df1ed033a 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 21dfceaf8..08fdc4578 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 19ee04027..174ac95df 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 000000000..c93e24f95 --- /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 8d7cdc9bb..022784f85 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 06f0d2a99..84fac463e 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 0912e05bb..f7625e8ca 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 95f9b2b3a..3b72e1aad 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 246aeb50b..e4487822b 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 3b2115186..550197767 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 1675846a1..a85c984a5 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 4a8860994..409e6fe58 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 4253bf5cf..c30368859 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 d7c9524d8..5dc6a14cf 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 f8ec76451..8ba8c0e91 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 15c97518e..e9dd7781e 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 3aa9151e3..54d8a5a5e 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 23999bdb6..f157a4c73 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 3267b8781..9136eed3c 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 e7fbfe31c..c1c36aadc 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 a89a46a09..3e3c9fe0b 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 8d9c10437..0237519d6 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 e9aac2728..cc1021b57 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 efa3673f5..2a686cac8 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 66c9d6dc1..5fe7a3c5b 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 cdfaf8eab..a59bbb34c 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 244c82fef..88ab529a5 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 61eddd9d5..85b07731f 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 6db124b8c..c8fff2a8b 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 0747c92a4..3a844184a 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 71eb29b05..1f1439d01 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 faaf1c6a0..713131bb3 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 9755a4b10..c5c4c2e84 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 aed1a606c..8f65c033c 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 eb76aa1a7..4a0523ac0 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 f964a8ff2..d5b35006d 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 ee3719cc3..54f065835 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 df4b1d5f1..96a150374 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 cb4753475..b944ddaab 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 429f8778a..361f75b0d 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 25b1f44f8..2654f8a92 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 37b2b5de7..c61e061d7 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 d4ef4df85..937ab8fe5 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 72d8ef241..c08337ccf 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 39d3412e1..28955ae5e 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 6130c7177..147687eb0 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 f3ea41452..2c004f2d2 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 b277e4d46..4f95a0add 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 17128b919..3d1c01c98 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 4f0db4d47..ff2c2ea88 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 9ecdf7ec1..8805cd527 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 000000000..47e277849 --- /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 189192078..7ab762c87 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 2943e598f..4eca4bcd4 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 e6605c0ed..8b1752a8b 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"