File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
3
- "changelog" : " @changesets/cli/changelog" ,
4
- "commit" : true ,
5
- "fixed" : [],
6
- "linked" : [],
7
- "access" : " public" ,
8
- "baseBranch" : " master" ,
9
- "updateInternalDependencies" : " patch" ,
10
- "ignore" : [
11
- " flextree-unit-tests"
12
- ]
13
- }
2
+ "$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
3
+ "changelog" : " @changesets/cli/changelog" ,
4
+ "commit" : true ,
5
+ "fixed" : [
6
+ [
7
+ " flextree" ,
8
+ " flextree-sqlite-adapter" ,
9
+ " flextree-prisma-adapter"
10
+ ]
11
+ ],
12
+ "linked" : [],
13
+ "access" : " public" ,
14
+ "baseBranch" : " master" ,
15
+ "updateInternalDependencies" : " patch" ,
16
+ "ignore" : [
17
+ " flextree-unit-tests"
18
+ ]
19
+ }
You can’t perform that action at this time.
0 commit comments