chore: add changesets, set version 0.1.0

小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-18 02:48:58 +00:00
parent 5d2af0e08a
commit 55b4a0a219
7 changed files with 237 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/changelog-github",
"commit": false,
"fixed": [["@uncaged/*"]],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}