Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 24, 2025

This is an automated pull request that bumps the version from 10.1.0-beta.3 to 10.1.0-beta.4.
Once this pull request is merged, it will trigger a new release of version 10.1.0-beta.4.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🔧 Maintenance: CLI: Update clack #33151
  • 🐛 Bug: Guide: Collapse checklist items by default #33160
  • 🐛 Bug: CLI: Fix 'beforeVersion' evaluation for Storybook package #33141
  • 🐛 Bug: Angular: Migrate from RxJS to async/await in command builders and run Compodoc utility as spinner #33156
  • 🐛 Bug: React: Add isPackage flag to component imports for better package identification #33090
  • 🐛 Bug: UI: Improve status handling in sidebar nodes #32965
  • 🐛 Bug: Checklist: Data improvements #33129
  • 📝 Documentation: Docs: Add migration guide for test-runner -> Vitest addon #33061

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

10.1.0-beta.4

  • Angular: Migrate from RxJS to async/await in command builders and run Compodoc utility as spinner - #33156, thanks valentinpalkovic!
  • CLI: Fix 'beforeVersion' evaluation for Storybook package - #33141, thanks valentinpalkovic!
  • CLI: Update clack - #33151, thanks valentinpalkovic!
  • Checklist: Data improvements - #33129, thanks ghengeveld!
  • Guide: Collapse checklist items by default - #33160, thanks ghengeveld!
  • React: Add isPackage flag to component imports for better package identification - #33090, thanks kasperpeulen!
  • UI: Improve status handling in sidebar nodes - #32965, thanks yannbf!

yannbf and others added 30 commits November 6, 2025 13:07
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…om:storybookjs/storybook into yann/improve-sidebar-context-menu-statuses
* next: (563 commits)
  Fix checklist contrast on dark mode
  Fix bullet contrast
  Wait for expand animation
  Fix narrow story
  Wait for checklist widget to load
  Hide menu after opening guide
  CLI: Fix access to getOptionValue in postAction hook
  telemetry(build): send build telemetry only after successful build and await before final log to avoid post-build UI glitches
  Addon-Vitest: Ensure Storybook starts correctly across platforms by using shell in spawn
  Take feature configuration into consideration for making items available on the checklist
  Bump version from "10.1.0-alpha.13" to "10.1.0-alpha.14" [skip ci]
  Write changelog for 10.1.0-alpha.14 [skip ci]
  Fix story data
  Throttle at callsite
  Add missing api mocks
  Ensure settings are properly written, and rename identifiers to camelCase to avoid quotes
  Only store mutedAt in user-local storage
  Run check once preview is ready, because index is invalidated only on HMR
  Fix checklist store types
  Persisted object should be partial
  ...
React: Add isPackage flag to component imports for better package identification
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.3 branch from a059d6c to 0baac6b Compare November 25, 2025 09:04
…gress

Angular: Migrate from RxJS to async/await in command builders and run Compodoc utility as spinner
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.3 branch from 0baac6b to ba9412f Compare November 25, 2025 09:45
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.3 branch from ba9412f to 600654d Compare November 25, 2025 11:04
…y-default

Guide: Collapse checklist items by default
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.3 branch from 600654d to cbd2b2b Compare November 25, 2025 12:25
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.3 branch from cbd2b2b to d49e25f Compare November 25, 2025 14:14
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label and removed ci: do not merge labels Nov 25, 2025
@nx-cloud
Copy link

nx-cloud bot commented Nov 25, 2025

View your CI Pipeline Execution ↗ for commit d49e25f

Command Status Duration Result
nx run-many -t check -c production --parallel=7 ✅ Succeeded 1m 16s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-25 14:20:24 UTC

@valentinpalkovic valentinpalkovic merged commit d3b6353 into next-release Nov 25, 2025
115 of 122 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.1.0-beta.3 branch November 25, 2025 14:50
@dosubot dosubot bot mentioned this pull request Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants