diff --git a/.changeset/pre.json b/.changeset/pre.json index 793b544b49..f8c4e54337 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -90,5 +90,7 @@ "@heroui/stories-utils": "2.1.7", "@heroui/test-utils": "2.1.7" }, - "changesets": [] + "changesets": [ + "quiet-colts-add" + ] } diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index 03835e6ff0..b6353d836f 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,22 @@ # @heroui/accordion +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/divider@2.2.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 76ea825b56..3e5059bf60 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/accordion", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", @@ -43,8 +43,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/aria-utils": "workspace:*", diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md index 02aa2350ea..092c6297d4 100644 --- a/packages/components/alert/CHANGELOG.md +++ b/packages/components/alert/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/alert +## 2.2.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.17 ### Patch Changes diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 17bc506246..e93c8e014e 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/alert", - "version": "2.2.17", + "version": "2.2.18-beta.0", "description": "Alerts are temporary notifications that provide concise feedback about an action or event.", "keywords": [ "alert" @@ -40,8 +40,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/react-utils": "workspace:*", diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md index cebe520473..43e37d37cc 100644 --- a/packages/components/autocomplete/CHANGELOG.md +++ b/packages/components/autocomplete/CHANGELOG.md @@ -1,5 +1,28 @@ # @heroui/autocomplete +## 2.3.19-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/scroll-shadow@2.3.12-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/listbox@2.3.17-beta.0 + - @heroui/popover@2.3.18-beta.0 + - @heroui/spinner@2.2.15-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/input@2.4.18-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.18 ### Patch Changes diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 791ccec8cc..4b98288be8 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/autocomplete", - "version": "2.3.18", + "version": "2.3.19-beta.0", "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" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 105ed2963f..01cb48c532 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/avatar +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-image@2.1.9-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 027eaa25f5..3acc51594c 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/avatar", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 945a677216..d1dfb3d036 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/badge +## 2.2.12-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.11-beta.3 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index fb4076aa4d..b367b5216d 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/badge", - "version": "2.2.11", + "version": "2.2.12-beta.0", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index 69dbd153e1..b3ecd94005 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/breadcrumbs +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 1b70cbcc16..e0f4d2438e 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/breadcrumbs", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.", "keywords": [ "breadcrumbs" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/react-utils": "workspace:*", diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index 73f0a254e7..c37b62a9af 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/button +## 2.2.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/spinner@2.2.15-beta.0 + - @heroui/ripple@2.2.14-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.17 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 6022ee5711..5475976027 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/button", - "version": "2.2.17", + "version": "2.2.18-beta.0", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md index f95f1c1830..10687e1366 100644 --- a/packages/components/calendar/CHANGELOG.md +++ b/packages/components/calendar/CHANGELOG.md @@ -1,5 +1,22 @@ # @heroui/calendar +## 2.2.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.17 ### Patch Changes diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 6a1d0591a9..7b1ec4309f 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/calendar", - "version": "2.2.17", + "version": "2.2.18-beta.0", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 2f7aca5128..d9f141cebc 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/card +## 2.2.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/ripple@2.2.14-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.16 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 0501664eaa..156a3ce27a 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/card", - "version": "2.2.16", + "version": "2.2.17-beta.0", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 506d3e983f..d1ddc3e22c 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/checkbox +## 2.3.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/use-callback-ref@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.16 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index f40c6a9b23..2e9cf2fbb8 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/checkbox", - "version": "2.3.16", + "version": "2.3.17-beta.0", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 6eedeae111..bdc960bb7b 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/chip +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index a1e9b6b1c5..e0bc431e58 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/chip", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-icons": "workspace:*", diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 177a3fffb8..6babb26ebe 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/code +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + ## 2.2.13-beta.3 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 41cb6ad64a..b236dd91ea 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/code", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "Code is a component used to display inline code.", "keywords": [ "code" @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/system-rsc": "workspace:*", diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md index 0d333fa208..274bac58c7 100644 --- a/packages/components/date-input/CHANGELOG.md +++ b/packages/components/date-input/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/date-input +## 2.3.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.16 ### Patch Changes diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index 8a052449e1..c646e90c49 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-input", - "version": "2.3.16", + "version": "2.3.17-beta.0", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, diff --git a/packages/components/date-picker/CHANGELOG.md b/packages/components/date-picker/CHANGELOG.md index a4b594d2fc..4b298ccdfc 100644 --- a/packages/components/date-picker/CHANGELOG.md +++ b/packages/components/date-picker/CHANGELOG.md @@ -1,5 +1,24 @@ # @heroui/date-picker +## 2.3.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/date-input@2.3.17-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/calendar@2.2.18-beta.0 + - @heroui/popover@2.3.18-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.17 ### Patch Changes diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index 5775b49e5f..16e0bae377 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/date-picker", - "version": "2.3.17", + "version": "2.3.18-beta.0", "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" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/divider/CHANGELOG.md b/packages/components/divider/CHANGELOG.md index c8daf37534..f150801b86 100644 --- a/packages/components/divider/CHANGELOG.md +++ b/packages/components/divider/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/divider +## 2.2.13-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/react-rsc-utils@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + ## 2.2.12-beta.3 ### Patch Changes diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index b189fbe8ee..1df0a7e670 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/divider", - "version": "2.2.12", + "version": "2.2.13-beta.0", "description": ". A separator is a visual divider between two groups of content", "keywords": [ "divider" @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md index ce83fd8d02..c0418f266f 100644 --- a/packages/components/drawer/CHANGELOG.md +++ b/packages/components/drawer/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/drawer +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/modal@2.2.15-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index efa96004c5..a55ca22d80 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/drawer", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "Used to render a content that slides in from the side of the screen.", "keywords": [ "drawer" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index 6bc04acbdc..6bc296d1e2 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/dropdown +## 2.3.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/popover@2.3.18-beta.0 + - @heroui/menu@2.2.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.17 ### Patch Changes diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index f2c077b3f7..71a96844e5 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/dropdown", - "version": "2.3.17", + "version": "2.3.18-beta.0", "description": "A dropdown displays a list of actions or options that a user can choose.", "keywords": [ "dropdown" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index f195ace792..9842b3526a 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/form +## 2.1.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.1.16 ### Patch Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 14248270f8..a9715ab98c 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/form", - "version": "2.1.16", + "version": "2.1.17-beta.0", "description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.", "keywords": [ "form" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "react": ">=18", "react-dom": ">=18" }, diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md index 5fa038a720..9dc1e1a67b 100644 --- a/packages/components/image/CHANGELOG.md +++ b/packages/components/image/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/image +## 2.2.12-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-image@2.1.9-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.11-beta.3 ### Patch Changes diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 3b50f75d65..61c43af598 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/image", - "version": "2.2.11", + "version": "2.2.12-beta.0", "description": "A simple image component", "keywords": [ "image" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md index 10f3cb7420..276362ff06 100644 --- a/packages/components/input-otp/CHANGELOG.md +++ b/packages/components/input-otp/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/input-otp +## 2.1.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.1.16 ### Patch Changes diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index a4586881d8..0e15a45d1c 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input-otp", - "version": "2.1.16", + "version": "2.1.17-beta.0", "description": "", "keywords": [ "input-otp" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/form": "workspace:*", diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index f6b1111f13..9782289d29 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/input +## 2.4.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.4.17 ### Patch Changes diff --git a/packages/components/input/package.json b/packages/components/input/package.json index b1f98aff0c..c22c2c2423 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/input", - "version": "2.4.17", + "version": "2.4.18-beta.0", "description": "The input component is designed for capturing user input within a text field.", "keywords": [ "input" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/form": "workspace:*", diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md index 9791b732ed..c1a15cb485 100644 --- a/packages/components/kbd/CHANGELOG.md +++ b/packages/components/kbd/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/kbd +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 76c9dcd610..d97c22c999 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/kbd", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "The keyboard key components indicates which key or set of keys used to execute a specificv action", "keywords": [ "kbd" @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/system-rsc": "workspace:*", diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index ae690c95b8..a01eabbc87 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/link +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-aria-link@2.2.13-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 7ae0443533..b9b196c62e 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/link", - "version": "2.2.14", + "version": "2.2.15-beta.0", "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" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index d7065d2784..150c0fa5b0 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/listbox +## 2.3.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-is-mobile@2.2.9-beta.0 + - @heroui/divider@2.2.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.16 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index e029c8add2..4ba5d9863a 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/listbox", - "version": "2.3.16", + "version": "2.3.17-beta.0", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/aria-utils": "workspace:*", diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index 565ad8f501..e6862ab56d 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/menu +## 2.2.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-is-mobile@2.2.9-beta.0 + - @heroui/divider@2.2.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.16 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 2710ea96da..d13314e95d 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/menu", - "version": "2.2.16", + "version": "2.2.17-beta.0", "description": "A menu displays a list of options and allows a user to select one or more of them.", "keywords": [ "menu" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/divider": "workspace:*", diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md index b8b13070fd..c102e4ec39 100644 --- a/packages/components/modal/CHANGELOG.md +++ b/packages/components/modal/CHANGELOG.md @@ -1,5 +1,22 @@ # @heroui/modal +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-disclosure@2.2.10-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index edaa6042e6..45842f0f21 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/modal", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "Displays a dialog with a custom content that requires attention or provides additional information.", "keywords": [ "modal" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/use-disclosure": "workspace:*", diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md index 6ecf714db3..fde461f3f0 100644 --- a/packages/components/navbar/CHANGELOG.md +++ b/packages/components/navbar/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/navbar +## 2.2.16-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-scroll-position@2.1.8-beta.0 + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index cc6646fcd4..355bf088cf 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/navbar", - "version": "2.2.15", + "version": "2.2.16-beta.0", "description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.", "keywords": [ "navbar" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/number-input/CHANGELOG.md b/packages/components/number-input/CHANGELOG.md index 39ad3f1c28..d3bfb08960 100644 --- a/packages/components/number-input/CHANGELOG.md +++ b/packages/components/number-input/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/number-input +## 2.0.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.0.7 ### Patch Changes diff --git a/packages/components/number-input/package.json b/packages/components/number-input/package.json index deea7a3c5a..807c575bf3 100644 --- a/packages/components/number-input/package.json +++ b/packages/components/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/number-input", - "version": "2.0.7", + "version": "2.0.8-beta.0", "description": "The numeric input component is designed for users to enter a number, and increase or decrease the value using stepper buttons", "keywords": [ "input", @@ -38,8 +38,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/form": "workspace:*", diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 188442a3c1..b60a27303a 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,19 @@ # @heroui/pagination +## 2.2.16-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-pagination@2.2.11-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 894750a5e1..47497d72ec 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/pagination", - "version": "2.2.15", + "version": "2.2.16-beta.0", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 6a8e2bac0c..d3de8ab91e 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,23 @@ # @heroui/popover +## 2.3.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.17 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 73c464844e..232f08fe72 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/popover", - "version": "2.3.17", + "version": "2.3.18-beta.0", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index 5d97f8fac5..9547e648ac 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/progress +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-is-mounted@2.1.8-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index cc20417a41..facb9dc657 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/progress", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 79fef851f8..37112c4272 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/radio +## 2.3.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.16 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 7ec31f4ae8..3fa776eb93 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/radio", - "version": "2.3.16", + "version": "2.3.17-beta.0", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/form": "workspace:*", diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md index 8c3df38e34..391294c8bb 100644 --- a/packages/components/ripple/CHANGELOG.md +++ b/packages/components/ripple/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/ripple +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13-beta.3 ### Patch Changes diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index fb0e8ed944..4dc3d69eca 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/ripple", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "A simple implementation to display a ripple animation when the source component is clicked", "keywords": [ "ripple" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md index 9348860396..a6109edf39 100644 --- a/packages/components/scroll-shadow/CHANGELOG.md +++ b/packages/components/scroll-shadow/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/scroll-shadow +## 2.3.12-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/use-data-scroll-overflow@2.2.9-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.3.11 ### Patch Changes diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index fa9c89d227..9e90dfeb04 100644 --- a/packages/components/scroll-shadow/package.json +++ b/packages/components/scroll-shadow/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/scroll-shadow", - "version": "2.3.11", + "version": "2.3.12-beta.0", "description": "A component that applies top and bottom shadows when content overflows on scroll.", "keywords": [ "scroll-shadow" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 2d0841fde3..a2c8f7f071 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,26 @@ # @heroui/select +## 2.4.18-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/scroll-shadow@2.3.12-beta.0 + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/listbox@2.3.17-beta.0 + - @heroui/popover@2.3.18-beta.0 + - @heroui/spinner@2.2.15-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/use-aria-button@2.2.12-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.4.17 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index c2daf04379..6a2076b275 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/select", - "version": "2.4.17", + "version": "2.4.18-beta.0", "description": "A select displays a collapsible list of options and allows a user to select one of them.", "keywords": [ "select" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.10", - "@heroui/theme": ">=2.4.12", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/skeleton/CHANGELOG.md b/packages/components/skeleton/CHANGELOG.md index 1f3d87b91b..40ecd96e15 100644 --- a/packages/components/skeleton/CHANGELOG.md +++ b/packages/components/skeleton/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/skeleton +## 2.2.12-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.11-beta.3 ### Patch Changes diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index b6db11cde2..909cf3a89c 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/skeleton", - "version": "2.2.11", + "version": "2.2.12-beta.0", "description": "Skeleton is used to display the loading state of some component.", "keywords": [ "skeleton" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md index dd29139c66..db54100cc0 100644 --- a/packages/components/slider/CHANGELOG.md +++ b/packages/components/slider/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/slider +## 2.4.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/tooltip@2.2.15-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.4.14 ### Patch Changes diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index d89e28ebe7..27939b2c23 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/slider", - "version": "2.4.14", + "version": "2.4.15-beta.0", "description": "A slider allows a user to select one or more values within a range.", "keywords": [ "slider" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index c0691bb5a3..f8cf26c496 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/snippet +## 2.2.19-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-clipboard@2.1.9-beta.0 + - @heroui/tooltip@2.2.15-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.18 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 9633f8167e..000fe1c46d 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/snippet", - "version": "2.2.18", + "version": "2.2.19-beta.0", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/button": "workspace:*", diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md index 7c1ac4027c..08c3c717fc 100644 --- a/packages/components/spacer/CHANGELOG.md +++ b/packages/components/spacer/CHANGELOG.md @@ -1,5 +1,17 @@ # @heroui/spacer +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + ## 2.2.13-beta.3 ### Patch Changes diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index 4fbc7561ac..26ac470e08 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spacer", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.", "keywords": [ "spacer" @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/system-rsc": "workspace:*", diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 4f1fa9c5bb..73b5c2446e 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/spinner +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index d206254ae5..e6632cac4a 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/spinner", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", @@ -38,7 +38,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/system-rsc": "workspace:*", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index 2278aba236..7032d5b121 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/switch +## 2.2.16-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.15 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index bff9308498..2ff36176f2 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/switch", - "version": "2.2.15", + "version": "2.2.16-beta.0", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md index 72f04fd2bd..fdff6ffcfa 100644 --- a/packages/components/table/CHANGELOG.md +++ b/packages/components/table/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/table +## 2.2.17-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/checkbox@2.3.17-beta.0 + - @heroui/spacer@2.2.14-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.16 ### Patch Changes diff --git a/packages/components/table/package.json b/packages/components/table/package.json index c84b3c3282..ee680e2ab2 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/table", - "version": "2.2.16", + "version": "2.2.17-beta.0", "description": "Tables are used to display tabular data using rows and columns. ", "keywords": [ "table" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/checkbox": "workspace:*", diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 35b287f6ad..afc83bea3e 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/tabs +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-update-effect@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-is-mounted@2.1.8-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index e7734618e7..00b7e36f9b 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/tabs", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "Tabs organize content into multiple sections and allow users to navigate between them.", "keywords": [ "tabs" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/toast/CHANGELOG.md b/packages/components/toast/CHANGELOG.md index f0e97ab756..6f30fad711 100644 --- a/packages/components/toast/CHANGELOG.md +++ b/packages/components/toast/CHANGELOG.md @@ -1,5 +1,20 @@ # @heroui/toast +## 2.0.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-icons@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/use-is-mobile@2.2.9-beta.0 + - @heroui/spinner@2.2.15-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.0.7 ### Patch Changes diff --git a/packages/components/toast/package.json b/packages/components/toast/package.json index cd7bab0dd4..0c58148ec7 100644 --- a/packages/components/toast/package.json +++ b/packages/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/toast", - "version": "2.0.7", + "version": "2.0.8-beta.0", "description": "Toast are temporary notifications that provide concise feedback about an action or event", "keywords": [ "toast" @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@heroui/system": ">=2.4.13-beta.0", - "@heroui/theme": ">=2.4.13-beta.0", + "@heroui/system": ">=2.4.14-beta.0", + "@heroui/theme": ">=2.4.14-beta.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index 62515d78b1..20c3321514 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,21 @@ # @heroui/tooltip +## 2.2.15-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/dom-animation@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/aria-utils@2.2.15-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index d0ea4ff0e9..6dcb179216 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/tooltip", - "version": "2.2.14", + "version": "2.2.15-beta.0", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/shared-utils": "workspace:*", diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index 631dc4448e..d6ee00057d 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,18 @@ # @heroui/user +## 2.2.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/avatar@2.2.14-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.13 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 426c7c805c..046d570ab6 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/user", - "version": "2.2.13", + "version": "2.2.14-beta.0", "description": "Flexible User Profile Component.", "keywords": [ "user" @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0", - "@heroui/system": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0", + "@heroui/system": ">=2.4.14-beta.0" }, "dependencies": { "@heroui/avatar": "workspace:*", diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index d516819740..9afc5063c5 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,64 @@ # @heroui/react +## 2.8.0-beta.0 + +### Minor Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/scroll-shadow@2.3.12-beta.0 + - @heroui/autocomplete@2.3.19-beta.0 + - @heroui/number-input@2.0.8-beta.0 + - @heroui/breadcrumbs@2.2.14-beta.0 + - @heroui/date-picker@2.3.18-beta.0 + - @heroui/date-input@2.3.17-beta.0 + - @heroui/pagination@2.2.16-beta.0 + - @heroui/accordion@2.2.15-beta.0 + - @heroui/input-otp@2.1.17-beta.0 + - @heroui/calendar@2.2.18-beta.0 + - @heroui/checkbox@2.3.17-beta.0 + - @heroui/dropdown@2.3.18-beta.0 + - @heroui/progress@2.2.14-beta.0 + - @heroui/skeleton@2.2.12-beta.0 + - @heroui/divider@2.2.13-beta.0 + - @heroui/listbox@2.3.17-beta.0 + - @heroui/popover@2.3.18-beta.0 + - @heroui/snippet@2.2.19-beta.0 + - @heroui/spinner@2.2.15-beta.0 + - @heroui/tooltip@2.2.15-beta.0 + - @heroui/avatar@2.2.14-beta.0 + - @heroui/button@2.2.18-beta.0 + - @heroui/drawer@2.2.15-beta.0 + - @heroui/navbar@2.2.16-beta.0 + - @heroui/ripple@2.2.14-beta.0 + - @heroui/select@2.4.18-beta.0 + - @heroui/slider@2.4.15-beta.0 + - @heroui/spacer@2.2.14-beta.0 + - @heroui/switch@2.2.16-beta.0 + - @heroui/alert@2.2.18-beta.0 + - @heroui/badge@2.2.12-beta.0 + - @heroui/image@2.2.12-beta.0 + - @heroui/input@2.4.18-beta.0 + - @heroui/modal@2.2.15-beta.0 + - @heroui/radio@2.3.17-beta.0 + - @heroui/table@2.2.17-beta.0 + - @heroui/toast@2.0.8-beta.0 + - @heroui/card@2.2.17-beta.0 + - @heroui/chip@2.2.14-beta.0 + - @heroui/code@2.2.14-beta.0 + - @heroui/form@2.1.17-beta.0 + - @heroui/link@2.2.15-beta.0 + - @heroui/menu@2.2.17-beta.0 + - @heroui/tabs@2.2.15-beta.0 + - @heroui/user@2.2.14-beta.0 + - @heroui/kbd@2.2.14-beta.0 + - @heroui/theme@2.4.14-beta.0 + - @heroui/framer-utils@2.1.14-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.7.6 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index f8b6c54068..4a81cac783 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react", - "version": "2.7.6", + "version": "2.8.0-beta.0", "description": "🚀 Beautiful and modern React UI library.", "author": "HeroUI ", "homepage": "https://heroui.com", diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md index 39d15e4b78..439e9dabdd 100644 --- a/packages/core/system-rsc/CHANGELOG.md +++ b/packages/core/system-rsc/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/system-rsc +## 2.3.13-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/theme@2.4.14-beta.0 + ## 2.3.12-beta.3 ### Patch Changes diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 1d89be8a25..917893f44d 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/system-rsc", - "version": "2.3.12", + "version": "2.3.13-beta.0", "description": "HeroUI system primitives compatibles with RSC imports", "keywords": [ "system-rsc" @@ -35,7 +35,7 @@ }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", - "@heroui/theme": ">=2.4.13-beta.0" + "@heroui/theme": ">=2.4.14-beta.0" }, "devDependencies": { "@heroui/theme": "workspace:*", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 7f77f4dd02..8e261683bb 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,13 @@ # @heroui/system +## 2.4.14-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/react-utils@2.1.10-beta.0 + - @heroui/system-rsc@2.3.13-beta.0 + ## 2.4.13 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index d47c52fbf1..cbc063cec1 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/system", - "version": "2.4.13", + "version": "2.4.14-beta.0", "description": "HeroUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index d552aeb583..98f56496d7 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/theme +## 2.4.14-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.4.13 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 0bdab038ed..714a007c28 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/theme", - "version": "2.4.13", + "version": "2.4.14-beta.0", "description": "The default theme for HeroUI components", "keywords": [ "theme", diff --git a/packages/core/theme/src/utils/object.ts b/packages/core/theme/src/utils/object.ts index 54d16a0894..c320764cd0 100644 --- a/packages/core/theme/src/utils/object.ts +++ b/packages/core/theme/src/utils/object.ts @@ -51,6 +51,6 @@ export const flattenThemeObject = (obj: TTarget) => removeDefaultKeys( flatten(obj, { safe: true, - delimiter: "", + delimiter: "-", }) as Object, ); diff --git a/packages/hooks/use-aria-button/CHANGELOG.md b/packages/hooks/use-aria-button/CHANGELOG.md index c1f762f25a..de656c853a 100644 --- a/packages/hooks/use-aria-button/CHANGELOG.md +++ b/packages/hooks/use-aria-button/CHANGELOG.md @@ -1,5 +1,12 @@ # @heroui/use-aria-button +## 2.2.12-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.2.11 ### Patch Changes diff --git a/packages/hooks/use-aria-button/package.json b/packages/hooks/use-aria-button/package.json index 25083a5613..36d64471bf 100644 --- a/packages/hooks/use-aria-button/package.json +++ b/packages/hooks/use-aria-button/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-button", - "version": "2.2.11", + "version": "2.2.12-beta.0", "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 80a8698ff4..5dfd7a1ad3 100644 --- a/packages/hooks/use-aria-link/CHANGELOG.md +++ b/packages/hooks/use-aria-link/CHANGELOG.md @@ -1,5 +1,12 @@ # @heroui/use-aria-link +## 2.2.13-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.2.12 ### Patch Changes diff --git a/packages/hooks/use-aria-link/package.json b/packages/hooks/use-aria-link/package.json index 9b16e3cd00..9bda785ce4 100644 --- a/packages/hooks/use-aria-link/package.json +++ b/packages/hooks/use-aria-link/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-aria-link", - "version": "2.2.12", + "version": "2.2.13-beta.0", "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-callback-ref/CHANGELOG.md b/packages/hooks/use-callback-ref/CHANGELOG.md index 352a6cf5ae..ccda2c3317 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-callback-ref/package.json b/packages/hooks/use-callback-ref/package.json index 3f8518ec58..a13dd63061 100644 --- a/packages/hooks/use-callback-ref/package.json +++ b/packages/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-callback-ref", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 93abeb87cb..1498c49828 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-clipboard +## 2.1.9-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index 57aee36364..46b7e6b532 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-clipboard", - "version": "2.1.8", + "version": "2.1.9-beta.0", "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 8297b6dd2a..619ec759b5 100644 --- a/packages/hooks/use-data-scroll-overflow/CHANGELOG.md +++ b/packages/hooks/use-data-scroll-overflow/CHANGELOG.md @@ -1,5 +1,12 @@ # @heroui/use-data-scroll-overflow +## 2.2.9-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.2.8 ### Patch Changes diff --git a/packages/hooks/use-data-scroll-overflow/package.json b/packages/hooks/use-data-scroll-overflow/package.json index 6c449383b6..04d5e8043b 100644 --- a/packages/hooks/use-data-scroll-overflow/package.json +++ b/packages/hooks/use-data-scroll-overflow/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-data-scroll-overflow", - "version": "2.2.8", + "version": "2.2.9-beta.0", "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 c79ca25a74..58e49b5a5a 100644 --- a/packages/hooks/use-disclosure/CHANGELOG.md +++ b/packages/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,12 @@ # @heroui/use-disclosure +## 2.2.10-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-callback-ref@2.1.8-beta.0 + ## 2.2.9 ### Patch Changes diff --git a/packages/hooks/use-disclosure/package.json b/packages/hooks/use-disclosure/package.json index 83c4718adb..f9cf311319 100644 --- a/packages/hooks/use-disclosure/package.json +++ b/packages/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-disclosure", - "version": "2.2.9", + "version": "2.2.10-beta.0", "description": "The hook in charge of managing modals", "keywords": [ "use-disclosure" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index 4ecf9e8aba..94b5e23727 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/use-image +## 2.1.9-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/use-safe-layout-effect@2.1.8-beta.0 + - @heroui/react-utils@2.1.10-beta.0 + ## 2.1.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 9b2a495900..8753055f8c 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-image", - "version": "2.1.8", + "version": "2.1.9-beta.0", "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 649d62def5..dd84a07ccc 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 +## 2.2.9-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.2.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-infinite-scroll/package.json b/packages/hooks/use-infinite-scroll/package.json index 97d420b11e..7b854b32cc 100644 --- a/packages/hooks/use-infinite-scroll/package.json +++ b/packages/hooks/use-infinite-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-infinite-scroll", - "version": "2.2.8", + "version": "2.2.9-beta.0", "description": "A hook for handling infinite scroll based on the IntersectionObserver API", "keywords": [ "use-infinite-scroll" diff --git a/packages/hooks/use-is-mobile/CHANGELOG.md b/packages/hooks/use-is-mobile/CHANGELOG.md index b529fc209a..d1b1402d4a 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 +## 2.2.9-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.2.8-beta.3 ### Patch Changes diff --git a/packages/hooks/use-is-mobile/package.json b/packages/hooks/use-is-mobile/package.json index 97feec2afc..006ff612b1 100644 --- a/packages/hooks/use-is-mobile/package.json +++ b/packages/hooks/use-is-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-is-mobile", - "version": "2.2.8", + "version": "2.2.9-beta.0", "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 221563e01d..5e9434fcde 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index ccdc4f95fe..1227b0be12 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-is-mounted", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 65e0979f0e..595c1bc34c 100644 --- a/packages/hooks/use-measure/CHANGELOG.md +++ b/packages/hooks/use-measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-real-shape +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-measure/package.json b/packages/hooks/use-measure/package.json index 676e623556..33b25ad401 100644 --- a/packages/hooks/use-measure/package.json +++ b/packages/hooks/use-measure/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-measure", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 a5b70265b9..c92666e5ed 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,12 @@ # @heroui/use-pagination +## 2.2.11-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.2.10 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index d3eb04724c..0ffddc989b 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-pagination", - "version": "2.2.10", + "version": "2.2.11-beta.0", "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 e2f100a549..789fd8fd25 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 +## 2.1.10-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/react-utils@2.1.10-beta.0 + ## 2.1.9-beta.3 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index 5f012c67e2..35b95635c8 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-real-shape", - "version": "2.1.9", + "version": "2.1.10-beta.0", "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 a0d598a564..1cd23c42dc 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index f60da9b3a0..382eba92f6 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-ref-state", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 f25811c2b7..ac9049ad85 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-resize +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index f4b5c5549e..149af335bc 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-resize", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 97a16ee948..31e04201d9 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 9edfb21b35..b3edf8f666 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-safe-layout-effect", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 d448b6b11f..caaf1c7e15 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-scroll-position/package.json b/packages/hooks/use-scroll-position/package.json index 535148f5bc..6affd7a687 100644 --- a/packages/hooks/use-scroll-position/package.json +++ b/packages/hooks/use-scroll-position/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-scroll-position", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 bdbf8ae73a..e858d75980 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-ssr +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index f9d9a13022..3dc0870836 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-ssr", - "version": "2.1.7", + "version": "2.1.8-beta.0", "description": "", "keywords": [ "use-ssr" diff --git a/packages/hooks/use-theme/CHANGELOG.md b/packages/hooks/use-theme/CHANGELOG.md index 09b4c7cacc..f3cc9f7ded 100644 --- a/packages/hooks/use-theme/CHANGELOG.md +++ b/packages/hooks/use-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/use-theme +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-theme/package.json b/packages/hooks/use-theme/package.json index 9c4e448931..cc9506d9ce 100644 --- a/packages/hooks/use-theme/package.json +++ b/packages/hooks/use-theme/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-theme", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 a82fa019b0..75cf40991c 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 8b1127b023..9adb75dcba 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/use-update-effect", - "version": "2.1.7", + "version": "2.1.8-beta.0", "description": "React effect hook that invokes only on update", "keywords": [ "use-update-effect" diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index e50dfa542a..339f527a2f 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/aria-utils +## 2.2.15-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/react-rsc-utils@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.2.14 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index d99e1afbe7..29b3e18213 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/aria-utils", - "version": "2.2.14", + "version": "2.2.15-beta.0", "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 a626aa17f8..a20884b377 100644 --- a/packages/utilities/dom-animation/CHANGELOG.md +++ b/packages/utilities/dom-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/dom-animation +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/utilities/dom-animation/package.json b/packages/utilities/dom-animation/package.json index 7923743614..1cd2e009d4 100644 --- a/packages/utilities/dom-animation/package.json +++ b/packages/utilities/dom-animation/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/dom-animation", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 daee2c28cc..4f284d1c58 100644 --- a/packages/utilities/framer-utils/CHANGELOG.md +++ b/packages/utilities/framer-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @heroui/framer-utils +## 2.1.14-beta.0 + +### Patch Changes + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/shared-utils@2.1.9-beta.0 + - @heroui/use-measure@2.1.8-beta.0 + - @heroui/system@2.4.14-beta.0 + ## 2.1.13 ### Patch Changes diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json index b796dd0bb2..7fbdd2aa86 100644 --- a/packages/utilities/framer-utils/package.json +++ b/packages/utilities/framer-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/framer-utils", - "version": "2.1.13", + "version": "2.1.14-beta.0", "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 8a32c8252e..de0745e024 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 +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/utilities/react-rsc-utils/package.json b/packages/utilities/react-rsc-utils/package.json index dbbc0473c6..7e04c3cf5b 100644 --- a/packages/utilities/react-rsc-utils/package.json +++ b/packages/utilities/react-rsc-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react-rsc-utils", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 ae78edebc4..658c4af403 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @heroui/react-utils +## 2.1.10-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + +- Updated dependencies [[`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25)]: + - @heroui/react-rsc-utils@2.1.8-beta.0 + - @heroui/shared-utils@2.1.9-beta.0 + ## 2.1.9-beta.3 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 56049d4e7d..f2fb17eb48 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/react-utils", - "version": "2.1.9", + "version": "2.1.10-beta.0", "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 055b87795e..a1ade1081a 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/shared-icons +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 7f1adab98c..fc09de27a4 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/shared-icons", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 30aa9ec990..dca28a6df4 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/shared-utils +## 2.1.9-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.8-beta.3 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index 7c09923f7b..72454e8d9d 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/shared-utils", - "version": "2.1.8", + "version": "2.1.9-beta.0", "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 67b1e9b12b..9c3a3e9323 100644 --- a/packages/utilities/stories-utils/CHANGELOG.md +++ b/packages/utilities/stories-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/stories-utils +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/utilities/stories-utils/package.json b/packages/utilities/stories-utils/package.json index 250071f0d4..f9d88a9567 100644 --- a/packages/utilities/stories-utils/package.json +++ b/packages/utilities/stories-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/stories-utils", - "version": "2.1.7", + "version": "2.1.8-beta.0", "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 88a6067e85..9bf50730e6 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @heroui/test-utils +## 2.1.8-beta.0 + +### Patch Changes + +- [#5166](https://github.com/heroui-inc/heroui/pull/5166) [`3eeb600`](https://github.com/heroui-inc/heroui/commit/3eeb6005cc51c7e0249939554d57d0ab3af66a25) Thanks [@github-actions](https://github.com/apps/github-actions)! - TailwindCSS v4 + ## 2.1.7-beta.3 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index bd971c9a2d..9fa539a500 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@heroui/test-utils", - "version": "2.1.7", + "version": "2.1.8-beta.0", "description": "A set of utilities for react testing", "keywords": [ "test-utils"