We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f9b5a commit c9d38c7Copy full SHA for c9d38c7
.changeset/config.json
@@ -1,13 +1,19 @@
1
{
2
- "$schema": "https://unpkg.com/@changesets/config@3.0.2/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
-}
+ "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
+ "changelog": "@changesets/cli/changelog",
+ "commit": true,
+ "fixed": [
+ [
+ "flextree",
+ "flextree-sqlite-adapter",
+ "flextree-prisma-adapter"
+ ]
+ ],
+ "linked": [],
+ "access": "public",
14
+ "baseBranch": "master",
15
+ "updateInternalDependencies": "patch",
16
+ "ignore": [
17
+ "flextree-unit-tests"
18
19
+}
0 commit comments