Skip to content

Commit 709953e

Browse files
chore: add changeset
1 parent 7e4e4ba commit 709953e

File tree

4 files changed

+474
-17
lines changed

4 files changed

+474
-17
lines changed

.changeset/config.json

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

.changeset/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets)
4+
5+
We have a quick list of common questions to get you started engaging with this project in
6+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"preinstall": "npx only-allow pnpm"
2424
},
2525
"devDependencies": {
26+
"@changesets/cli": "^2.27.9",
2627
"@fisch0920/eslint-config": "^1.4.0",
2728
"@total-typescript/ts-reset": "^0.6.1",
2829
"@types/node": "^22.8.4",
29-
"changeset": "^0.2.6",
3030
"del-cli": "^6.0.0",
3131
"eslint": "^8.57.1",
3232
"npm-run-all2": "^7.0.1",

0 commit comments

Comments
 (0)