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
24 changes: 19 additions & 5 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@
}
],
"commit": false,
"fixed": [],
"fixed": [
[
"emdash",
"@emdash-cms/admin",
"@emdash-cms/auth",
"@emdash-cms/blocks",
"@emdash-cms/cloudflare",
"@emdash-cms/gutenberg-to-portable-text",
"@emdash-cms/plugin-ai-moderation",
"@emdash-cms/plugin-atproto",
"@emdash-cms/plugin-audit-log",
"@emdash-cms/plugin-color",
"@emdash-cms/plugin-embeds",
"@emdash-cms/plugin-forms",
"@emdash-cms/plugin-webhook-notifier",
"@emdash-cms/x402",
"create-emdash"
]
Comment on lines +10 to +27
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

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

The PR description/title says the fixed group contains all published packages, but this list omits several non-private workspaces that appear publishable (e.g. @emdash-cms/auth, @emdash-cms/gutenberg-to-portable-text, create-emdash, @emdash-cms/x402). If the intent is truly “all published packages share one version”, add them to this fixed group; otherwise, update the PR description/title to reflect the narrower scope (e.g. only core + plugin packages).

Copilot uses AI. Check for mistakes.
],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "out-of-range"
},
"ignore": [
"@emdash-cms/blocks-playground",
"@emdash-cms/demo-cloudflare",
Expand Down
Loading