diff --git a/.changeset/forty-olives-relax.md b/.changeset/forty-olives-relax.md deleted file mode 100644 index dcba20138d..0000000000 --- a/.changeset/forty-olives-relax.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -"@v0xoss/use-intersection-observer": patch -"@v0xoss/use-data-scroll-overflow": patch -"@v0xoss/use-aria-accordion-item": patch -"@v0xoss/use-aria-modal-overlay": patch -"@v0xoss/use-safe-layout-effect": patch -"@v0xoss/use-aria-multiselect": patch -"@v0xoss/use-infinite-scroll": patch -"@v0xoss/use-scroll-position": patch -"@v0xoss/react-rsc-utils": patch -"@v0xoss/scroll-shadow": patch -"@v0xoss/use-aria-accordion": patch -"@v0xoss/autocomplete": patch -"@v0xoss/number-input": patch -"@v0xoss/use-update-effect": patch -"@v0xoss/use-viewport-size": patch -"@v0xoss/dom-animation": patch -"@v0xoss/stories-utils": patch -"@v0xoss/breadcrumbs": patch -"@v0xoss/date-picker": patch -"@v0xoss/use-aria-overlay": patch -"@v0xoss/use-callback-ref": patch -"@v0xoss/framer-utils": patch -"@v0xoss/shared-icons": patch -"@v0xoss/shared-utils": patch -"@v0xoss/date-input": patch -"@v0xoss/pagination": patch -"@v0xoss/use-aria-button": patch -"@v0xoss/react-utils": patch -"@v0xoss/accordion": patch -"@v0xoss/input-otp": patch -"@v0xoss/use-disclosure": patch -"@v0xoss/use-form-reset": patch -"@v0xoss/use-is-mounted": patch -"@v0xoss/use-pagination": patch -"@v0xoss/use-real-shape": patch -"@v0xoss/aria-utils": patch -"@v0xoss/test-utils": patch -"@v0xoss/calendar": patch -"@v0xoss/checkbox": patch -"@v0xoss/dropdown": patch -"@v0xoss/progress": patch -"@v0xoss/skeleton": patch -"@v0xoss/use-aria-link": patch -"@v0xoss/use-clipboard": patch -"@v0xoss/use-draggable": patch -"@v0xoss/use-is-mobile": patch -"@v0xoss/use-ref-state": patch -"@v0xoss/divider": patch -"@v0xoss/listbox": patch -"@v0xoss/popover": patch -"@v0xoss/snippet": patch -"@v0xoss/spinner": patch -"@v0xoss/tooltip": patch -"@v0xoss/avatar": patch -"@v0xoss/button": patch -"@v0xoss/drawer": patch -"@v0xoss/navbar": patch -"@v0xoss/ripple": patch -"@v0xoss/select": patch -"@v0xoss/slider": patch -"@v0xoss/spacer": patch -"@v0xoss/switch": patch -"@v0xoss/use-measure": patch -"@v0xoss/alert": patch -"@v0xoss/badge": patch -"@v0xoss/image": patch -"@v0xoss/input": patch -"@v0xoss/modal": patch -"@v0xoss/radio": patch -"@v0xoss/table": patch -"@v0xoss/toast": patch -"@v0xoss/use-resize": patch -"@v0xoss/card": patch -"@v0xoss/chip": patch -"@v0xoss/code": patch -"@v0xoss/form": patch -"@v0xoss/link": patch -"@v0xoss/menu": patch -"@v0xoss/tabs": patch -"@v0xoss/user": patch -"@v0xoss/system-rsc": patch -"@v0xoss/use-image": patch -"@v0xoss/use-theme": patch -"@v0xoss/kbd": patch -"@v0xoss/use-ssr": patch -"@v0xoss/system": patch -"@v0xoss/react": patch -"@v0xoss/theme": patch ---- - -chore: tailwind v4 basic init diff --git a/.changeset/rare-timers-argue.md b/.changeset/rare-timers-argue.md deleted file mode 100644 index 08aee014de..0000000000 --- a/.changeset/rare-timers-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@v0xoss/number-input": patch ---- - -Fixed NumberInput label class being incorrectly mixed into the description (#5489). diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 5393510211..ef9deefd1a 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/accordion +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-aria-accordion@0.0.8 + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/divider@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index d99b4d2e49..956da49c1f 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/accordion", - "version": "0.0.7", + "version": "0.0.8", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index 51d225dda5..baa01a368f 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/alert +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/button@0.0.8 + ## 2.2.23 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index db70ec90b4..3f0d8ec806 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/alert", - "version": "0.0.7", + "version": "0.0.8", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index ded9568188..cedffe2f70 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,24 @@ # @heroui/autocomplete +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/scroll-shadow@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/listbox@0.0.8 + - @v0xoss/popover@0.0.8 + - @v0xoss/button@0.0.8 + - @v0xoss/input@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.3.25 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 4f0ccb3e2b..5083cba452 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/autocomplete", - "version": "0.0.7", + "version": "0.0.8", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 950f283e51..1ee370654a 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/avatar +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-image@0.0.8 + ## 2.2.19 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index e7779345b9..6a02113c00 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/avatar", - "version": "0.0.7", + "version": "0.0.8", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 323f125095..41e215af1b 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/badge +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index 6a0e434f09..1240b5e6e1 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/badge", - "version": "0.0.7", + "version": "0.0.8", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index f419650082..7d80c03dd9 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/breadcrumbs +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.2.19 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 4eb6b85fa4..71f9274de1 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/breadcrumbs", - "version": "0.0.7", + "version": "0.0.8", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 6573aa08d3..3a68b8359e 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/button +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/spinner@0.0.8 + - @v0xoss/ripple@0.0.8 + ## 2.2.23 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 6fa9a52cb0..d203c11869 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/button", - "version": "0.0.7", + "version": "0.0.8", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index 17f98921c7..d67efd161c 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/calendar +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/button@0.0.8 + ## 2.2.23 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index f07902ebf2..5e3b933fe5 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/calendar", - "version": "0.0.7", + "version": "0.0.8", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index e3f8b5e789..2830415821 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/card +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/ripple@0.0.8 + ## 2.2.22 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 5846e28580..a34f203550 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/card", - "version": "0.0.7", + "version": "0.0.8", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index f51aa49a77..7642878fc0 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/checkbox +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/use-callback-ref@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.3.23 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 58f0286716..713a9b4973 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/checkbox", - "version": "0.0.7", + "version": "0.0.8", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 9e97443a3f..b03ed6902b 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/chip +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.2.19 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 0335dced24..c87fefd115 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/chip", - "version": "0.0.7", + "version": "0.0.8", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 9a9a21176e..7ec8b1bff2 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/code +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + ## 2.2.17 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index f33e5036d7..93a11cd5d4 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/code", - "version": "0.0.7", + "version": "0.0.8", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index db238d7675..9068de52fe 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/date-input +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.3.23 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 483fd641ff..c99e54b756 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/date-input", - "version": "0.0.7", + "version": "0.0.8", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index 00aed7b22f..25d25e28e7 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,22 @@ # @heroui/date-picker +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/date-input@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/calendar@0.0.8 + - @v0xoss/popover@0.0.8 + - @v0xoss/button@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.3.24 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 755de1cd51..983f163a7f 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/date-picker", - "version": "0.0.7", + "version": "0.0.8", "description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.", "keywords": [ "date-picker" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index 72e215b4ab..037aa9f8df 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/divider +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/react-rsc-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + ## 2.2.16 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index f200753fbe..ef513596c8 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/divider", - "version": "0.0.7", + "version": "0.0.8", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index f62c330fbd..174130db51 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/drawer +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/modal@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index 3d9adc91e6..85582ae840 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/drawer", - "version": "0.0.7", + "version": "0.0.8", "description": "Used to render a content that slides in from the side of the screen.", "keywords": [ "drawer" diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index bd26c2a2f1..2923737c1f 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/dropdown +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/popover@0.0.8 + - @v0xoss/menu@0.0.8 + ## 2.3.23 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 97962b2439..788e96dd63 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/dropdown", - "version": "0.0.7", + "version": "0.0.8", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index 12bcdb896f..5119df7767 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/form +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/system@0.0.8 + - @v0xoss/theme@0.0.8 + ## 2.1.23 ### Patch Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 80446951cb..6a9f530283 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/form", - "version": "0.0.7", + "version": "0.0.8", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "keywords": [ "form" diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index daafa82487..b1f414ff5e 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/image +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-image@0.0.8 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index b8fb4b287c..f988fba6e7 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/image", - "version": "0.0.7", + "version": "0.0.8", "description": "A simple image component", "keywords": [ "image" diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index f864ce6a5e..92a05beddb 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/input-otp +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-form-reset@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.1.23 ### Patch Changes diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index a7346f2b4b..038ef61344 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/input-otp", - "version": "0.0.7", + "version": "0.0.8", "description": "", "keywords": [ "input-otp" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index 07690c2a95..5589b0d1e2 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/input +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.4.24 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 31cc486985..cdd0e0e07e 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/input", - "version": "0.0.7", + "version": "0.0.8", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 501b8627ee..fb66e719ab 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/kbd +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + ## 2.2.18 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 1710b4d94d..8a86a75572 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/kbd", - "version": "0.0.7", + "version": "0.0.8", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index 0f2e151013..999c96bf56 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/link +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-aria-link@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index c0d0c9692f..1f49712ad6 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/link", - "version": "0.0.7", + "version": "0.0.8", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index 13d13c1c4d..a30300bfb0 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/listbox +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/use-is-mobile@0.0.8 + - @v0xoss/divider@0.0.8 + ## 2.3.22 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index c28b51c341..94bcacebab 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/listbox", - "version": "0.0.7", + "version": "0.0.8", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index be8bb93526..70c222ecdd 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/menu +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/use-is-mobile@0.0.8 + - @v0xoss/divider@0.0.8 + ## 2.2.22 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 5c6c07cf34..db10cc7567 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/menu", - "version": "0.0.7", + "version": "0.0.8", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index 4c4b66a3bb..2d536b731e 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,23 @@ # @heroui/modal +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-aria-modal-overlay@0.0.8 + - @v0xoss/use-viewport-size@0.0.8 + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-disclosure@0.0.8 + - @v0xoss/use-draggable@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index ec4e6d49d9..29a27019f6 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/modal", - "version": "0.0.7", + "version": "0.0.8", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index 4e2604b093..cf94483f7c 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/navbar +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-scroll-position@0.0.8 + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-resize@0.0.8 + ## 2.2.21 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index bd4ebf9c5a..378859d95e 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/navbar", - "version": "0.0.7", + "version": "0.0.8", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" diff --git a/packages/components/number-input/CHANGELOG.md b/packages/components/number-input/CHANGELOG.md index ca01ce1c35..3003fe83d9 100644 --- a/packages/components/number-input/CHANGELOG.md +++ b/packages/components/number-input/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/number-input +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- [#5484](https://github.com/heroui-inc/heroui/pull/5484) [`9dceb11`](https://github.com/vezham/heroui/commit/9dceb116ce1a260e099be738af9f175446823d53) Thanks [@wulimao49](https://github.com/wulimao49)! - Fixed NumberInput label class being incorrectly mixed into the description (#5489). + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/button@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.0.14 ### Patch Changes diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json index 0cc150848b..797c34f058 100644 --- a/packages/components/number-input/package.json +++ b/packages/components/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/number-input", - "version": "0.0.7", + "version": "0.0.8", "description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons", "keywords": [ "input", diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 5cb5e2e993..a42567b473 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/pagination +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-intersection-observer@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-pagination@0.0.8 + ## 2.2.21 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index f309719ca1..6a47fdc040 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/pagination", - "version": "0.0.7", + "version": "0.0.8", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index dacce69ce3..aa2e82607a 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,22 @@ # @heroui/popover +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/use-aria-overlay@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/button@0.0.8 + ## 2.3.23 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 5fa5990027..c0b0e2b645 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/popover", - "version": "0.0.7", + "version": "0.0.8", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index a1bee23675..d4037c4d99 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/progress +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-is-mounted@0.0.8 + ## 2.2.19 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index b30de78e36..c9975de9e1 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/progress", - "version": "0.0.7", + "version": "0.0.8", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 50270b8de9..d729aaede3 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/radio +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.3.23 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 3a5c50ce79..03fd263926 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/radio", - "version": "0.0.7", + "version": "0.0.8", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index 667cb094eb..65ab9c4696 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/ripple +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/shared-utils@0.0.8 + ## 2.2.18 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index 3f4d74f82b..b53e6d09e6 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/ripple", - "version": "0.0.7", + "version": "0.0.8", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index 0cdcb6e185..ba378584c1 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/scroll-shadow +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-data-scroll-overflow@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.3.16 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index df4cc949fc..c9c74254cc 100644 --- a/packages/components/scroll-shadow/package.json +++ b/packages/components/scroll-shadow/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/scroll-shadow", - "version": "0.0.7", + "version": "0.0.8", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 8b86b6b5f5..fbf9b836d7 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,26 @@ # @heroui/select +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/use-aria-multiselect@0.0.8 + - @v0xoss/scroll-shadow@0.0.8 + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/use-aria-button@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-form-reset@0.0.8 + - @v0xoss/aria-utils@0.0.8 + - @v0xoss/listbox@0.0.8 + - @v0xoss/popover@0.0.8 + - @v0xoss/spinner@0.0.8 + - @v0xoss/form@0.0.8 + ## 2.4.24 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index 5185c5e7a3..389d7d7713 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/select", - "version": "0.0.7", + "version": "0.0.8", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index 00f2bce271..eb3315f280 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/skeleton +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index 47b27f62b5..c4b71567a2 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/skeleton", - "version": "0.0.7", + "version": "0.0.8", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index ad3d07cc21..9e23e21b56 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/slider +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/tooltip@0.0.8 + ## 2.4.20 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index fc0f29d243..7227f65264 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/slider", - "version": "0.0.7", + "version": "0.0.8", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index 147cac8528..3390a4c9d1 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/snippet +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-clipboard@0.0.8 + - @v0xoss/tooltip@0.0.8 + - @v0xoss/button@0.0.8 + ## 2.2.24 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 184fc2bdda..1186854249 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/snippet", - "version": "0.0.7", + "version": "0.0.8", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index c80bfc0ff2..ab2dc1b7db 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/spacer +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + ## 2.2.17 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index db9c0074f9..18a28aaba8 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/spacer", - "version": "0.0.7", + "version": "0.0.8", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 96ad0cd0ca..ca88829f48 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/spinner +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + - @v0xoss/system@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 018f1fc713..dc2e98221e 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/spinner", - "version": "0.0.7", + "version": "0.0.8", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index 2b3b1bf5a1..d1aaa35016 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/switch +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.2.21 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 74885910ab..e0c9dd8885 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/switch", - "version": "0.0.7", + "version": "0.0.8", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index abe0b2aab5..5eebdb34a5 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/table +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/checkbox@0.0.8 + - @v0xoss/spacer@0.0.8 + ## 2.2.23 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index a5e73a0e5d..57d0b2a7f5 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/table", - "version": "0.0.7", + "version": "0.0.8", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index a76b6c63ea..7e23ff39a1 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/tabs +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-is-mounted@0.0.8 + - @v0xoss/aria-utils@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index 827a168893..d4f79f9288 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/tabs", - "version": "0.0.7", + "version": "0.0.8", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" diff --git a/packages/components/toast/CHANGELOG.md b/packages/components/toast/CHANGELOG.md index 0885acbcd3..77b5e33b3d 100644 --- a/packages/components/toast/CHANGELOG.md +++ b/packages/components/toast/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/toast +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-icons@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/use-is-mobile@0.0.8 + - @v0xoss/spinner@0.0.8 + ## 2.0.13 ### Patch Changes diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json index 13fdeee33b..88ce340d1e 100644 --- a/packages/components/toast/package.json +++ b/packages/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/toast", - "version": "0.0.7", + "version": "0.0.8", "description": "Toast are temporary notifications that provide concise feedback about an action or event", "keywords": [ "toast" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index 26c9a922ca..7e14c7c840 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/tooltip +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/dom-animation@0.0.8 + - @v0xoss/use-aria-overlay@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/aria-utils@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index a8f9aef253..d4431a9263 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/tooltip", - "version": "0.0.7", + "version": "0.0.8", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index 01fe25e6d6..f437f0f9d2 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @heroui/user +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + - @v0xoss/react-utils@0.0.8 + - @v0xoss/avatar@0.0.8 + ## 2.2.19 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 1e3f3016b2..c7035550aa 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/user", - "version": "0.0.7", + "version": "0.0.8", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index ffcd8b4396..91a06c42f6 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,62 @@ # @heroui/react +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c), [`9dceb11`](https://github.com/vezham/heroui/commit/9dceb116ce1a260e099be738af9f175446823d53)]: + - @v0xoss/scroll-shadow@0.0.8 + - @v0xoss/autocomplete@0.0.8 + - @v0xoss/number-input@0.0.8 + - @v0xoss/breadcrumbs@0.0.8 + - @v0xoss/date-picker@0.0.8 + - @v0xoss/framer-utils@0.0.8 + - @v0xoss/date-input@0.0.8 + - @v0xoss/pagination@0.0.8 + - @v0xoss/accordion@0.0.8 + - @v0xoss/input-otp@0.0.8 + - @v0xoss/calendar@0.0.8 + - @v0xoss/checkbox@0.0.8 + - @v0xoss/dropdown@0.0.8 + - @v0xoss/progress@0.0.8 + - @v0xoss/skeleton@0.0.8 + - @v0xoss/divider@0.0.8 + - @v0xoss/listbox@0.0.8 + - @v0xoss/popover@0.0.8 + - @v0xoss/snippet@0.0.8 + - @v0xoss/spinner@0.0.8 + - @v0xoss/tooltip@0.0.8 + - @v0xoss/avatar@0.0.8 + - @v0xoss/button@0.0.8 + - @v0xoss/drawer@0.0.8 + - @v0xoss/navbar@0.0.8 + - @v0xoss/ripple@0.0.8 + - @v0xoss/select@0.0.8 + - @v0xoss/slider@0.0.8 + - @v0xoss/spacer@0.0.8 + - @v0xoss/switch@0.0.8 + - @v0xoss/alert@0.0.8 + - @v0xoss/badge@0.0.8 + - @v0xoss/image@0.0.8 + - @v0xoss/input@0.0.8 + - @v0xoss/modal@0.0.8 + - @v0xoss/radio@0.0.8 + - @v0xoss/table@0.0.8 + - @v0xoss/toast@0.0.8 + - @v0xoss/card@0.0.8 + - @v0xoss/chip@0.0.8 + - @v0xoss/code@0.0.8 + - @v0xoss/form@0.0.8 + - @v0xoss/link@0.0.8 + - @v0xoss/menu@0.0.8 + - @v0xoss/tabs@0.0.8 + - @v0xoss/user@0.0.8 + - @v0xoss/kbd@0.0.8 + - @v0xoss/system@0.0.8 + - @v0xoss/theme@0.0.8 + ## 2.8.1 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 8513c713a7..67be411cf7 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/react", - "version": "0.0.7", + "version": "0.0.8", "description": "🚀 Beautiful and modern React UI library.", "author": "v0xOSS ", "homepage": "https://vezham.com", diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md index aa67b66230..5f3ac8e395 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/system-rsc +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.3.16 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 4f626f0afb..56a42be273 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/system-rsc", - "version": "0.0.7", + "version": "0.0.8", "description": "HeroUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 2fcbf875de..2938d921c1 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/system +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/react-utils@0.0.8 + - @v0xoss/system-rsc@0.0.8 + ## 2.4.19 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 50db19fbc2..7267fad19d 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/system", - "version": "0.0.7", + "version": "0.0.8", "description": "HeroUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index 27fc3b243f..916f383db7 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/theme +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + ## 2.4.19 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 0f693cb774..d88809bb89 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/theme", - "version": "0.0.7", + "version": "0.0.8", "description": "The default theme for HeroUI components", "keywords": [ "theme", diff --git a/packages/hooks/use-aria-accordion-item/CHANGELOG.md b/packages/hooks/use-aria-accordion-item/CHANGELOG.md index 26bdd2d5a3..42055fc388 100644 --- a/packages/hooks/use-aria-accordion-item/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion-item/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-accordion-item +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.15 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion-item/package.json b/packages/hooks/use-aria-accordion-item/package.json index 493864a3a6..d73842a500 100644 --- a/packages/hooks/use-aria-accordion-item/package.json +++ b/packages/hooks/use-aria-accordion-item/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-accordion-item", - "version": "0.0.7", + "version": "0.0.8", "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 db7f7b11ba..7352615cf5 100644 --- a/packages/hooks/use-aria-accordion/CHANGELOG.md +++ b/packages/hooks/use-aria-accordion/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-accordion +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.15 ### Patch Changes diff --git a/packages/hooks/use-aria-accordion/package.json b/packages/hooks/use-aria-accordion/package.json index 99a2a30a5e..908b2f88da 100644 --- a/packages/hooks/use-aria-accordion/package.json +++ b/packages/hooks/use-aria-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-accordion", - "version": "0.0.7", + "version": "0.0.8", "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 826a86b06c..029bbe4206 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-button +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.17 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 9e6b2942c8..186473a767 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-button", - "version": "0.0.7", + "version": "0.0.8", "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 3d2b0b1641..492efdef3a 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-link +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.18 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 136969a879..a0fc86d2a1 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-link", - "version": "0.0.7", + "version": "0.0.8", "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 a143f1a189..f6feef36d9 100644 --- a/packages/hooks/use-aria-modal-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-modal-overlay/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-aria-modal-overlay +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-aria-overlay@0.0.8 + ## 2.2.16 ### Patch Changes diff --git a/packages/hooks/use-aria-modal-overlay/package.json b/packages/hooks/use-aria-modal-overlay/package.json index 869296426b..c908e2ca1b 100644 --- a/packages/hooks/use-aria-modal-overlay/package.json +++ b/packages/hooks/use-aria-modal-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-modal-overlay", - "version": "0.0.7", + "version": "0.0.8", "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 919b0141f3..8073c1fb68 100644 --- a/packages/hooks/use-aria-multiselect/CHANGELOG.md +++ b/packages/hooks/use-aria-multiselect/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-multiselect +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.4.16 ### Patch Changes diff --git a/packages/hooks/use-aria-multiselect/package.json b/packages/hooks/use-aria-multiselect/package.json index 62eea97704..d15c247902 100644 --- a/packages/hooks/use-aria-multiselect/package.json +++ b/packages/hooks/use-aria-multiselect/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-multiselect", - "version": "0.0.7", + "version": "0.0.8", "description": "Provides the behavior and accessibility implementation for a multi-select component.", "keywords": [ "use-aria-multiselect" diff --git a/packages/hooks/use-aria-overlay/CHANGELOG.md b/packages/hooks/use-aria-overlay/CHANGELOG.md index 4767490032..898cb7dcfd 100644 --- a/packages/hooks/use-aria-overlay/CHANGELOG.md +++ b/packages/hooks/use-aria-overlay/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-aria-overlay +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-aria-overlay/package.json b/packages/hooks/use-aria-overlay/package.json index fad04f25bb..c3c10416b0 100644 --- a/packages/hooks/use-aria-overlay/package.json +++ b/packages/hooks/use-aria-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-aria-overlay", - "version": "0.0.7", + "version": "0.0.8", "description": "A custom implementation of react aria overlay", "keywords": [ "use-aria-overlay" diff --git a/packages/hooks/use-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index ee83c8a00e..4d67cb7988 100644 --- a/packages/hooks/use-callback-ref/CHANGELOG.md +++ b/packages/hooks/use-callback-ref/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-callback-ref +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 2c65d2e0ed..df629fe970 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-callback-ref", - "version": "0.0.7", + "version": "0.0.8", "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 62d4a25e94..df45f373f0 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-clipboard +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.9 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index ec8c991b5d..b791e7d92d 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-clipboard", - "version": "0.0.7", + "version": "0.0.8", "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 2c03fcc3c4..ac3986e54d 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-data-scroll-overflow +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + ## 2.2.11 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 7c7aa9ffe5..6428f19014 100644 --- a/packages/hooks/use-data-scroll-overflow/package.json +++ b/packages/hooks/use-data-scroll-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-data-scroll-overflow", - "version": "0.0.7", + "version": "0.0.8", "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 19ec55d603..97f4746840 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-disclosure +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-callback-ref@0.0.8 + ## 2.2.14 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index c5a2f59e17..9fa746e3e4 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-disclosure", - "version": "0.0.7", + "version": "0.0.8", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-draggable/CHANGELOG.md b/packages/hooks/use-draggable/CHANGELOG.md index eb2ab4b3c6..443547c1a5 100644 --- a/packages/hooks/use-draggable/CHANGELOG.md +++ b/packages/hooks/use-draggable/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-draggable +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.15 ### Patch Changes diff --git a/packages/hooks/use-draggable/package.json b/packages/hooks/use-draggable/package.json index fd2f706853..00a37bc9f0 100644 --- a/packages/hooks/use-draggable/package.json +++ b/packages/hooks/use-draggable/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-draggable", - "version": "0.0.7", + "version": "0.0.8", "description": "This hook can provide drag and drop interaction", "keywords": [ "use-draggable" diff --git a/packages/hooks/use-form-reset/CHANGELOG.md b/packages/hooks/use-form-reset/CHANGELOG.md index 340964204d..2233b54f33 100644 --- a/packages/hooks/use-form-reset/CHANGELOG.md +++ b/packages/hooks/use-form-reset/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-form-reset +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-form-reset/package.json b/packages/hooks/use-form-reset/package.json index 200020d9b0..601b90d136 100644 --- a/packages/hooks/use-form-reset/package.json +++ b/packages/hooks/use-form-reset/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-form-reset", - "version": "0.0.7", + "version": "0.0.8", "description": "use-form-reset hook from `@react-aria` utils", "keywords": [ "use-form-reset" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index b170657ba0..a171be2948 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/use-image +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-safe-layout-effect@0.0.8 + - @v0xoss/react-utils@0.0.8 + ## 2.1.11 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index bb2ce0f19f..8de66504d5 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-image", - "version": "0.0.7", + "version": "0.0.8", "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 f4e437bef7..443c1c0837 100644 --- a/packages/hooks/use-infinite-scroll/CHANGELOG.md +++ b/packages/hooks/use-infinite-scroll/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-infinite-scroll +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + ## 2.2.10 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index 232529f50d..1f405b7bc0 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-infinite-scroll", - "version": "0.0.7", + "version": "0.0.8", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-intersection-observer/CHANGELOG.md b/packages/hooks/use-intersection-observer/CHANGELOG.md index 40310b3e98..0c029ca13c 100644 --- a/packages/hooks/use-intersection-observer/CHANGELOG.md +++ b/packages/hooks/use-intersection-observer/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-intersection-observer +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.14 ### Patch Changes diff --git a/packages/hooks/use-intersection-observer/package.json b/packages/hooks/use-intersection-observer/package.json index 66a3f4875c..253c85ea70 100644 --- a/packages/hooks/use-intersection-observer/package.json +++ b/packages/hooks/use-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-intersection-observer", - "version": "0.0.7", + "version": "0.0.8", "description": "Tracks the intersection of a DOM element and its containing element or the viewport.", "keywords": [ "use-intersection-observer" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index e7af0dd6d0..1956f8cbb2 100644 --- a/packages/hooks/use-is-mobile/CHANGELOG.md +++ b/packages/hooks/use-is-mobile/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-is-mobile +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.2.11 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index bdb026c594..ecfc1c28ca 100644 --- a/packages/hooks/use-is-mobile/package.json +++ b/packages/hooks/use-is-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-is-mobile", - "version": "0.0.7", + "version": "0.0.8", "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 d6438a9e04..d345efbb84 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-is-mounted +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 4a4bfd9ab4..26511e1f44 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-is-mounted", - "version": "0.0.7", + "version": "0.0.8", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-measure/CHANGELOG.md b/packages/hooks/use-measure/CHANGELOG.md index 3d944a5fe5..fda109de9f 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-real-shape +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 5c6e7e83c6..762e27bd9e 100644 --- a/packages/hooks/use-measure/package.json +++ b/packages/hooks/use-measure/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-measure", - "version": "0.0.7", + "version": "0.0.8", "description": "Hook that measure and track a element dimensions", "keywords": [ "use-measure" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index 3600f94d78..1ca86dcad0 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-pagination +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/shared-utils@0.0.8 + ## 2.2.15 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index e877484b11..3c8737bb44 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-pagination", - "version": "0.0.7", + "version": "0.0.8", "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 e73b75208d..83f97d294b 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/use-real-shape +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/react-utils@0.0.8 + ## 2.1.12 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index df1037d19f..95183dc7da 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-real-shape", - "version": "0.0.7", + "version": "0.0.8", "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 de4533aa16..7d5242f59d 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-ref-state +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.9 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 94cb28b04d..35ba3b3e8a 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-ref-state", - "version": "0.0.7", + "version": "0.0.8", "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 096357f49f..5d71a4c0ab 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-resize +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index a6a2dd45ab..3f3a02e3e5 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-resize", - "version": "0.0.7", + "version": "0.0.8", "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 903bf67ce0..b41ad6cfdd 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-safe-layout-effect +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 82925b1724..45d7a345d1 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-safe-layout-effect", - "version": "0.0.7", + "version": "0.0.8", "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 c4e84911b5..94607961c1 100644 --- a/packages/hooks/use-scroll-position/CHANGELOG.md +++ b/packages/hooks/use-scroll-position/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-scroll-position +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index f583285e36..5080268030 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-scroll-position", - "version": "0.0.7", + "version": "0.0.8", "description": "Provides the logic to control the scroll over an element", "keywords": [ "use-scroll-position" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index 6808c3948b..dbd6b8523d 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-ssr +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 8defc7756e..7e15410354 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-ssr", - "version": "0.0.7", + "version": "0.0.8", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index fb6fb0322d..04bb568e8a 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-theme +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.10 ### Patch Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index a1778d3d08..96b140f919 100644 --- a/packages/hooks/use-theme/package.json +++ b/packages/hooks/use-theme/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-theme", - "version": "0.0.7", + "version": "0.0.8", "description": "React hook to switch between light and dark themes", "keywords": [ "use-theme" diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index dbc7825836..855ceb1661 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-update-effect +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 48fbe6b67f..b7fd7906d4 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-update-effect", - "version": "0.0.7", + "version": "0.0.8", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/hooks/use-viewport-size/CHANGELOG.md b/packages/hooks/use-viewport-size/CHANGELOG.md index 5626814dda..3ef3f0571b 100644 --- a/packages/hooks/use-viewport-size/CHANGELOG.md +++ b/packages/hooks/use-viewport-size/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-viewport-size +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.0.1 ### Patch Changes diff --git a/packages/hooks/use-viewport-size/package.json b/packages/hooks/use-viewport-size/package.json index 70d59a4c38..34b61e178c 100644 --- a/packages/hooks/use-viewport-size/package.json +++ b/packages/hooks/use-viewport-size/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/use-viewport-size", - "version": "0.0.7", + "version": "0.0.8", "description": "use-viewport-size hook from `@react-aria` utils", "keywords": [ "use-viewport-size" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 2fda268824..0a661c4230 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/aria-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/system@0.0.8 + ## 2.2.20 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index e5cb272ba5..1502303de6 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/aria-utils", - "version": "0.0.7", + "version": "0.0.8", "description": "A package for managing @react-aria HeroUI utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/dom-animation/CHANGELOG.md b/packages/utilities/dom-animation/CHANGELOG.md index 8152f87c7b..40170095ff 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/dom-animation +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.10 ### Patch Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index fd42a72218..ecb1a6a5c6 100644 --- a/packages/utilities/dom-animation/package.json +++ b/packages/utilities/dom-animation/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/dom-animation", - "version": "0.0.7", + "version": "0.0.8", "description": "Dom Animation from Framer Motion for dynamic import", "keywords": [ "dom-animation" diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md index a13b6802e3..df9682ea83 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/framer-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/use-measure@0.0.8 + - @v0xoss/system@0.0.8 + ## 2.1.19 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index 682ced1a62..d3dbb8388c 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/framer-utils", - "version": "0.0.7", + "version": "0.0.8", "description": "A set of framer motion transitions for react", "keywords": [ "framer-utils" diff --git a/packages/utilities/react-rsc-utils/CHANGELOG.md b/packages/utilities/react-rsc-utils/CHANGELOG.md index 22a39089ac..581527144c 100644 --- a/packages/utilities/react-rsc-utils/CHANGELOG.md +++ b/packages/utilities/react-rsc-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/react-rsc-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.9 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index d70bbfe876..8bdab057c6 100644 --- a/packages/utilities/react-rsc-utils/package.json +++ b/packages/utilities/react-rsc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/react-rsc-utils", - "version": "0.0.7", + "version": "0.0.8", "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 629bbdcab4..3b9440323a 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/react-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + +- Updated dependencies [[`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c)]: + - @v0xoss/react-rsc-utils@0.0.8 + - @v0xoss/shared-utils@0.0.8 + ## 2.1.12 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 9e8483a732..adb073f94b 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/react-utils", - "version": "0.0.7", + "version": "0.0.8", "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 b3887d2b0d..f6fa990c82 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/shared-icons +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.10 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 79afef5c4b..3efa43850c 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/shared-icons", - "version": "0.0.7", + "version": "0.0.8", "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 702d8949a3..93c4e00464 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/shared-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.10 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 7137c9c39b..532d97743c 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/shared-utils", - "version": "0.0.7", + "version": "0.0.8", "description": "A set of HeroUI utilities", "keywords": [ "system" diff --git a/packages/utilities/stories-utils/CHANGELOG.md b/packages/utilities/stories-utils/CHANGELOG.md index 63b39151f4..eff64af2fd 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/stories-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.8 ### Patch Changes diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index c649576892..00200531fb 100644 --- a/packages/utilities/stories-utils/package.json +++ b/packages/utilities/stories-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/stories-utils", - "version": "0.0.7", + "version": "0.0.8", "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 04a15212f6..eb4564ee30 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/test-utils +## 0.0.8 + +### Patch Changes + +- [`7b2f673`](https://github.com/vezham/heroui/commit/7b2f673eaf0ecbe5592eb91b29921f3534f7782c) Thanks [@v0xvigneshwaran](https://github.com/v0xvigneshwaran)! - chore: tailwind v4 basic init + ## 2.1.9 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index fa7ce435e7..51e43d90de 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@v0xoss/test-utils", - "version": "0.0.7", + "version": "0.0.8", "description": "A set of utilities for react testing", "keywords": [ "test-utils"