Skip to content

Commit 69ae851

Browse files
committed
Write changelog for 10.5.0-alpha.10 [skip ci]
1 parent 98de385 commit 69ae851

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.prerelease.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 10.5.0-alpha.10
2+
3+
- A11y: Surface required args and keyboard-reachable Setup controls in ArgsTable - [#35306](https://github.com/storybookjs/storybook/pull/35306), thanks @Sidnioulz!
4+
- Addon-Vitest: Subscribe for run completion before triggering it - [#35291](https://github.com/storybookjs/storybook/pull/35291), thanks @tsushanth!
5+
- Review: Notify on review arrival instead of auto-navigating - [#35276](https://github.com/storybookjs/storybook/pull/35276), thanks @ghengeveld!
6+
- UI: Hide onboarding menu with feature flag - [#35299](https://github.com/storybookjs/storybook/pull/35299), thanks @Sidnioulz!
7+
- Vue: Fix Unicode Default Values In Docs - [#34909](https://github.com/storybookjs/storybook/pull/34909), thanks @Arunsiva003!
8+
19
## 10.5.0-alpha.9
210

311
- Addon Vitest: Avoid erroring out on benign Win process exits - [#35287](https://github.com/storybookjs/storybook/pull/35287), thanks @Sidnioulz!

code/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,6 @@
197197
"Dependency Upgrades"
198198
]
199199
]
200-
}
200+
},
201+
"deferredNextVersion": "10.5.0-alpha.10"
201202
}

0 commit comments

Comments
 (0)