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 7.1.0-alpha.38 #23148

Merged
merged 52 commits into from
Jun 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2023

This is an automated pull request that bumps the version from 7.1.0-alpha.37 to 7.1.0-alpha.38.
Once this pull request is merged, it will trigger a new release of version 7.1.0-alpha.38.
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.

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: CLI: Suppress dev-server info table when --quiet is true #23133
  • 🐛 Bug: Docs: Fix scroll location on docs navigation #22714
  • 🔧 Maintenance: Core: Allow .mjs extension for CSF stories #23125
  • 🐛 Bug: Interactions: Fix deeply nested nodes in the panel debugger #23108
  • 🐛 Bug: Core: Fix compat by disabling name mangling in esbuild require #22486 (will also be patched)
  • 🐛 Bug: CLI: Fix storybook dev after storybook init via subprocess #23144
  • 🐛 Bug: CLI: Fix installing user's project before init #23145
  • 🏗️ Build: Build: Fix labels to release PRs #23172 (will also be patched)
  • 📝 Documentation: Update web-components.mdx #23159 (will also be patched)
  • 📝 Documentation: Docs: Add embedded video to Autodocs page #23157 (will also be patched)
  • 📝 Documentation: Update button-story.ts.mdx #23158 (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.

When everything above is done:


Generated changelog

7.1.0-alpha.38

youngboy and others added 30 commits May 10, 2023 14:16
- for Vue, Vue3, HTML, Svelte, Preact, HTML and Angular
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 7ab269c to 67b5aa4 Compare June 20, 2023 19:16
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 67b5aa4 to 58ca251 Compare June 20, 2023 21:25
Core: Improve compatibility, do not mangle `names` in `interpret-requires` with `esbuild`
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 58ca251 to b019d42 Compare June 21, 2023 07:18
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from b019d42 to 2bff68c Compare June 21, 2023 08:10
…ution

Core: Allow `.mjs` extension for CSF stories
…rsist

Docs: Fix scroll location on docs navigation
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 2bff68c to 0480527 Compare June 21, 2023 08:46
CLI: Suppress dev-server info table when `--quiet` is true
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 0480527 to 9a720ac Compare June 21, 2023 09:51
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 9a720ac to bf28870 Compare June 21, 2023 11:13
@shilman shilman added release For PRs that trigger new releases. Automated and removed maintenance User-facing maintenance tasks labels Jun 21, 2023
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from bf28870 to 39fbce8 Compare June 21, 2023 12:43
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.37 branch from 39fbce8 to 0a5791f Compare June 21, 2023 12:53
@shilman shilman added the freeze Freeze the Release PR with this label label Jun 21, 2023
@shilman shilman merged commit 868120a into next-release Jun 21, 2023
40 of 44 checks passed
@shilman shilman deleted the version-prerelease-from-7.1.0-alpha.37 branch June 21, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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