Skip to content

Commit c0e9190

Browse files
committed
Merge branch 'next-release' into next
2 parents 53abe90 + 448db85 commit c0e9190

48 files changed

Lines changed: 100 additions & 90 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.prerelease.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 10.5.0-beta.2
2+
3+
- Angular: Support Angular 22 in Webpack framework - [#35318](https://github.com/storybookjs/storybook/pull/35318), thanks @EtiennePasteur!
4+
- CLI: Match `storybook ai` instances by config dir as well as cwd - [#35392](https://github.com/storybookjs/storybook/pull/35392), thanks @kasperpeulen!
5+
- Core: Fix cryptic invariant crash when dev server port detection fails - [#35388](https://github.com/storybookjs/storybook/pull/35388), thanks @kasperpeulen!
6+
- Core: Leave experimentalReview unset by default so the AI CLI plugins can enable review - [#35396](https://github.com/storybookjs/storybook/pull/35396), thanks @kasperpeulen!
7+
- Core: Skip story-docs Code panel emission in portable stories - [#35387](https://github.com/storybookjs/storybook/pull/35387), thanks @ndelangen!
8+
- Review: Fix inaccurate review story counts in sidebar - [#35391](https://github.com/storybookjs/storybook/pull/35391), thanks @ghengeveld!
9+
- Telemetry: Prevent pnpm paths from leaking into framework.name - [#35345](https://github.com/storybookjs/storybook/pull/35345), thanks @Sidnioulz!
10+
111
## 10.5.0-beta.1
212

313
- Core: Add experimentalReview feature flag and make the features type augmentable - [#35379](https://github.com/storybookjs/storybook/pull/35379), thanks @yannbf!

code/addons/a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-a11y",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Addon A11y: Test UI component compliance with WCAG web accessibility standards",
55
"keywords": [
66
"a11y",

code/addons/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-docs",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Docs: Document UI components automatically with stories and MDX",
55
"keywords": [
66
"docs",

code/addons/links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-links",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Links: Link stories together to build demos and prototypes with your UI components",
55
"keywords": [
66
"storybook",

code/addons/onboarding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-onboarding",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Onboarding: Help new users learn how to write stories",
55
"keywords": [
66
"storybook",

code/addons/pseudo-states/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-pseudo-states",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Pseudo-states addon: Manipulate CSS pseudo states",
55
"keywords": [
66
"storybook",

code/addons/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-themes",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Themes addon: Switch between themes from the toolbar",
55
"keywords": [
66
"css",

code/addons/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-vitest",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "Storybook Vitest addon: Blazing fast component testing using stories",
55
"keywords": [
66
"storybook",

code/builders/builder-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/builder-vite",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "A Storybook builder to dev and build with Vite",
55
"keywords": [
66
"storybook",

code/builders/builder-webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/builder-webpack5",
3-
"version": "10.5.0-beta.1",
3+
"version": "10.5.0-beta.2",
44
"description": "A Storybook builder to dev and build with Webpack",
55
"keywords": [
66
"storybook",

0 commit comments

Comments
 (0)