Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Prerelease 8.0.0-rc.4 #26370

Merged
merged 88 commits into from
Mar 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2024

This is an automated pull request that bumps the version from 8.0.0-rc.3 to 8.0.0-rc.4.
Once this pull request is merged, it will trigger a new release of version 8.0.0-rc.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:

  • 📦 Dependencies: Dependencies: Broaden esbuild version range #26405
  • ✨ Feature Request: CLI: Automigration for upgrading storybook related dependencies #26377
  • 🐛 Bug: React: Support all React component types in JSX Decorator #26382
  • 🐛 Bug: Portable Stories: Fix injected root element changing layout #26387
  • 🐛 Bug: CLI: Remove duplicated dependency warning #26385
  • 🐛 Bug: Composition: Fix refs not loading when there's multiple #26356
  • 🐛 Bug: CLI: Fix fn reference in preact templates #26384
  • 🐛 Bug: CLI: Vite migration link (shorter) #26379
  • 🔧 Maintenance: Maintenance: Replace @storybook/testing-library with @storybook/test in monorepo #26351
  • 🐛 Bug: CLI: Fix doctor compatibility check #26363
  • 🔧 Maintenance: Maintenance: What's new modal changes #26355
  • 🔧 Maintenance: CLI: Add explicit actions to header story #26352
  • 🐛 Bug: Actions: Fix attaching action after a spy is restored to original function #26364
  • 📝 Documentation: Docs: Snapshot testing updates #26321
  • 📝 Documentation: Docs: Fix table alignment #26398
  • 📝 Documentation: Docs: Add angular framework doc #26269
  • 🏗️ Build: Sandbox: Use npm to create Qwik sandboxes #26340
  • 📝 Documentation: Docs: Add section about missing vite config file to migration guides #26378
  • 📝 Documentation: Docs: Fix broken links - Migration guide #26376
  • 📝 Documentation: Docs: Add docs for vue3-vite framework #26221

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

8.0.0-rc.4

jonniebigodes and others added 26 commits March 5, 2024 12:12
Co-authored-by: Lars Rickert <dev@lars-rickert.de>
- Update URL & sidebar nav
- Improve snippets and update screenshots
- Clarify that `docgen` API is only available in SB 8+
- Remove no descriptions limitation from events
- Add limitations section
Docs: Add docs for `vue3-vite` framework
Addon-Actions: Fix attaching action, after a spy is restored to the original implemementation
CLI: Add explicit actions to header story
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Mar 7, 2024
ndelangen and others added 3 commits March 7, 2024 17:31
the links were broken for me when viewing this in production!
…licated-deps-warning

CLI: Remove duplicated dependency warning
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from 4807afa to a020a36 Compare March 8, 2024 14:51
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from a020a36 to 8597eeb Compare March 8, 2024 15:20
React: Support all React component types in JSX Decorator
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from 8597eeb to 8b1a728 Compare March 8, 2024 16:04
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from 8b1a728 to 7cea6df Compare March 8, 2024 17:19
…ading-storybook-related-deps

CLI: Automigration for upgrading storybook related dependencies
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch 2 times, most recently from a2cafdb to cc0bb5e Compare March 9, 2024 10:04
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from cc0bb5e to 97ada58 Compare March 10, 2024 17:26
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from 97ada58 to 2d68df7 Compare March 11, 2024 09:41
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-rc.3 branch from 2d68df7 to a6e4d90 Compare March 11, 2024 10:36
@vanessayuenn vanessayuenn added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Mar 11, 2024
Copy link

nx-cloud bot commented Mar 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a6e4d90. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@vanessayuenn vanessayuenn merged commit 46bc788 into next-release Mar 11, 2024
106 checks passed
@vanessayuenn vanessayuenn deleted the version-non-patch-from-8.0.0-rc.3 branch March 11, 2024 12:05
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.

None yet

9 participants