Skip to content

Commit 80a127e

Browse files
author
Kamil Sobol
authored
build: automatically propagate dependency changes in release (#895)
* build: always update dependents * try this * Revert "try this" This reverts commit 38a4683.
1 parent 9faa551 commit 80a127e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"updateInternalDependents": "always"
13+
}
1114
}

0 commit comments

Comments
 (0)