Skip to content

Commit 616e37d

Browse files
committed
Release next version as patch (1.5.x), not major
The unified-auth changeset cascaded to a 2.0.0 major release: four fixed-group plugins (openapi, mcp, graphql, onepassword) declare @executor-js/react as a peerDependency, and changesets' default rule major-bumps any package whose peerDependency changes. The fixed group then propagated that major to every member. - Set the changeset bumps to patch. - Enable onlyUpdatePeerDependentsWhenOutOfRange so peer-dependents only major-bump when the new version leaves the declared range (workspace:* always satisfies, so no forced major).
1 parent c92bbda commit 616e37d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.changeset/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"access": "public",
2626
"baseBranch": "main",
2727
"updateInternalDependencies": "patch",
28+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
29+
"onlyUpdatePeerDependentsWhenOutOfRange": true
30+
},
2831
"ignore": [
2932
"@executor-js/local",
3033
"@executor-js/host-mcp",

.changeset/unified-auth-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
"executor": minor
3-
"@executor-js/react": minor
2+
"executor": patch
3+
"@executor-js/react": patch
44
---
55

66
**One auth model across OpenAPI, GraphQL, and MCP**

0 commit comments

Comments
 (0)