feat: add changesets cli

This commit is contained in:
doprz
2025-10-13 13:16:59 -05:00
parent e8a8b8e1ae
commit 1a0757c3e6
4 changed files with 812 additions and 593 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": []
}