Skip to content

Commit c9d38c7

Browse files
committed
ci: changeset
1 parent 89f9b5a commit c9d38c7

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.changeset/config.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
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+
}

0 commit comments

Comments
 (0)