Skip to content

Commit b92794d

Browse files
authored
fix(changeset): update config (#2025)
1 parent ae1893c commit b92794d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.changeset/config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/[email protected].1/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{
@@ -12,5 +12,9 @@
1212
"access": "public",
1313
"baseBranch": "main",
1414
"updateInternalDependencies": "patch",
15-
"ignore": []
15+
"ignore": [],
16+
"privatePackages": {
17+
"tag": false,
18+
"version": true
19+
}
1620
}

0 commit comments

Comments
 (0)