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.2 to 10.1.0-beta.3.
Once this pull request is merged, it will trigger a new release of version 10.1.0-beta.3.
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:

  • 🐛 Bug: Angular: Add preset entry point for framework #33154
  • 🐛 Bug: CLI: Fix framework config validation path and messages #33146
  • 🔧 Maintenance: Manager: Added tokens and a dark color scheme for status colors #33081
  • 🔧 Maintenance: UI: Increase border contrast of Checkbox, Radio, and Range #33064
  • 🐛 Bug: A11y: Make search clear button keyboard accessible #32590
  • 🔧 Maintenance: Remove yarn esbuild pnp plugin #33097
  • 📝 Documentation: Docs: Fix broken CSF links with internal documentation references #33135

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.3

  • A11y: Make search clear button keyboard accessible - #32590, thanks ritoban23!
  • Angular: Add preset entry point for framework - #33154, thanks valentinpalkovic!
  • CLI: Fix framework config validation path and messages - #33146, thanks valentinpalkovic!
  • Manager: Added tokens and a dark color scheme for status colors - #33081, thanks MichaelArestad!
  • Remove yarn esbuild pnp plugin - #33097, thanks mrginglymus!
  • UI: Increase border contrast of Checkbox, Radio, and Range - #33064, thanks MichaelArestad!

MichaelArestad and others added 30 commits September 23, 2025 14:25
Co-authored-by: Steve Dodier-Lazaro <[email protected]>
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Nov 24, 2025
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Nov 24, 2025
…oard-accessibility

A11y: Make search clear button keyboard accessible
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.2 branch from e0ffe90 to 4698ece Compare November 24, 2025 14:42
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.2 branch from 4698ece to 3938e60 Compare November 24, 2025 17:52
Manager: Added tokens and a dark color scheme for status colors
…idation

CLI: Fix framework config validation path and messages
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.2 branch from 3938e60 to e91556a Compare November 24, 2025 17:57
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.2 branch from e91556a to 307cf0b Compare November 24, 2025 19:31
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.1.0-beta.2 branch from 307cf0b to c685197 Compare November 24, 2025 20:10
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Nov 24, 2025
@nx-cloud
Copy link

nx-cloud bot commented Nov 24, 2025

View your CI Pipeline Execution ↗ for commit c685197

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

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

@storybook-app-bot
Copy link

Package Benchmarks

Commit: c685197, ran on 24 November 2025 at 20:37:12 UTC

The following packages have significant changes to their size or dependencies:

storybook

Before After Difference
Dependency count 39 39 0
Self size 19.65 MB 19.63 MB 🎉 -15 KB 🎉
Dependency size 16.40 MB 16.40 MB 0 B
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 173 173 0
Self size 773 KB 773 KB 🎉 -58 B 🎉
Dependency size 66.62 MB 66.60 MB 🎉 -16 KB 🎉
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 166 166 0
Self size 30 KB 30 KB 0 B
Dependency size 65.19 MB 65.17 MB 🎉 -15 KB 🎉
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 40 40 0
Self size 999 KB 999 KB 🎉 -104 B 🎉
Dependency size 36.05 MB 36.04 MB 🎉 -15 KB 🎉
Bundle Size Analyzer node node

eslint-plugin-storybook

Before After Difference
Dependency count 35 20 🎉 -15 🎉
Self size 131 KB 131 KB 0 B
Dependency size 3.15 MB 2.81 MB 🎉 -340 KB 🎉
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic merged commit 11d9cee into next-release Nov 24, 2025
119 of 122 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.1.0-beta.2 branch November 24, 2025 21:27
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.

8 participants