diff --git a/apps/docs/app/docs/[[...slug]]/page.tsx b/apps/docs/app/docs/[[...slug]]/page.tsx
index dbb2acc24a..b346c67153 100644
--- a/apps/docs/app/docs/[[...slug]]/page.tsx
+++ b/apps/docs/app/docs/[[...slug]]/page.tsx
@@ -99,7 +99,7 @@ export default async function DocPage({params}: DocPageProps) {
{headings && headings.length > 0 && (
-
+
)}
diff --git a/apps/docs/components/docs/toc.tsx b/apps/docs/components/docs/toc.tsx
index 456e94d753..b8f1bd456f 100644
--- a/apps/docs/components/docs/toc.tsx
+++ b/apps/docs/components/docs/toc.tsx
@@ -87,7 +87,7 @@ export const DocsToc: FC
= ({headings}) => {
className={clsx(
"transition-colors",
"font-normal",
- "flex items-center text-sm font-normal text-default-500 dark:text-default-300",
+ "flex items-center text-tiny font-normal text-default-500 dark:text-default-300",
"data-[active=true]:text-foreground",
"dark:data-[active=true]:text-foreground",
"before:content-['']",
@@ -115,7 +115,7 @@ export const DocsToc: FC = ({headings}) => {
Back to top
diff --git a/apps/docs/content/blog/v2.6.0.mdx b/apps/docs/content/blog/v2.6.0.mdx
index 0f4d257e7d..557cd65db4 100644
--- a/apps/docs/content/blog/v2.6.0.mdx
+++ b/apps/docs/content/blog/v2.6.0.mdx
@@ -749,7 +749,7 @@ The circular progress Tailwind variants have been moved from `circular-progress`
- Replaced VA by Posthog by [@wingkwong](https://github.com/wingkwong) in [PR #4123](https://github.com/nextui-org/nextui/pull/4123)
- Moved circular-progress tv to progress by [@winchesHe](https://github.com/winchesHe) in [PR #3321](https://github.com/nextui-org/nextui/pull/3321)
-Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001),
+Special thanks to NextUI Team members [@wingkwong](https://github.com/wingkwong), [@macci001](https://github.com/macci001), [@vinroger](https://github.com/vinroger),
[@ryo-manba](https://github.com/ryo-manba), [@winchesHe](https://github.com/winchesHe), [@tianenpang](https://github.com/tianenpang) and contributors for their contributions to this release.
For a full list of changes, please refer to the [release notes](https://github.com/nextui-org/nextui/releases/tag/%40nextui-org%2Freact%402.6.2).
diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md
index 14cff2573c..a8101ac7b8 100644
--- a/packages/components/accordion/CHANGELOG.md
+++ b/packages/components/accordion/CHANGELOG.md
@@ -1,5 +1,16 @@
# @nextui-org/accordion
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/divider@2.2.3
+ - @nextui-org/aria-utils@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json
index f8830345ae..7f1ce5fe9b 100644
--- a/packages/components/accordion/package.json
+++ b/packages/components/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
diff --git a/packages/components/alert/CHANGELOG.md b/packages/components/alert/CHANGELOG.md
index a1017c9145..86e2fb8f84 100644
--- a/packages/components/alert/CHANGELOG.md
+++ b/packages/components/alert/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/alert
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/button@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json
index 6c72560de2..11fc21bee6 100644
--- a/packages/components/alert/package.json
+++ b/packages/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
diff --git a/packages/components/autocomplete/CHANGELOG.md b/packages/components/autocomplete/CHANGELOG.md
index fe20c7de14..783e66b546 100644
--- a/packages/components/autocomplete/CHANGELOG.md
+++ b/packages/components/autocomplete/CHANGELOG.md
@@ -1,5 +1,21 @@
# @nextui-org/autocomplete
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/scroll-shadow@2.3.3
+ - @nextui-org/listbox@2.3.3
+ - @nextui-org/popover@2.3.3
+ - @nextui-org/spinner@2.2.3
+ - @nextui-org/button@2.2.3
+ - @nextui-org/input@2.4.3
+ - @nextui-org/form@2.1.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json
index 3c427b6e75..8c7d7db695 100644
--- a/packages/components/autocomplete/package.json
+++ b/packages/components/autocomplete/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
- "version": "2.3.2",
+ "version": "2.3.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 40d60c10f8..8e3978941a 100644
--- a/packages/components/avatar/CHANGELOG.md
+++ b/packages/components/avatar/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/avatar
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json
index 60f752ccf5..30703c893c 100644
--- a/packages/components/avatar/package.json
+++ b/packages/components/avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md
index d1f8a45819..d6af44f5c2 100644
--- a/packages/components/badge/CHANGELOG.md
+++ b/packages/components/badge/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/badge
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json
index 091b21a3ff..00fdb3fc23 100644
--- a/packages/components/badge/package.json
+++ b/packages/components/badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md
index 480d1b188d..d7972d76bb 100644
--- a/packages/components/breadcrumbs/CHANGELOG.md
+++ b/packages/components/breadcrumbs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/breadcrumbs
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json
index 7c9f3a3ac5..c30a5aef8b 100644
--- a/packages/components/breadcrumbs/package.json
+++ b/packages/components/breadcrumbs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md
index cf487823f6..80cba75bd4 100644
--- a/packages/components/button/CHANGELOG.md
+++ b/packages/components/button/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/button
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/spinner@2.2.3
+ - @nextui-org/ripple@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/button/package.json b/packages/components/button/package.json
index 4ab7fc0e6e..87c7218693 100644
--- a/packages/components/button/package.json
+++ b/packages/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/calendar/CHANGELOG.md b/packages/components/calendar/CHANGELOG.md
index 990810d3a6..d3b3d482b3 100644
--- a/packages/components/calendar/CHANGELOG.md
+++ b/packages/components/calendar/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/calendar
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/button@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json
index caa02c917c..da5e19d2be 100644
--- a/packages/components/calendar/package.json
+++ b/packages/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
- "version": "2.2.2",
+ "version": "2.2.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 2bfe6ac003..7eea239cfd 100644
--- a/packages/components/card/CHANGELOG.md
+++ b/packages/components/card/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/card
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/ripple@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/card/package.json b/packages/components/card/package.json
index 80a4c3bc33..cccd3791a0 100644
--- a/packages/components/card/package.json
+++ b/packages/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md
index ed7a246ecf..f6b84eb43d 100644
--- a/packages/components/checkbox/CHANGELOG.md
+++ b/packages/components/checkbox/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/checkbox
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/form@2.1.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json
index 750ffe8f33..f136387c14 100644
--- a/packages/components/checkbox/package.json
+++ b/packages/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
- "version": "2.3.2",
+ "version": "2.3.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 a3dd830c62..40c43846fa 100644
--- a/packages/components/chip/CHANGELOG.md
+++ b/packages/components/chip/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/chip
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json
index badf78b078..ef6c483abf 100644
--- a/packages/components/chip/package.json
+++ b/packages/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-icons": "workspace:*",
diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md
index 91c7475688..8c0fbef8db 100644
--- a/packages/components/code/CHANGELOG.md
+++ b/packages/components/code/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/code
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/code/package.json b/packages/components/code/package.json
index a9a7bf2793..abc24ac1d9 100644
--- a/packages/components/code/package.json
+++ b/packages/components/code/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",
diff --git a/packages/components/date-input/CHANGELOG.md b/packages/components/date-input/CHANGELOG.md
index af3eee2548..52fc614c2a 100644
--- a/packages/components/date-input/CHANGELOG.md
+++ b/packages/components/date-input/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/date-input
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/form@2.1.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json
index 10c9962ef0..bb35aa3ce0 100644
--- a/packages/components/date-input/package.json
+++ b/packages/components/date-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-input",
- "version": "2.3.2",
+ "version": "2.3.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 fdf2ba8cf9..899836829a 100644
--- a/packages/components/date-picker/CHANGELOG.md
+++ b/packages/components/date-picker/CHANGELOG.md
@@ -1,5 +1,19 @@
# @nextui-org/date-picker
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/date-input@2.3.3
+ - @nextui-org/calendar@2.2.3
+ - @nextui-org/popover@2.3.3
+ - @nextui-org/button@2.2.3
+ - @nextui-org/form@2.1.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json
index f4f5ff5112..5f81bdcfa8 100644
--- a/packages/components/date-picker/package.json
+++ b/packages/components/date-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
- "version": "2.3.2",
+ "version": "2.3.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 017c08cb95..0c588f13c6 100644
--- a/packages/components/divider/CHANGELOG.md
+++ b/packages/components/divider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/divider
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json
index 4e0d82b77d..31680cd352 100644
--- a/packages/components/divider/package.json
+++ b/packages/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/drawer/CHANGELOG.md b/packages/components/drawer/CHANGELOG.md
index 144f62c857..d25799c5ff 100644
--- a/packages/components/drawer/CHANGELOG.md
+++ b/packages/components/drawer/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/drawer
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/modal@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json
index dd22d50fdf..5f4e4a84d9 100644
--- a/packages/components/drawer/package.json
+++ b/packages/components/drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/drawer",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md
index 0f2df1faa8..be0c63a1c6 100644
--- a/packages/components/dropdown/CHANGELOG.md
+++ b/packages/components/dropdown/CHANGELOG.md
@@ -1,5 +1,16 @@
# @nextui-org/dropdown
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/popover@2.3.3
+ - @nextui-org/menu@2.2.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json
index db5e70ae04..530a37d8e1 100644
--- a/packages/components/dropdown/package.json
+++ b/packages/components/dropdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
- "version": "2.3.2",
+ "version": "2.3.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 70374876cb..6a32be1a56 100644
--- a/packages/components/form/CHANGELOG.md
+++ b/packages/components/form/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/form
+## 2.1.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies []:
+ - @nextui-org/system@2.4.3
+
## 2.1.2
### Patch Changes
diff --git a/packages/components/form/package.json b/packages/components/form/package.json
index 47bacb01ce..48aaa68201 100644
--- a/packages/components/form/package.json
+++ b/packages/components/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/form",
- "version": "2.1.2",
+ "version": "2.1.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.0",
"react": ">=18",
"react-dom": ">=18"
},
diff --git a/packages/components/image/CHANGELOG.md b/packages/components/image/CHANGELOG.md
index 42c2d581a3..57f77ec3d8 100644
--- a/packages/components/image/CHANGELOG.md
+++ b/packages/components/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/image
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/image/package.json b/packages/components/image/package.json
index fc6a54acd0..9aa34457bf 100644
--- a/packages/components/image/package.json
+++ b/packages/components/image/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/input-otp/CHANGELOG.md b/packages/components/input-otp/CHANGELOG.md
index a7d84759be..3ed96e0f29 100644
--- a/packages/components/input-otp/CHANGELOG.md
+++ b/packages/components/input-otp/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/input-otp
+## 2.1.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/form@2.1.3
+
## 2.1.2
### Patch Changes
diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json
index 79a8a925a3..445d63d252 100644
--- a/packages/components/input-otp/package.json
+++ b/packages/components/input-otp/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input-otp",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "",
"keywords": [
"input-otp"
@@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/form": "workspace:*",
diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md
index 28f85b9475..df24a7a797 100644
--- a/packages/components/input/CHANGELOG.md
+++ b/packages/components/input/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/input
+## 2.4.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/form@2.1.3
+
## 2.4.2
### Patch Changes
diff --git a/packages/components/input/package.json b/packages/components/input/package.json
index b8a5b455e8..16c946de77 100644
--- a/packages/components/input/package.json
+++ b/packages/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
- "version": "2.4.2",
+ "version": "2.4.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/form": "workspace:*",
diff --git a/packages/components/kbd/CHANGELOG.md b/packages/components/kbd/CHANGELOG.md
index c0b54189c0..f490dde5f4 100644
--- a/packages/components/kbd/CHANGELOG.md
+++ b/packages/components/kbd/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/kbd
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json
index b50fa7e558..476580f3c7 100644
--- a/packages/components/kbd/package.json
+++ b/packages/components/kbd/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/kbd",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",
diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md
index 521a8f1eed..49ff6f869d 100644
--- a/packages/components/link/CHANGELOG.md
+++ b/packages/components/link/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/link
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/link/package.json b/packages/components/link/package.json
index 390db3895a..f6148befc7 100644
--- a/packages/components/link/package.json
+++ b/packages/components/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md
index 67029e7566..fc3c688432 100644
--- a/packages/components/listbox/CHANGELOG.md
+++ b/packages/components/listbox/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/listbox
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/divider@2.2.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json
index a2bb0fb7e8..6e3a677032 100644
--- a/packages/components/listbox/package.json
+++ b/packages/components/listbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
- "version": "2.3.2",
+ "version": "2.3.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md
index f8d11de88f..3d2f7fde6a 100644
--- a/packages/components/menu/CHANGELOG.md
+++ b/packages/components/menu/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/menu
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/divider@2.2.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json
index 9c75e2014a..cb552b9451 100644
--- a/packages/components/menu/package.json
+++ b/packages/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/divider": "workspace:*",
diff --git a/packages/components/modal/CHANGELOG.md b/packages/components/modal/CHANGELOG.md
index 8040d551af..c4d5755f31 100644
--- a/packages/components/modal/CHANGELOG.md
+++ b/packages/components/modal/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/modal
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies []:
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json
index 1a6d1782f0..ddbccbcdf3 100644
--- a/packages/components/modal/package.json
+++ b/packages/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/use-disclosure": "workspace:*",
diff --git a/packages/components/navbar/CHANGELOG.md b/packages/components/navbar/CHANGELOG.md
index 397a43d245..34287b3b83 100644
--- a/packages/components/navbar/CHANGELOG.md
+++ b/packages/components/navbar/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/navbar
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies []:
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json
index ebf4796ebc..304040ec46 100644
--- a/packages/components/navbar/package.json
+++ b/packages/components/navbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/navbar",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md
index 4f13b7e313..b7ede9fb3a 100644
--- a/packages/components/pagination/CHANGELOG.md
+++ b/packages/components/pagination/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/pagination
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json
index a115027ad7..947b311017 100644
--- a/packages/components/pagination/package.json
+++ b/packages/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md
index 255d82418a..0c2cb40623 100644
--- a/packages/components/popover/CHANGELOG.md
+++ b/packages/components/popover/CHANGELOG.md
@@ -1,5 +1,16 @@
# @nextui-org/popover
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/button@2.2.3
+ - @nextui-org/aria-utils@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json
index 2f67e2adfa..aaf9a51fc2 100644
--- a/packages/components/popover/package.json
+++ b/packages/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
@@ -34,8 +34,8 @@
"postpack": "clean-package restore"
},
"peerDependencies": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 766a0b1397..55f03ab726 100644
--- a/packages/components/progress/CHANGELOG.md
+++ b/packages/components/progress/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/progress
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json
index 34ba528cca..e4a4973068 100644
--- a/packages/components/progress/package.json
+++ b/packages/components/progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/progress",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md
index 65046bdc4c..d655ff9750 100644
--- a/packages/components/radio/CHANGELOG.md
+++ b/packages/components/radio/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/radio
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/form@2.1.3
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json
index 4a500de678..3391f1655b 100644
--- a/packages/components/radio/package.json
+++ b/packages/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
- "version": "2.3.2",
+ "version": "2.3.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/form": "workspace:*",
diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md
index 4e73daa129..a1e846b4ec 100644
--- a/packages/components/ripple/CHANGELOG.md
+++ b/packages/components/ripple/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/ripple
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json
index bc7c44d8e9..8176bc2112 100644
--- a/packages/components/ripple/package.json
+++ b/packages/components/ripple/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/ripple",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/scroll-shadow/CHANGELOG.md b/packages/components/scroll-shadow/CHANGELOG.md
index 6c1d1f98cd..142998c3ca 100644
--- a/packages/components/scroll-shadow/CHANGELOG.md
+++ b/packages/components/scroll-shadow/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/scroll-shadow
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.3.2
### Patch Changes
diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json
index e395ed4ddd..5210dbd69e 100644
--- a/packages/components/scroll-shadow/package.json
+++ b/packages/components/scroll-shadow/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/scroll-shadow",
- "version": "2.3.2",
+ "version": "2.3.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md
index ac74dfc6b6..0392b655e3 100644
--- a/packages/components/select/CHANGELOG.md
+++ b/packages/components/select/CHANGELOG.md
@@ -1,5 +1,19 @@
# @nextui-org/select
+## 2.4.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/scroll-shadow@2.3.3
+ - @nextui-org/listbox@2.3.3
+ - @nextui-org/popover@2.3.3
+ - @nextui-org/spinner@2.2.3
+ - @nextui-org/form@2.1.3
+ - @nextui-org/aria-utils@2.2.3
+
## 2.4.2
### Patch Changes
diff --git a/packages/components/select/package.json b/packages/components/select/package.json
index 91bf8bed66..e61b052a80 100644
--- a/packages/components/select/package.json
+++ b/packages/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
- "version": "2.4.2",
+ "version": "2.4.3",
"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": {
- "@nextui-org/system": ">=2.3.0",
- "@nextui-org/theme": ">=2.3.0",
+ "@nextui-org/system": ">=2.4.0",
+ "@nextui-org/theme": ">=2.4.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 c353dffc83..a69c003869 100644
--- a/packages/components/skeleton/CHANGELOG.md
+++ b/packages/components/skeleton/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/skeleton
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json
index 2c9148e93e..1e07aad719 100644
--- a/packages/components/skeleton/package.json
+++ b/packages/components/skeleton/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/skeleton",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/slider/CHANGELOG.md b/packages/components/slider/CHANGELOG.md
index 3b84e93882..cf2ab05ec2 100644
--- a/packages/components/slider/CHANGELOG.md
+++ b/packages/components/slider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/slider
+## 2.4.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/tooltip@2.2.3
+
## 2.4.2
### Patch Changes
diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json
index 220122e97b..70386a17fa 100644
--- a/packages/components/slider/package.json
+++ b/packages/components/slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/slider",
- "version": "2.4.2",
+ "version": "2.4.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md
index f8a4215cdb..b0ed9e4311 100644
--- a/packages/components/snippet/CHANGELOG.md
+++ b/packages/components/snippet/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/snippet
+## 2.2.4
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/tooltip@2.2.3
+ - @nextui-org/button@2.2.3
+
## 2.2.3
### Patch Changes
diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json
index 42bdc5889d..36c0450f8c 100644
--- a/packages/components/snippet/package.json
+++ b/packages/components/snippet/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
- "version": "2.2.3",
+ "version": "2.2.4",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/button": "workspace:*",
diff --git a/packages/components/spacer/CHANGELOG.md b/packages/components/spacer/CHANGELOG.md
index 758b7d98d7..79c8993dc5 100644
--- a/packages/components/spacer/CHANGELOG.md
+++ b/packages/components/spacer/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/spacer
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json
index bdfe3e50da..4c90e33227 100644
--- a/packages/components/spacer/package.json
+++ b/packages/components/spacer/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/spacer",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",
diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md
index c25d116d68..0df9ca9d93 100644
--- a/packages/components/spinner/CHANGELOG.md
+++ b/packages/components/spinner/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/spinner
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json
index d1bf2fc95c..2a7d2b1627 100644
--- a/packages/components/spinner/package.json
+++ b/packages/components/spinner/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/spinner",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",
diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md
index c0ae469367..4e06aba81a 100644
--- a/packages/components/switch/CHANGELOG.md
+++ b/packages/components/switch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/switch
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json
index 1b1237db3f..d75f60d587 100644
--- a/packages/components/switch/package.json
+++ b/packages/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/switch",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/table/CHANGELOG.md b/packages/components/table/CHANGELOG.md
index 192105f0c4..807ef7a090 100644
--- a/packages/components/table/CHANGELOG.md
+++ b/packages/components/table/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/table
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/checkbox@2.3.3
+ - @nextui-org/spacer@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/table/package.json b/packages/components/table/package.json
index 79a445f434..d34ffc18e2 100644
--- a/packages/components/table/package.json
+++ b/packages/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/checkbox": "workspace:*",
diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md
index be7d4be6a8..34c1942969 100644
--- a/packages/components/tabs/CHANGELOG.md
+++ b/packages/components/tabs/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/tabs
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies []:
+ - @nextui-org/aria-utils@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json
index 4e9b1c586b..766fcddd0f 100644
--- a/packages/components/tabs/package.json
+++ b/packages/components/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/tabs",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md
index 1b9ec93fdf..5f6686a204 100644
--- a/packages/components/tooltip/CHANGELOG.md
+++ b/packages/components/tooltip/CHANGELOG.md
@@ -1,5 +1,15 @@
# @nextui-org/tooltip
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies []:
+ - @nextui-org/aria-utils@2.2.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json
index 5113a5b03f..a5f518ee81 100644
--- a/packages/components/tooltip/package.json
+++ b/packages/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/tooltip",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md
index 7ad2cb3d7c..eec88f258f 100644
--- a/packages/components/user/CHANGELOG.md
+++ b/packages/components/user/CHANGELOG.md
@@ -1,5 +1,14 @@
# @nextui-org/user
+## 2.2.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/avatar@2.2.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/components/user/package.json b/packages/components/user/package.json
index 3b158b78b0..dc09736f5b 100644
--- a/packages/components/user/package.json
+++ b/packages/components/user/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
- "version": "2.2.2",
+ "version": "2.2.3",
"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",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/avatar": "workspace:*",
diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md
index 3747c05229..84be1360cd 100644
--- a/packages/core/react/CHANGELOG.md
+++ b/packages/core/react/CHANGELOG.md
@@ -1,5 +1,57 @@
# @nextui-org/react
+## 2.6.4
+
+### Patch Changes
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/scroll-shadow@2.3.3
+ - @nextui-org/autocomplete@2.3.3
+ - @nextui-org/breadcrumbs@2.2.3
+ - @nextui-org/date-picker@2.3.3
+ - @nextui-org/date-input@2.3.3
+ - @nextui-org/pagination@2.2.3
+ - @nextui-org/accordion@2.2.3
+ - @nextui-org/input-otp@2.1.3
+ - @nextui-org/calendar@2.2.3
+ - @nextui-org/checkbox@2.3.3
+ - @nextui-org/dropdown@2.3.3
+ - @nextui-org/progress@2.2.3
+ - @nextui-org/skeleton@2.2.3
+ - @nextui-org/divider@2.2.3
+ - @nextui-org/listbox@2.3.3
+ - @nextui-org/popover@2.3.3
+ - @nextui-org/snippet@2.2.4
+ - @nextui-org/spinner@2.2.3
+ - @nextui-org/tooltip@2.2.3
+ - @nextui-org/avatar@2.2.3
+ - @nextui-org/button@2.2.3
+ - @nextui-org/drawer@2.2.3
+ - @nextui-org/navbar@2.2.3
+ - @nextui-org/ripple@2.2.3
+ - @nextui-org/select@2.4.3
+ - @nextui-org/slider@2.4.3
+ - @nextui-org/spacer@2.2.3
+ - @nextui-org/switch@2.2.3
+ - @nextui-org/alert@2.2.3
+ - @nextui-org/badge@2.2.3
+ - @nextui-org/image@2.2.3
+ - @nextui-org/input@2.4.3
+ - @nextui-org/modal@2.2.3
+ - @nextui-org/radio@2.3.3
+ - @nextui-org/table@2.2.3
+ - @nextui-org/card@2.2.3
+ - @nextui-org/chip@2.2.3
+ - @nextui-org/code@2.2.3
+ - @nextui-org/form@2.1.3
+ - @nextui-org/link@2.2.3
+ - @nextui-org/menu@2.2.3
+ - @nextui-org/tabs@2.2.3
+ - @nextui-org/user@2.2.3
+ - @nextui-org/kbd@2.2.3
+ - @nextui-org/system@2.4.3
+ - @nextui-org/framer-utils@2.1.3
+
## 2.6.3
### Patch Changes
diff --git a/packages/core/react/package.json b/packages/core/react/package.json
index 60bd783fbf..4a5aa5580f 100644
--- a/packages/core/react/package.json
+++ b/packages/core/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
- "version": "2.6.3",
+ "version": "2.6.4",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia ",
"homepage": "https://nextui.org",
diff --git a/packages/core/system-rsc/CHANGELOG.md b/packages/core/system-rsc/CHANGELOG.md
index e01e32d1e5..427166e8bd 100644
--- a/packages/core/system-rsc/CHANGELOG.md
+++ b/packages/core/system-rsc/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nextui-org/system-rsc
+## 2.3.3
+
+### Patch Changes
+
+- [#4255](https://github.com/nextui-org/nextui/pull/4255) [`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed incorrect peerDependencies for theme and system package (#4254)
+
## 2.3.2
### Patch Changes
diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json
index aeffb74929..242bafd33c 100644
--- a/packages/core/system-rsc/package.json
+++ b/packages/core/system-rsc/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/system-rsc",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "NextUI system primitives compatibles with RSC imports",
"keywords": [
"system-rsc"
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
- "@nextui-org/theme": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0"
},
"devDependencies": {
"react": "^18.0.0",
diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md
index cff32a69f6..f470371b94 100644
--- a/packages/core/system/CHANGELOG.md
+++ b/packages/core/system/CHANGELOG.md
@@ -1,5 +1,12 @@
# @nextui-org/system
+## 2.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`6a94a12`](https://github.com/nextui-org/nextui/commit/6a94a125d4836b0a18d9cd2cb521c85a6bfa9050)]:
+ - @nextui-org/system-rsc@2.3.3
+
## 2.4.2
### Patch Changes
diff --git a/packages/core/system/package.json b/packages/core/system/package.json
index b5e2fd31ac..2cb7d75452 100644
--- a/packages/core/system/package.json
+++ b/packages/core/system/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/system",
- "version": "2.4.2",
+ "version": "2.4.3",
"description": "NextUI system primitives",
"keywords": [
"system"
diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md
index 5d014c4e28..9237cde293 100644
--- a/packages/utilities/aria-utils/CHANGELOG.md
+++ b/packages/utilities/aria-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @nextui-org/aria-utils
+## 2.2.3
+
+### Patch Changes
+
+- Updated dependencies []:
+ - @nextui-org/system@2.4.3
+
## 2.2.2
### Patch Changes
diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json
index 3164640d31..0d0ff84be6 100644
--- a/packages/utilities/aria-utils/package.json
+++ b/packages/utilities/aria-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/aria-utils",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "A package for managing @react-aria nextui utils.",
"keywords": [
"aria-utils"
diff --git a/packages/utilities/framer-utils/CHANGELOG.md b/packages/utilities/framer-utils/CHANGELOG.md
index 9f0f3ba12c..1089eeaf5a 100644
--- a/packages/utilities/framer-utils/CHANGELOG.md
+++ b/packages/utilities/framer-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @nextui-org/framer-utils
+## 2.1.3
+
+### Patch Changes
+
+- Updated dependencies []:
+ - @nextui-org/system@2.4.3
+
## 2.1.2
### Patch Changes
diff --git a/packages/utilities/framer-utils/package.json b/packages/utilities/framer-utils/package.json
index 163800ef7e..93601e03d1 100644
--- a/packages/utilities/framer-utils/package.json
+++ b/packages/utilities/framer-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/framer-utils",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "A set of framer motion transitions for react",
"keywords": [
"framer-utils"
diff --git a/plop/component/package.json.hbs b/plop/component/package.json.hbs
index 915b755d8b..c49a32dad8 100644
--- a/plop/component/package.json.hbs
+++ b/plop/component/package.json.hbs
@@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
- "@nextui-org/theme": ">=2.3.0",
- "@nextui-org/system": ">=2.3.0"
+ "@nextui-org/theme": ">=2.4.0",
+ "@nextui-org/system": ">=2.4.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",