Fix changeset version run (#6917)
This commit is contained in:
parent
58f7700e87
commit
465a1a5efe
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"baseBranch": "main",
|
"baseBranch": "main",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": ["@example/*", "@test/*"],
|
"ignore": ["!(astro|create-astro|@astrojs/*|astro-scripts)"],
|
||||||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
||||||
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{}
|
{"name": "@test/create-astro-not-empty"}
|
||||||
|
|
Loading…
Reference in a new issue