[.changeset][xs]: changeset init

This commit is contained in:
olayway
2023-05-26 19:57:21 +02:00
parent 03fd120bcd
commit 1da0c3823d
2 changed files with 19 additions and 0 deletions

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}