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.5.0-alpha.4 #24269

Merged
merged 103 commits into from
Oct 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 7.5.0-alpha.3 to 7.5.0-alpha.4.
Once this pull request is merged, it will trigger a new release of version 7.5.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: Core: Fix missing favicon during dev #24356 (will also be patched)
  • 🔧 Maintenance: Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers #23938
  • 🔧 Maintenance: NextJS: Change babel plugins from proposal-... to transform-... #24290
  • 🐛 Bug: CLI: Fix Nextjs project detection #24346 (will also be patched)
  • 🐛 Bug: Nextjs: Improve support for Windows-style paths #23695
  • 🐛 Bug: UI: Fix infinite hook call causing browsers to freeze #24291 (will also be patched)
  • 🐛 Bug: Vite: Move mdx-plugin from @storybook/builder-vite to @storybook/addon-docs #24166
  • 🐛 Bug: UI: Improve contrast ratio between focus / hover #24205
  • 🐛 Bug: Core: Fix Promise cycle bug in useSharedState #24268 (will also be patched)
  • 🏗️ Build: CI: Disable Angular 15 sandbox #24358
  • 📝 Documentation: docs: add information about @storybook/preview-api useArgs hook #22590
  • 📝 Documentation: Docs: Adds conditional render to the Styling and CSS docs #24145
  • 📝 Documentation: docs: fix import path #24338
  • 📝 Documentation: Docs: Adds theming video #24335
  • 📝 Documentation: Docs: Update Addon API Snippet (storybook-addons-api-usechannel.js.mdx) #24295
  • 📝 Documentation: Updates snippet to reference an existing import #24322
  • 🏗️ Build: Revert "Build: Cancel when the PR count is 0" #24293
  • 🏗️ Build: Build: Cancel when the PR count is 0 #24274

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

  • CLI: Fix Nextjs project detection - #24346, thanks @ yannbf!
  • Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - #23938, thanks @ JReinhold!
  • Core: Fix Promise cycle bug in useSharedState - #24268, thanks @ ndelangen!
  • Core: Fix missing favicon during dev - #24356, thanks @ ndelangen!
  • NextJS: Change babel plugins from proposal-... to transform-... - #24290, thanks @ roottool!
  • Nextjs: Improve support for Windows-style paths - #23695, thanks @ T99!
  • UI: Fix infinite hook call causing browsers to freeze - #24291, thanks @ yannbf!
  • UI: Improve contrast ratio between focus / hover - #24205, thanks @ chocoscoding!
  • Vite: Move mdx-plugin from @storybook/builder-vite to @storybook/addon-docs - #24166, thanks @ bryanjtc!

jonthenerd and others added 30 commits July 4, 2023 23:00
Provide example for those migrating from v6 to v7 and were previously using the @storybook/client-api useArgs hook
Removed remnant of template method. Shoudl be GTG now.
Made changes to code block to ensure that it will pass eslint rule `react-hooks/rules-of-hooks`
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from b100fda to 43ea2aa Compare October 2, 2023 20:35
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from 43ea2aa to 6ed261d Compare October 2, 2023 21:10
docs: add information about @storybook/preview-api useArgs hook
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from 6ed261d to e12ca4f Compare October 2, 2023 21:35
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from e12ca4f to 87b664d Compare October 3, 2023 07:38
@JReinhold JReinhold self-assigned this Oct 3, 2023
@JReinhold JReinhold added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Oct 3, 2023
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from 87b664d to b772fcf Compare October 3, 2023 08:10
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.5.0-alpha.3 branch from b772fcf to 090ba7f Compare October 3, 2023 13:05
@JReinhold JReinhold merged commit 4ba3c3f into next-release Oct 3, 2023
70 of 91 checks passed
@JReinhold JReinhold deleted the version-prerelease-from-7.5.0-alpha.3 branch October 3, 2023 13:36
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.