Skip to content

Release: Prerelease 10.3.0-alpha.7#33869

Merged
yannbf merged 6 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.6
Feb 19, 2026
Merged

Release: Prerelease 10.3.0-alpha.7#33869
yannbf merged 6 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.6

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This is an automated pull request that bumps the version from 10.3.0-alpha.6 to 10.3.0-alpha.7.
Once this pull request is merged, it will trigger a new release of version 10.3.0-alpha.7.
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: Next.js: Handle legacyBehavior prop in Link mock component #33862 (will also be patched)
  • 🐛 Bug: Core: Require token for websocket connections #33820 (will also be patched)
  • 🐛 Bug: Preact: Support inferring props from component types #33828
  • 🏗️ Build: Build: Lower the number of parallel dts bundle generation at prod #33866
  • 📝 Documentation: Docs: Adjust builder API snippet #33852
  • 📝 Documentation: Docs: Point monorepo links to next branch #33799
  • 📝 Documentation: Docs: Fix build command and typo in main config build #33816
  • 📝 Documentation: Docs: Fix broken CSF doc links #33793

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.3.0-alpha.7

  • Core: Require token for websocket connections - #33820, thanks ghengeveld!
  • Next.js: Handle legacyBehavior prop in Link mock component - #33862, thanks yatishgoel!
  • Preact: Support inferring props from component types - #33828, thanks JoviDeCroock!

@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Feb 18, 2026
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 18, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: ab7c65a, ran on 18 February 2026 at 17:39:18 UTC

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

@storybook/nextjs-vite

Before After Difference
Dependency count 94 92 🎉 -2 🎉
Self size 1.12 MB 1.12 MB 0 B
Dependency size 23.51 MB 22.34 MB 🎉 -1.17 MB 🎉
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 126 124 🎉 -2 🎉
Self size 30 KB 30 KB 0 B
Dependency size 24.80 MB 23.62 MB 🎉 -1.17 MB 🎉
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 84 82 🎉 -2 🎉
Self size 35 KB 35 KB 0 B
Dependency size 21.29 MB 20.12 MB 🎉 -1.17 MB 🎉
Bundle Size Analyzer Link Link

@storybook/svelte-vite

Before After Difference
Dependency count 19 19 0
Self size 56 KB 56 KB 🎉 -12 B 🎉
Dependency size 26.59 MB 26.61 MB 🚨 +22 KB 🚨
Bundle Size Analyzer Link Link

@storybook/sveltekit

Before After Difference
Dependency count 20 20 0
Self size 56 KB 56 KB 0 B
Dependency size 26.65 MB 26.67 MB 🚨 +22 KB 🚨
Bundle Size Analyzer Link Link

@storybook/preact

Before After Difference
Dependency count 2 2 0
Self size 16 KB 23 KB 🚨 +7 KB 🚨
Dependency size 32 KB 32 KB 0 B
Bundle Size Analyzer Link Link

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Feb 19, 2026

View your CI Pipeline Execution ↗ for commit cc8367c

Command Status Duration Result
nx run-many -t compile,check,knip,test,pretty-d... ❌ Failed 19m 28s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-19 10:04:24 UTC

@yannbf yannbf merged commit 7b649f5 into next-release Feb 19, 2026
10 of 15 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.3.0-alpha.6 branch February 19, 2026 09:49
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.

3 participants