Skip to content

Release: Patch 10.0.8#33047

Merged
ndelangen merged 16 commits into
latest-releasefrom
version-patch-from-10.0.7
Nov 17, 2025
Merged

Release: Patch 10.0.8#33047
ndelangen merged 16 commits into
latest-releasefrom
version-patch-from-10.0.7

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Nov 14, 2025

This is an automated pull request that bumps the version from 10.0.7 to 10.0.8.
Once this pull request is merged, it will trigger a new release of version 10.0.8.
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: WebComponents: Fix custom-elements.json not being loaded #33045
  • 🔧 Maintenance: React Native Web: Update vite-plugin-rnw for overall improvements #32991
  • 🔧 Maintenance: React Native Web: Fix react native resuables and nativewind #33056
  • ❔ Missing Label: Scripts: Bust cache #33044

🍒 Manual cherry picking needed!

The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by replacing the "patch:yes" label with "patch:no" on the PR and re-generate this PR.

  • #33044: git cherry-pick -m1 -x 2b1e00d12ce84b68ce41f8484db10c912d96760a

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

  • React Native Web: Fix react native resuables and nativewind - #33056, thanks dannyhw!
  • React Native Web: Update vite-plugin-rnw for overall improvements - #32991, thanks dannyhw!
  • WebComponents: Fix custom-elements.json not being loaded - #33045, thanks ndelangen!

@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Nov 14, 2025
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Nov 14, 2025
@github-actions github-actions Bot changed the title Release: Merge patches to main (without version bump) Release: Patch 10.0.8 Nov 14, 2025
@storybook-bot storybook-bot force-pushed the version-patch-from-10.0.7 branch from 63fab8c to 533392b Compare November 16, 2025 13:49
ndelangen and others added 4 commits November 16, 2025 13:57
…ents-argtypes-entrypoint

WebComponents: Fix `custom-elements.json` not being loaded
(cherry picked from commit 3c27f14)
…rall-improvements

React Native Web: Update vite-plugin-rnw for overall improvements

(cherry picked from commit 07dca72)
…eusables

React Native Web: Fix react native resuables and nativewind

(cherry picked from commit 7c943e1)
@storybook-bot storybook-bot force-pushed the version-patch-from-10.0.7 branch from 533392b to 584cf1c Compare November 16, 2025 13:58
@yannbf yannbf added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Nov 17, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Nov 17, 2025

View your CI Pipeline Execution ↗ for commit 6f93a68

Command Status Duration Result
nx run-many -t build --parallel=3 ✅ Succeeded 47s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-17 12:55:07 UTC

@storybook-app-bot
Copy link
Copy Markdown

storybook-app-bot Bot commented Nov 17, 2025

Package Benchmarks

Commit: 6f93a68, ran on 17 November 2025 at 12:48:31 UTC

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

storybook

Before After Difference
Dependency count 43 43 0
Self size 22.93 MB 23.00 MB 🚨 +75 KB 🚨
Dependency size 17.36 MB 17.36 MB 0 B
Bundle Size Analyzer Link Link

@storybook/nextjs-vite

Before After Difference
Dependency count 124 124 0
Self size 3.83 MB 1.27 MB 🎉 -2.56 MB 🎉
Dependency size 21.67 MB 21.67 MB 🎉 -2 KB 🎉
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 157 156 🎉 -1 🎉
Self size 31 KB 31 KB 🎉 -149 B 🎉
Dependency size 22.91 MB 22.85 MB 🎉 -62 KB 🎉
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 187 187 0
Self size 928 KB 937 KB 🚨 +9 KB 🚨
Dependency size 72.87 MB 72.98 MB 🚨 +107 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 169 169 0
Self size 35 KB 35 KB 0 B
Dependency size 69.30 MB 69.41 MB 🚨 +107 KB 🚨
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 44 44 0
Self size 1.55 MB 1.55 MB 🎉 -25 B 🎉
Dependency size 40.29 MB 40.36 MB 🚨 +75 KB 🚨
Bundle Size Analyzer node node

@ndelangen ndelangen self-assigned this Nov 17, 2025
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels Nov 17, 2025
@ndelangen ndelangen requested a review from yannbf November 17, 2025 12:10
@ndelangen ndelangen merged commit 7032b16 into latest-release Nov 17, 2025
101 checks passed
@ndelangen ndelangen deleted the version-patch-from-10.0.7 branch November 17, 2025 13:02
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.

4 participants