Skip to content

Commit eb27240

Browse files
authored
Fix incorrect major version bump for storybook-addon-yak (#462)
1 parent 4e798ad commit eb27240

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"onlyUpdatePeerDependentsWhenOutOfRange": true
13+
}
1114
}

.changeset/seven-clowns-mix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/storybook-addon-yak/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript": "catalog:dev"
4949
},
5050
"peerDependencies": {
51-
"next-yak": "workspace:*",
51+
"next-yak": "workspace:^",
5252
"storybook": "^10.0.0"
5353
},
5454
"publishConfig": {

0 commit comments

Comments
 (0)