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 8.0.0-beta.1 #25882

Merged
merged 72 commits into from
Feb 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2024

This is an automated pull request that bumps the version from 8.0.0-beta.0 to 8.0.0-beta.1.
Once this pull request is merged, it will trigger a new release of version 8.0.0-beta.1.
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: Core: Fix React peer dependency warnings #25926
  • 🐛 Bug: Addon-docs: Fix MDX components not being applied in Vite and theming loading twice #25925
  • 🐛 Bug: UI: Remove keyboard shortcut hint in search bar on mobile viewports #25866
  • 🔧 Maintenance: UI: Fix overlapping on the ref button in the sidebar #25914
  • 🐛 Bug: Fix: Add Visual Test Addon to init command #25883
  • 🐛 Bug: React Native: Fix init fails when package is already installed #25908 (will also be patched)
  • 🐛 Bug: Next.js: Fix frameworkOptions resolution #25907 (will also be patched)
  • 🔧 Maintenance: React Native: Remove watcher from init #25895 (will also be patched)
  • 🐛 Bug: Core: Remove CSF batching, as it isn't required any more #25872
  • 🐛 Bug: Test: Fix jest-dom matcher type imports #25869
  • ⚠️ Direct commit: linting fixes 08be5ef4b3253c727cb83e4576ac68ca7dc0f238
  • 🏗️ Build: Tests: Re-enable tests for presets/server-webpack #25916
  • 📝 Documentation: Docs: StoriesOf API removal #25863
  • 📝 Documentation: Docs: Remove deprecated props from Canvas Doc Block #25855
  • 📝 Documentation: Docs: Misc SB 8 removals and other details #25864
  • 📝 Documentation: Docs: Document the Visual Testing addon #25744
  • 🏗️ Build: Build: Fix CI #25859
  • 🏗️ Build: Build: Downgrade playwright #25856
  • 📝 Documentation: Docs: Minor SWC docs polish #25842

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

8.0.0-beta.1

JReinhold and others added 30 commits January 30, 2024 15:04
…bar.

This commit resolves issue: 25816 (mobile view should not hint at keyboard shortcut).
- Add Vue 3 requirement to migration.md
- Fix broken link in nextjs README
- Detail ecosystem updates in migration-guide
- Remove remaining reference to removed packages
- Hide the RendererSelector, because the content doesn't depend on the renderer
- Improve consistency of snippet filenames
- Required properties listed first in table
- Fixed heading levels
- Small prose tweaks, mostly around consistency with rest of docs
Docs: Document the Visual Testing addon
- Fix typo
Docs: Misc SB 8 removals and other details
Revert "Batch the loading of CSF files for `extract()` etc"

This reverts commit 8e52fb7.
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 4244ba4 to 288a33f Compare February 5, 2024 17:13
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 288a33f to 5893830 Compare February 6, 2024 07:43
…-tests

Tests: Re-enable tests for presets/server-webpack
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 5893830 to 065fc02 Compare February 6, 2024 07:46
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 065fc02 to 2f9ff09 Compare February 6, 2024 11:24
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 2f9ff09 to 398289a Compare February 6, 2024 14:15
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.0.0-beta.0 branch from 398289a to 13322ec Compare February 6, 2024 16:26
@shilman shilman added the freeze Freeze the Release PR with this label label Feb 6, 2024
@shilman shilman added the ci:daily Run the CI jobs that normally run in the daily job. label Feb 6, 2024
@shilman shilman merged commit a25273b into next-release Feb 6, 2024
105 of 108 checks passed
@shilman shilman deleted the version-non-patch-from-8.0.0-beta.0 branch February 6, 2024 17:31
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.