Skip to content

Commit 1486aa4

Browse files
authoredMar 21, 2024··
chore: add changesets (#555)
* chore: add changesets * chore: undo ci change
1 parent 9ff42cf commit 1486aa4

File tree

218 files changed

+1823
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+1823
-188
lines changed
 

‎.changeset/README.md

+8

‎.changeset/config.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

0 commit comments

Comments
 (0)
Please sign in to comment.