File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH" : {
3
+ "onlyUpdatePeerDependentsWhenOutOfRange" : true ,
4
+ "updateInternalDependents" : " always"
5
+ },
2
6
"$schema" : " https://unpkg.com/@changesets/config@2.1.1/schema.json" ,
7
+ "access" : " public" ,
8
+ "baseBranch" : " main" ,
3
9
"changelog" : [
4
10
" @changesets/changelog-github" ,
5
11
{
6
12
"repo" : " thirdweb-dev/js"
7
13
}
8
14
],
9
15
"commit" : false ,
10
- "access" : " public" ,
11
- "baseBranch" : " main" ,
12
- "updateInternalDependencies" : " patch" ,
13
16
"ignore" : [
14
17
" playground-web" ,
15
18
" thirdweb-dashboard" ,
16
19
" wallet-ui" ,
17
20
" portal" ,
18
- " thirdweb-login"
21
+ " thirdweb-login" ,
22
+ " nebula-app"
19
23
],
20
- "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH" : {
21
- "updateInternalDependents" : " always" ,
22
- "onlyUpdatePeerDependentsWhenOutOfRange" : true
23
- },
24
24
"snapshot" : {
25
25
"prereleaseTemplate" : " {tag}-{commit}-{datetime}"
26
- }
26
+ },
27
+ "updateInternalDependencies" : " patch"
27
28
}
You can’t perform that action at this time.
0 commit comments