Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 16, 2025

This is an automated pull request that bumps the version from 9.0.10 to 9.0.11.
Once this pull request is merged, it will trigger a new release of version 9.0.11.
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: Tailwind 4 compatibility #31759
  • 🐛 Bug: Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 #31772
  • 🐛 Bug: Addons: Use chromatic-com/storybook without version specifier #31627
  • 🐛 Bug: React Native: Fix window event listeners that dont exist on rn #31780
  • 📝 Documentation: Docs: Recommend Vitest addon instead of Portable stories in Vitest #31712

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

9.0.11

  • Addons: Use chromatic-com/storybook without version specifier - #31627, thanks valentinpalkovic!
  • Angular: Tailwind 4 compatibility - #31759, thanks valentinpalkovic!
  • Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks guysenpai!
  • React Native: Fix window event listeners that dont exist on rn - #31780, thanks dannyhw!

@github-actions github-actions bot requested a review from kylegach as a code owner June 16, 2025 06:42
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jun 16, 2025
@github-actions github-actions bot requested a review from jonniebigodes as a code owner June 16, 2025 06:42
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

2 files reviewed, no comments
Edit PR Review Bot Settings | Greptile

@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.10 branch from 4b0daf2 to 3ec12a7 Compare June 16, 2025 07:46
@github-actions github-actions bot changed the title Release: Merge patches to main (without version bump) Release: Patch 9.0.11 Jun 16, 2025
@n19htz
Copy link

n19htz commented Jun 16, 2025

Will this release officially support Angular@20?

Screenshot 2025-06-16 at 12 42 38

at the moment, I get this error when using zoneless change detection:
Screenshot 2025-06-16 at 12 45 22

eventhough the project is using [email protected]/[email protected]

@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.10 branch 3 times, most recently from 288e53e to bca9327 Compare June 16, 2025 13:01
@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 Jun 16, 2025
@nx-cloud
Copy link

nx-cloud bot commented Jun 16, 2025

View your CI Pipeline Execution ↗ for commit 855d609.

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

☁️ Nx Cloud last updated this comment at 2025-06-16 14:30:35 UTC

@storybook-app-bot
Copy link

storybook-app-bot bot commented Jun 16, 2025

Package Benchmarks

Commit: 855d609, ran on 16 June 2025 at 14:37:35 UTC

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

@storybook/angular

Before After Difference
Dependency count 208 208 0
Self size 607 KB 617 KB 🚨 +10 KB 🚨
Dependency size 29.78 MB 29.78 MB 🚨 +206 B 🚨
Bundle Size Analyzer Link Link

@valentinpalkovic valentinpalkovic removed the freeze Freeze the Release PR with this label label Jun 16, 2025
valentinpalkovic and others added 6 commits June 16, 2025 14:12
…4-support

Angular: Tailwind 4 compatibility
(cherry picked from commit d8996e3)
Angular: fix Storybook experimentalZoneless is not compatible with Angular 20
(cherry picked from commit 6703f2e)
…-vitest

Docs: Recommend Vitest addon instead of Portable stories in Vitest
(cherry picked from commit 13db115)
…n-of-chromatic-com-storybook

Addons: Use chromatic-com/storybook without version specifier
(cherry picked from commit 76f1eca)
…eact-native

React Native: Fix window event listeners that dont exist on rn

(cherry picked from commit cc73ef3)
@storybook-bot storybook-bot force-pushed the version-patch-from-9.0.10 branch from bca9327 to 855d609 Compare June 16, 2025 14:12
@valentinpalkovic valentinpalkovic added the freeze Freeze the Release PR with this label label Jun 16, 2025
@valentinpalkovic valentinpalkovic merged commit 34b4537 into latest-release Jun 17, 2025
93 of 94 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-9.0.10 branch June 17, 2025 07:10
@valentinpalkovic
Copy link
Contributor

@n19htz Good catch. We need to update the documentation. Storybook 9 supports Angular 20, although there are some minor bugs, like the one supporting the new zoneless flag.

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