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 alpha 7.6.0-alpha.4 #24612

Merged
merged 109 commits into from
Nov 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 30, 2023

This is an automated pull request that bumps the version from 7.6.0-alpha.3 to 7.6.0-alpha.4.
Once this pull request is merged, it will trigger a new release of version 7.6.0-alpha.4.
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: CLI: Ensure errors with opening the browser are caught #24668
  • 🐛 Bug: UI: Fix button contrast-ratio #24525 (will also be patched)
  • 🐛 Bug: UI: Update zIndex on NotificationList to fix the notification not being clickable in certain cases #24602
  • 📦 Dependencies: Dependencies: Update browserify-sign transitive dependency #24674
  • 📦 Dependencies: Dependencies: Update nx dependencies to v17 #24671
  • 📦 Dependencies: Dependencies: Update @babel/traverse and @babel/core to fix vulnerability #24670
  • 🐛 Bug: Next.js: Fix forwarding ref for Image component #24648
  • ✨ Feature Request: CLI: Use @storybook/test in template stories #24393
  • 🔧 Maintenance: Maintenance: Split renderers preview entrypoints #24623
  • 🐛 Bug: Next.js: Add avif support #24611
  • 🐛 Bug: CLI: Ignore addon-onboarding when checking versions #24634
  • 🐛 Bug: Controls: Improve accessibility of BooleanControl for screen readers #24418
  • ✨ Feature Request: Theming: Add theme variable to set the preview background color #24575
  • 🐛 Bug: CLI: Catch when prettier failed to prettify main and preview config files #24604 (will also be patched)
  • 📦 Dependencies: Babel: Update all @babel/* dependencies #24610
  • 📝 Documentation: Storybook Test: Add readme #24678
  • ⚠️ Direct commit: Fix minor typo a02b85d89d355bdf49843984df0c18480aedae2b
  • 📝 Documentation: GitHub Pages publish guide #24527 (will also be patched)
  • 📝 Documentation: Docs: Fix links to indexers API #24649 (will also be patched)
  • 📝 Documentation: Docs: Fix formatting #24646
  • 📝 Documentation: Docs: Publish Storybook remove irrelevant parenthesis #24640
  • 📝 Documentation: Docs: add new snippet to CodeSnippets paths #24540
  • 🏗️ Build: Release tooling: Fix ensure-next-ahead step in publish script for empty commits #24617
  • 📝 Documentation: Docs: Update CHANGELOG.md #24616

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.6.0-alpha.4

danielmarcano and others added 27 commits October 11, 2023 13:35
…ndencies

Babel: Update all @babel/* dependencies
@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Oct 30, 2023
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from d1e247c to 18a39f9 Compare November 2, 2023 10:37
UI: Update zIndex on NotificationList to fix the notification not being clickable in certain cases
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 18a39f9 to 95ff7c5 Compare November 2, 2023 11:15
…contrast-ratio

UI: Fix button contrast-ratio
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 95ff7c5 to 83d9175 Compare November 2, 2023 11:55
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 83d9175 to fea4892 Compare November 2, 2023 16:36
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from fea4892 to 7da54d2 Compare November 2, 2023 17:13
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 7da54d2 to 7d51848 Compare November 3, 2023 10:45
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 7d51848 to 317bc84 Compare November 3, 2023 15:05
@vanessayuenn vanessayuenn added the freeze Freeze the Release PR with this label label Nov 3, 2023
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.3 branch from 317bc84 to 29ffada Compare November 3, 2023 15:22
@github-actions github-actions bot changed the title Release: Prerelease 7.6.0-alpha.4 Release: Prerelease alpha 7.6.0-alpha.4 Nov 3, 2023
@vanessayuenn vanessayuenn added the ci:daily Run the CI jobs that normally run in the daily job. label Nov 3, 2023
@vanessayuenn vanessayuenn merged commit 5edb197 into next-release Nov 3, 2023
12 checks passed
@vanessayuenn vanessayuenn deleted the version-non-patch-from-7.6.0-alpha.3 branch November 3, 2023 17:05
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.