mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(core): export * from not supported on client components * fix(core): named exports implemented in several packages * chore(root): changeset description
10 lines
287 B
Markdown
10 lines
287 B
Markdown
---
|
|
"@nextui-org/react": patch
|
|
"@nextui-org/system": patch
|
|
"@nextui-org/aria-utils": patch
|
|
"@nextui-org/framer-utils": patch
|
|
"@nextui-org/react-utils": patch
|
|
---
|
|
|
|
Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.
|