Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Setting the default access to public creates a significant risk of accidentally publishing private or proprietary packages. Any new package added to this repository will be publicly available by default upon publishing, unless its access level is explicitly overridden in its package.json. If this repository is intended to house any private packages, this default should remain restricted to prevent accidental data leaks.

"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["example-*"]
Expand Down