add changeset and github workflow

This commit is contained in:
Aman Varshney
2025-02-12 13:23:52 +05:30
parent cc8850d7c2
commit c62f88711f
5 changed files with 228 additions and 12 deletions

11
.changeset/config.json Normal file
View File

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