Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 4, 2023

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

  • 🐛 Bug: Monorepo: Fix svelte-vite detection #24085
  • 🐛 Bug: Telemetry: Add platform info to telemetry event #24081
  • 🔧 Maintenance: CI: Inform the user how to dedupe and strip color from info command #24087
  • 🐛 Bug: Svelte: Fix generated properties on Svelte event handler #24020
  • 🐛 Bug: CLI: Fix packageManager handling in sb add #24079 (will also be patched)
  • 🐛 Bug: UI: Fix target id in searchfield label #23464
  • 🐛 Bug: Angular: Categorize legacy build options error #24014
  • 🐛 Bug: Source-loader: Fix property key validation #24068
  • 🐛 Bug: Vue3: Remove console.log in sourceDecorator #24062 (will also be patched)
  • 🐛 Bug: NextJS: Fix Image Context reuse (ensure singleton by externalizing it) #23881
  • 🔧 Maintenance: Maintenance: Add more context to explanation in core-events errors #24063
  • 🐛 Bug: Builder-Webpack5: Categorize builder error #24031
  • 🐛 Bug: CLI: Improve sanitization logic in crash reports #24028
  • 📝 Documentation: Docs: Minor fix to the Web Components Snippets #24113
  • 🏗️ Build: Revert: Sandboxes: Use Node 18 to generate Angular prerelease sandboxes #24100 (will also be patched)
  • 📝 Documentation: Docs: Adds action video to the documentation #24072
  • ⚠️ Direct commit: Update yarn.lock file 7728d23fec87b61760b7573b2b6306f9caf818ff
  • 🏗️ Build: Build: Add visual tests addon to Storybook:ui #23753
  • 📝 Documentation: getting started add install cli yarn #22822
  • 📝 Documentation: Docs: Fix minor typos #24053
  • 📝 Documentation: Docs: Fix page router path to pathname #24061
  • 🏗️ Build: Development: Manage Node version with .nvmrc #24015
  • 🏗️ Build: Sandboxes: Use Node 18 to generate Angular prerelease sandboxes #24033

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.5.0-alpha.2

Josanghyeon and others added 30 commits May 27, 2023 12:37
The for attribute value was not set to match the hardcoded value
used for the search input id.
- also bring back error logging on dev mode, which seemed to be lost in Storybook 7.0.0
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch from a16c91d to bcb2479 Compare September 6, 2023 08:40
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch from bcb2479 to 14b48a9 Compare September 7, 2023 07:25
…adata

Telemetry: Add platform info to telemetry event
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch from 14b48a9 to bb636fb Compare September 7, 2023 08:26
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch from bb636fb to 3a0dff4 Compare September 7, 2023 16:38
legnaleurc and others added 2 commits September 8, 2023 12:54
In monorepo, the framework name will be an absolute path.

A follow up for #23458.
Monorepo: Fix `svelte-vite` detection
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch 2 times, most recently from 918844c to a9bdbfb Compare September 8, 2023 12:17
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.1 branch from a9bdbfb to 7d7ab4d Compare September 8, 2023 21:45
@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 Sep 11, 2023
@vanessayuenn vanessayuenn merged commit faba96f into next-release Sep 11, 2023
@vanessayuenn vanessayuenn deleted the version-prerelease-from-7.5.0-alpha.1 branch September 11, 2023 10:34
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.