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-beta.2 #25932

Merged
merged 76 commits into from
Feb 10, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2024

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

  • 🔧 Maintenance: UI: Update deprecated Icons with the new @storybook/icons in addons #25822
  • 🐛 Bug: Portable stories: Pass story context to the play function of a composed story #25943
  • ✨ Feature Request: Vite: Add a rollup-plugin-webpack-stats to allow stats from preview builds #25923
  • 🐛 Bug: Core: Fix boolean true args in URL getting ignored #25950 (will also be patched)
  • 🐛 Bug: UI: Fix display=true warning in console #25951
  • 📦 Dependencies: Core: Move @types packages to dev deps in core-common #25387
  • 🔧 Maintenance: Maintenance: Rename testing-utils paths to portable-stories #25888
  • 📝 Documentation: Docs: Fix npm command in React-Peer-Dependency migration section #25968
  • 📝 Documentation: Docs: Test runner minor changes for plug and play support #25960
  • 🏗️ Build: Release tooling: Fix patch preparation not cancelling when no patches available #25942
  • 📝 Documentation: Docs: Add migration note about TS/stats and link to it #25952
  • 🏗️ Build: Tests: Fix unit test timeouts #25954
  • 📝 Documentation: Docs: Visual testing update minimum Storybook version #25949
  • 📝 Documentation: Docs: Fix broken essential addons link in API parameters #25931
  • 📝 Documentation: Docs: Viewport fix library name typos #25940

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-beta.2

  • Core: Fix boolean true args in URL getting ignored - #25950, thanks @ JReinhold!
  • Core: Move @types packages to dev deps in core-common - #25387, thanks @ kyletsang!
  • Maintenance: Rename testing-utils paths to portable-stories - #25888, thanks @ yannbf!
  • Portable stories: Pass story context to the play function of a composed story - #25943, thanks @ yannbf!
  • UI: Fix display=true warning in console - #25951, thanks @ JReinhold!
  • UI: Update deprecated Icons with the new @storybook/icons in addons - #25822, thanks @ cdedreuille!
  • Vite: Add a rollup-plugin-webpack-stats to allow stats from preview builds - #25923, thanks @ tmeasday!

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from 1967294 to 9b3679f Compare February 8, 2024 13:29
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from 9b3679f to fa93186 Compare February 8, 2024 19:29
Copy link

socket-security bot commented Feb 8, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@storybook/icons@1.2.5 None 0 1.16 MB alexandrebodin, amalik2, dandean, ...23 more

🚮 Removed packages: npm/@storybook/icons@1.2.3

View full report↗︎

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from fa93186 to 59c7d41 Compare February 9, 2024 07:07
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from 59c7d41 to afc4d14 Compare February 9, 2024 09:37
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from afc4d14 to f43e11a Compare February 9, 2024 15:19
JReinhold and others added 2 commits February 9, 2024 22:18
Docs: Fix npm command in React-Peer-Dependency migration section
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.1 branch from f43e11a to 05c0615 Compare February 9, 2024 21:20
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 10, 2024
@shilman shilman merged commit 8fb833b into next-release Feb 10, 2024
101 checks passed
@shilman shilman deleted the version-non-patch-from-8.0.0-beta.1 branch February 10, 2024 11:16
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.