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.44 #23300

Merged
merged 6 commits into from Jul 4, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 7.1.0-alpha.43 to 7.1.0-alpha.44.
Once this pull request is merged, it will trigger a new release of version 7.1.0-alpha.44.
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: Next.js: Fix next/image usage in latest Next.js release #23296 (will also be patched)
  • 🏗️ Build: Release tooling: Use repo root for path-sensitive operations #23299 (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.44

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jul 4, 2023
@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: @storybook/addon-actions@7.1.0-alpha.43, @storybook/addon-backgrounds@7.1.0-alpha.43, @storybook/addon-controls@7.1.0-alpha.43, @storybook/addon-docs@7.1.0-alpha.43, @storybook/addon-highlight@7.1.0-alpha.43, @storybook/addon-measure@7.1.0-alpha.43, @storybook/addon-outline@7.1.0-alpha.43, @storybook/addon-storyshots@7.1.0-alpha.43, @storybook/addon-toolbars@7.1.0-alpha.43, @storybook/addon-viewport@7.1.0-alpha.43, @storybook/addons@7.1.0-alpha.43, @storybook/api@7.1.0-alpha.43, @storybook/blocks@7.1.0-alpha.43, @storybook/builder-manager@7.1.0-alpha.43, @storybook/builder-vite@7.1.0-alpha.43, @storybook/builder-webpack5@7.1.0-alpha.43, @storybook/channel-postmessage@7.1.0-alpha.43, @storybook/channels@7.1.0-alpha.43, @storybook/cli@7.1.0-alpha.43, @storybook/client-api@7.1.0-alpha.43, @storybook/client-logger@7.1.0-alpha.43, @storybook/codemod@7.1.0-alpha.43, @storybook/components@7.1.0-alpha.43, @storybook/core-client@7.1.0-alpha.43, @storybook/core-common@7.1.0-alpha.43, @storybook/core-events@7.1.0-alpha.43, @storybook/core-server@7.1.0-alpha.43, @storybook/core-webpack@7.1.0-alpha.43, @storybook/csf-plugin@7.1.0-alpha.43, @storybook/csf-tools@7.1.0-alpha.43, @storybook/docs-tools@7.1.0-alpha.43, @storybook/html@7.1.0-alpha.43, @storybook/instrumenter@7.1.0-alpha.43, @storybook/manager@7.1.0-alpha.43, @storybook/manager-api@7.1.0-alpha.43, @storybook/node-logger@7.1.0-alpha.43, @storybook/postinstall@7.1.0-alpha.43, @storybook/preact@7.1.0-alpha.43, @storybook/preset-html-webpack@7.1.0-alpha.43, @storybook/preset-preact-webpack@7.1.0-alpha.43, @storybook/preset-react-webpack@7.1.0-alpha.43, @storybook/preset-server-webpack@7.1.0-alpha.43, @storybook/preset-svelte-webpack@7.1.0-alpha.43, @storybook/preset-vue-webpack@7.1.0-alpha.43, @storybook/preset-vue3-webpack@7.1.0-alpha.43, @storybook/preset-web-components-webpack@7.1.0-alpha.43, @storybook/preview@7.1.0-alpha.43, @storybook/preview-api@7.1.0-alpha.43, @storybook/preview-web@7.1.0-alpha.43, @storybook/react@7.1.0-alpha.43, @storybook/react-dom-shim@7.1.0-alpha.43, @storybook/router@7.1.0-alpha.43, @storybook/server@7.1.0-alpha.43, @storybook/source-loader@7.1.0-alpha.43, @storybook/store@7.1.0-alpha.43, @storybook/svelte@7.1.0-alpha.43, @storybook/svelte-vite@7.1.0-alpha.43, @storybook/telemetry@7.1.0-alpha.43, @storybook/theming@7.1.0-alpha.43, @storybook/types@7.1.0-alpha.43, @storybook/vue@7.1.0-alpha.43, @storybook/vue3@7.1.0-alpha.43, @storybook/web-components@7.1.0-alpha.43

@shilman shilman added the freeze Freeze the Release PR with this label label Jul 4, 2023
@JReinhold JReinhold force-pushed the version-prerelease-from-7.1.0-alpha.43 branch from 700c0fd to 8d2766c Compare July 4, 2023 12:44
@shilman shilman merged commit 96943e2 into next-release Jul 4, 2023
14 of 15 checks passed
@shilman shilman deleted the version-prerelease-from-7.1.0-alpha.43 branch July 4, 2023 13:01
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

3 participants