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: Minor 7.2.0 #23613

Merged
merged 82 commits into from
Aug 1, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 26, 2023

This is an automated pull request that bumps the version from 7.2.0-rc.0 to 7.2.0.
Once this pull request is merged, it will trigger a new release of version 7.2.0.
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: Addon-essentials: Pull addon-themes from essentials #23652
  • 🐛 Bug: Vite: Fix config loading - project directory #22240
  • 🐛 Bug: Automigration: Fix wrap-require automigration for common js main.js files #23644 (will also be patched)
  • 🐛 Bug: CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as' #23638
  • 🔧 Maintenance: CSF Tools: Use recast for printing in csf-tools #23427
  • 🐛 Bug: Core: Fix channelOptions for serverChannel #23615 (will also be patched)
  • 🐛 Bug: NextJS: Add @babel/core as a dependency #22450 (will also be patched)
  • 🏗️ Build: Build: Migrate vue3-webpack5 to ts strict mode #23376
  • 🏗️ Build: Build: Migrate mono-repo dependency versions to use yarn workspace syntax #23572 (will also be patched)
  • 🏗️ Build: CI: Add missing workflow enum #23617 (will also be patched)
  • 📝 Documentation: Docs: Update security policy #23614
  • 🏗️ Build: Release tooling: Make canaries use v0.0.0 #23609 (will also be patched)
  • 🏗️ Build: Build: Migrate preset-vue3-webpack to ts strict mode #23377
  • 🏗️ Build: Codeowners: Fix codeowner docs glob #23610 (will also be patched)

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

7.2.0

nVitius and others added 30 commits June 8, 2023 10:10
@babel/core is not installed per default in Next.js anymore, because Next.js might not use webpack + babel, but turbopack and swc instead. Storybook though still relies on @babel/core for several transformations.
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from 4757199 to 3d313ae Compare July 28, 2023 08:49
@github-actions github-actions bot changed the title Release: Prerelease 7.2.0-rc.1 Release: Minor 7.2.0 Jul 28, 2023
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from 3d313ae to adb7f68 Compare July 28, 2023 09:04
CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as'
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from adb7f68 to 98aa7c7 Compare July 28, 2023 09:33
@github-actions github-actions bot changed the title Release: Minor 7.2.0 Release: Prerelease 7.2.0-rc.1 Jul 28, 2023
…ap-require-automigration

Automigration: Fix wrap-require automigration for common js main.js files
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from 98aa7c7 to 5f26ebe Compare July 28, 2023 14:00
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from 5f26ebe to 12c3bf3 Compare July 31, 2023 08:18
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from 12c3bf3 to fc2754d Compare July 31, 2023 13:10
@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 Aug 1, 2023
@github-actions github-actions bot changed the title Release: Prerelease 7.2.0-rc.1 Release: Minor 7.2.0 Aug 1, 2023
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-rc.0 branch from fc2754d to 506d6bc Compare August 1, 2023 09:27
@vanessayuenn vanessayuenn merged commit 216c6a4 into next-release Aug 1, 2023
95 checks passed
@vanessayuenn vanessayuenn deleted the version-prerelease-from-7.2.0-rc.0 branch August 1, 2023 10: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.

None yet