Skip to content

Commit

Permalink
Merge pull request #4334 from nextui-org/fix/eng-1711
Browse files Browse the repository at this point in the history
* fix(switch): bump `@nextui-org/theme` in peerDependencies

* fix(checkbox): bump `@nextui-org/theme` in peerDependencies

* fix(radio): bump `@nextui-org/theme` in peerDependencies

* chore(changeset): update packages
  • Loading branch information
jrgarciadev authored Dec 11, 2024
2 parents 76a72a9 + 1111783 commit 2fb6efa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/famous-avocados-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nextui-org/checkbox": patch
"@nextui-org/switch": patch
"@nextui-org/radio": patch
---

bump `@nextui-org/theme` in peerDependencies
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"@nextui-org/system": ">=2.4.0",
"@nextui-org/theme": ">=2.4.0",
"@nextui-org/theme": ">=2.4.3",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"@nextui-org/theme": ">=2.4.0",
"@nextui-org/theme": ">=2.4.3",
"@nextui-org/system": ">=2.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"@nextui-org/theme": ">=2.4.0",
"@nextui-org/theme": ">=2.4.3",
"@nextui-org/system": ">=2.4.0"
},
"dependencies": {
Expand Down

0 comments on commit 2fb6efa

Please sign in to comment.