Skip to content

Commit e0d526a

Browse files
authored
Fix changeset config (#831)
1 parent f4b6fbd commit e0d526a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"snapshot": {
12+
"useCalculatedVersion": true
13+
}
1114
}

0 commit comments

Comments
 (0)