Skip to content

Commit 387a739

Browse files
authored
[Changeset] Add nebula-app to ignore list and reorder config (#7402)
1 parent 6fd630a commit 387a739

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.changeset/config.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
3+
"onlyUpdatePeerDependentsWhenOutOfRange": true,
4+
"updateInternalDependents": "always"
5+
},
26
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
7+
"access": "public",
8+
"baseBranch": "main",
39
"changelog": [
410
"@changesets/changelog-github",
511
{
612
"repo": "thirdweb-dev/js"
713
}
814
],
915
"commit": false,
10-
"access": "public",
11-
"baseBranch": "main",
12-
"updateInternalDependencies": "patch",
1316
"ignore": [
1417
"playground-web",
1518
"thirdweb-dashboard",
1619
"wallet-ui",
1720
"portal",
18-
"thirdweb-login"
21+
"thirdweb-login",
22+
"nebula-app"
1923
],
20-
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
21-
"updateInternalDependents": "always",
22-
"onlyUpdatePeerDependentsWhenOutOfRange": true
23-
},
2424
"snapshot": {
2525
"prereleaseTemplate": "{tag}-{commit}-{datetime}"
26-
}
26+
},
27+
"updateInternalDependencies": "patch"
2728
}

0 commit comments

Comments
 (0)