File tree Expand file tree Collapse file tree 4 files changed +573
-2
lines changed Expand file tree Collapse file tree 4 files changed +573
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changesets
2
+
3
+ This repository uses [ Changesets] ( ) with [ pnpm] ( https://pnpm.io/using-changesets ) to manage releases.
4
+
5
+ To generate a new changeset, run ` pnpm changeset ` in the root of the repository.
6
+ The generated markdown files in this directory should be committed with the changes.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/@changesets/config@3.0.3/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
+ }
Original file line number Diff line number Diff line change 6
6
"publishConfig" : {
7
7
"access" : " public"
8
8
},
9
- "scripts" : {
10
- },
9
+ "scripts" : {},
11
10
"dependencies" : {
12
11
"@types/node" : " ^20.17.0"
12
+ },
13
+ "devDependencies" : {
14
+ "@changesets/cli" : " ^2.27.9"
13
15
}
14
16
}
You can’t perform that action at this time.
0 commit comments