Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 6fb6140adf ci(changesets): version packages (#4261)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-07 09:20:34 -03:00
աӄա 6a94a125d4 fix(deps): incorrect peerDependencies for theme and system package (#4255)
* fix(deps): incorrect peerDependencies for theme and system package

* chore(changeset): add changeset
2024-12-07 09:10:50 -03:00
99 changed files with 606 additions and 135 deletions
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
@@ -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"
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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"
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
+3 -3
View File
@@ -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"
},
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+2 -2
View File
@@ -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:*",
@@ -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
+3 -3
View File
@@ -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"
},
@@ -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
+3 -3
View File
@@ -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"
+9
View File
@@ -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
+2 -2
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+11
View File
@@ -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
+3 -3
View File
@@ -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"
+9
View File
@@ -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
+3 -3
View File
@@ -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"
},
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+2 -2
View File
@@ -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:*",
+6
View File
@@ -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
+3 -3
View File
@@ -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 &lt;a&gt;",
"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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
+3 -3
View File
@@ -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:*",
+11
View File
@@ -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
+3 -3
View File
@@ -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"
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
@@ -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
@@ -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:*",
+14
View File
@@ -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
+3 -3
View File
@@ -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"
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+2 -2
View File
@@ -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:*",
+9
View File
@@ -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
+2 -2
View File
@@ -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:*",
+6
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+10
View File
@@ -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
+3 -3
View File
@@ -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:*",
+9
View File
@@ -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
+3 -3
View File
@@ -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:*",
+52
View File
@@ -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
+1 -1
View File
@@ -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 <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
+6
View File
@@ -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
+2 -2
View File
@@ -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",
+7
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/system",
"version": "2.4.2",
"version": "2.4.3",
"description": "NextUI system primitives",
"keywords": [
"system"
@@ -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
+1 -1
View File
@@ -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"
@@ -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
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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:*",