chore: init config for changeset

This commit is contained in:
Ralph Khreish
2025-03-28 09:51:57 +01:00
parent 59724fab89
commit e1b7b0f7c0
3 changed files with 123 additions and 0 deletions

11
.changeset/config.json Normal file
View File

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