Skip to content

Commit

Permalink
Merge pull request #1877 from nextui-org/fix/changeset-peer-deps-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Nov 5, 2023
2 parents 71807e8 + 78198c3 commit d55f52c
Show file tree
Hide file tree
Showing 32 changed files with 75 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": [
"@nextui-org/docs",
"@nextui-org/storybook"
Expand Down
42 changes: 42 additions & 0 deletions .changeset/khaki-files-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
"@nextui-org/scroll-shadow": patch
"@nextui-org/autocomplete": patch
"@nextui-org/breadcrumbs": patch
"@nextui-org/pagination": patch
"@nextui-org/accordion": patch
"@nextui-org/checkbox": patch
"@nextui-org/dropdown": patch
"@nextui-org/progress": patch
"@nextui-org/skeleton": patch
"@nextui-org/divider": patch
"@nextui-org/listbox": patch
"@nextui-org/popover": patch
"@nextui-org/snippet": patch
"@nextui-org/spinner": patch
"@nextui-org/tooltip": patch
"@nextui-org/avatar": patch
"@nextui-org/button": patch
"@nextui-org/navbar": patch
"@nextui-org/ripple": patch
"@nextui-org/select": patch
"@nextui-org/slider": patch
"@nextui-org/spacer": patch
"@nextui-org/switch": patch
"@nextui-org/badge": patch
"@nextui-org/image": patch
"@nextui-org/input": patch
"@nextui-org/modal": patch
"@nextui-org/radio": patch
"@nextui-org/table": patch
"@nextui-org/card": patch
"@nextui-org/chip": patch
"@nextui-org/code": patch
"@nextui-org/link": patch
"@nextui-org/menu": patch
"@nextui-org/tabs": patch
"@nextui-org/user": patch
"@nextui-org/system-rsc": patch
"@nextui-org/kbd": patch
---

Peer dependencies updated, changeset config changed to update peer dependencies only when out of range
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-icons": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/menu": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/divider": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/use-disclosure": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
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 @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ripple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/scroll-shadow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/button": "workspace:*",
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 @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/checkbox": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.12"
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/avatar": "workspace:*",
Expand Down

2 comments on commit d55f52c

@vercel
Copy link

@vercel vercel bot commented on d55f52c Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d55f52c Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.