27 lines
739 B
JSON
27 lines
739 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "medusajs/medusa" }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "develop",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"integration-tests-api",
|
|
"integration-tests-plugins",
|
|
"integration-tests-modules",
|
|
"integration-tests-repositories",
|
|
"@medusajs/dashboard",
|
|
"@medusajs/admin-shared",
|
|
"@medusajs/admin-bundler",
|
|
"@medusajs/vite-plugin-extension"
|
|
],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true
|
|
},
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
}
|