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.3 #24556

Merged
merged 145 commits into from
Oct 30, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

This is an automated pull request that bumps the version from 7.6.0-alpha.2 to 7.6.0-alpha.3.
Once this pull request is merged, it will trigger a new release of version 7.6.0-alpha.3.
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: Addon-themes: Fix globals not being set when using absolute path #24596 (will also be patched)
  • 🐛 Bug: Addon A11y: Avoid CSP issue #24477
  • ✨ Feature Request: Test: Create @storybook/test package based on vitest #24392
  • ✨ Feature Request: Next.js: Support v14.0.0 #24593 (will also be patched)
  • 🐛 Bug: Action: Attach spies on actions across stories when defined in meta #24451
  • 🐛 Bug: Core: Fix pnp support when cache dir is outside working dir #24572
  • 🐛 Bug: Manager: Update store.settings.lastTrackedStoryId #24115
  • 🐛 Bug: Core-Server: Ignore all node_module folders for watchpack #24553
  • 🔧 Maintenance: CLI: Allow Yarn v4 in link command #24551 (will also be patched)
  • 📝 Documentation: Docs: Builder Vite - Remove outdated Svelte reference #24599
  • 📝 Documentation: Docs: Fix conditional rendering for Unit testing #24600
  • 📝 Documentation: Docs: Vite builder updates #24522
  • 📝 Documentation: Docs: Fix typo in multiple files of docs and code folder #24541
  • 📝 Documentation: Docs: Fix Globals and Toolbars examples #24590
  • 📝 Documentation: Docs: Fix broken link to Builder API declaration in docs #24588
  • 📝 Documentation: Docs: Update test-runner.md prepare function typo #24583
  • 📝 Documentation: Docs: MDX updates #24559
  • 🏗️ Build: Build: Remove inDevelopment for new bench sandboxes #24586
  • 📝 Documentation: Docs: Remove transcludeMarkdown from addon-docs readme #24561
  • 🏗️ Build: Build: Add new sandboxes for test build benchmarks #24582
  • 🏗️ Build: Build: Implement test build bench #24574
  • 🏗️ Build: Revert "Build: Implement test build bench" #24573
  • 🏗️ Build: Dependency: Upgrade Yarn to v4 #24565
  • 🏗️ Build: Build: Implement test build bench #24571
  • 📝 Documentation: Docs: Fix links and conditional rendering sections #24508
  • 🏗️ Build: Revert: "Build: Implement test build bench" #24569
  • 🏗️ Build: Build: Implement test build bench #24566

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

rashidshamloo and others added 30 commits September 9, 2023 02:07
…lectStory() to enable keeping the current story active when navigating between sidebar and canvas on mobile
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from eb2cf6d to 3730137 Compare October 27, 2023 13:59
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from 3730137 to e006d8b Compare October 27, 2023 14:23
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from dc7cbbb to cb826b1 Compare October 27, 2023 16:21
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from cb826b1 to ad9d2ab Compare October 27, 2023 17:49
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from ad9d2ab to 8dc8e1c Compare October 27, 2023 18:29
…hing-themes-addon-themes

Addon-themes: Fix globals not being set when using absolute path
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from 8dc8e1c to af175cc Compare October 27, 2023 22:03
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Oct 30, 2023
@valentinpalkovic valentinpalkovic self-assigned this Oct 30, 2023
@storybook-bot storybook-bot force-pushed the version-non-patch-from-7.6.0-alpha.2 branch from af175cc to 3d872a0 Compare October 30, 2023 07:53
@github-actions github-actions bot changed the title Release: Prerelease 7.6.0-alpha.3 Release: Prerelease alpha 7.6.0-alpha.3 Oct 30, 2023
@valentinpalkovic valentinpalkovic merged commit 81c9f25 into next-release Oct 30, 2023
90 of 91 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-7.6.0-alpha.2 branch October 30, 2023 08:40
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.