update changeset config and contributing

This commit is contained in:
Rishi Raj Jain
2023-08-18 11:31:13 +05:30
parent a98eca3bf1
commit 6b45e8ce3a
2 changed files with 10 additions and 4 deletions

View File

@ -2,10 +2,8 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"updateInternalDependencies": "patch"
}