Skip to content

Commit

Permalink
Update changeset config to not ignore private packages (#871)
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Moura <[email protected]>
  • Loading branch information
mgcm authored Dec 6, 2024
1 parent a2593c0 commit 0fa0c32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@matrix-widget-toolkit/example-widget-mui"]
"ignore": ["@matrix-widget-toolkit/example-widget-mui"],
"privatePackages": {
"version": true,
"tag": true
}
}

0 comments on commit 0fa0c32

Please sign in to comment.