Skip to content

Commit 089fd10

Browse files
authored
Merge branch 'next' into add-eject-button-to-canvas-toolbar
2 parents 98b24a7 + 0b13a94 commit 089fd10

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 9.1.5
2+
3+
- CSF: Support `satisfies x as y` syntax - [#32169](https://github.com/storybookjs/storybook/pull/32169), thanks @diagramatics!
4+
- Vitest addon: Handle Playwright installation errors gracefully - [#32329](https://github.com/storybookjs/storybook/pull/32329), thanks @ndelangen!
5+
16
## 9.1.4
27

38
- Angular: Properly merge builder options and browserTarget options - [#32272](https://github.com/storybookjs/storybook/pull/32272), thanks @kroeder!

code/frameworks/react-native-web-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6868
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6969
"react-native": ">=0.74.5",
70-
"react-native-web": "^0.19.12 || ^0.20.0",
70+
"react-native-web": "^0.19.12 || ^0.20.0 || ^0.21.0",
7171
"storybook": "workspace:^",
7272
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
7373
},

code/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6635,7 +6635,7 @@ __metadata:
66356635
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66366636
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66376637
react-native: ">=0.74.5"
6638-
react-native-web: ^0.19.12 || ^0.20.0
6638+
react-native-web: ^0.19.12 || ^0.20.0 || ^0.21.0
66396639
storybook: "workspace:^"
66406640
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
66416641
languageName: unknown

0 commit comments

Comments
 (0)