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 8.3.0-alpha.3 #28656

Merged
merged 121 commits into from
Jul 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 19, 2024

This is an automated pull request that bumps the version from 8.3.0-alpha.2 to 8.3.0-alpha.3.
Once this pull request is merged, it will trigger a new release of version 8.3.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: CPC: Fix type usage in renderers #28745 (will also be patched)
  • 🐛 Bug: React: Avoid 'Dynamic require of react is not possible' issue #28730
  • ✨ Feature Request: Controls: Add disableSave parameter #28734
  • 🐛 Bug: CLI: Fix the initialization of Storybook in workspaces #28699
  • 🐛 Bug: Angular: Fix Angular template error for props with a circular reference #28498
  • 🐛 Bug: Angular: Fix template props not able to use dot notation #28588
  • 🐛 Bug: CPC: Fix missing exports for addon-kit #28691 (will also be patched)
  • 🐛 Bug: Vue: Fix out of memory error when using vue-component-meta for events and slots #28674
  • 🐛 Bug: Types: Adjust beforeAll to be non-nullable in NormalizedProjectAnnotations #28671
  • ✨ Feature Request: Vue: Improve generated code snippets #27194
  • 🔧 Maintenance: Telemetry: Add mount, beforeEach, moduleMock stats #28624 (will also be patched)
  • 🔧 Maintenance: Telemetry: CSF feature usage #28622 (will also be patched)
  • 🏗️ Build: Build: Use !test tag to disable test-runner tests #28747
  • 🏗️ Build: Build: Upgrade Vitest to 1.6.0 #28711
  • 🏗️ Build: Build: Add stories to main storybook from templates #28705
  • 📝 Documentation: Docs: Update build Storybook references #28271
  • 📝 Documentation: Docs: Update theming example #28614
  • 🏗️ Build: Build: Add index-json flag to test-runner script #28367
  • 📝 Documentation: Docs: Fix Addon Knowledge base links #28653 (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.

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

storybook-bot and others added 30 commits June 8, 2024 14:23
…typing

Next.js: Add typing for NextImage to main framework options type

(cherry picked from commit 46646d2)
…ypes-for-framework-builder-fields

Types: Fix typing for main.framework/builder fields
(cherry picked from commit 1ae28db)
Next.js: Avoid conflicts with the raw loader

(cherry picked from commit f5fc402)
@valentinpalkovic valentinpalkovic removed the freeze Freeze the Release PR with this label label Jul 29, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.3.0-alpha.2 branch from cfd4464 to e6b8d85 Compare July 29, 2024 13:37
@github-actions github-actions bot changed the title Release: Prerelease 8.3.0-alpha.3 Release: Prerelease alpha 8.3.0-alpha.3 Jul 29, 2024
Copy link

nx-cloud bot commented Jul 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 6ae35af. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@valentinpalkovic valentinpalkovic added the freeze Freeze the Release PR with this label label Jul 29, 2024
ndelangen and others added 2 commits July 29, 2024 15:54
…est-runner-tests

Build: Use !test tag to disable test-runner tests
@valentinpalkovic valentinpalkovic removed the freeze Freeze the Release PR with this label label Jul 29, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.3.0-alpha.2 branch from e6b8d85 to 6ae35af Compare July 29, 2024 14:44
@valentinpalkovic valentinpalkovic added the freeze Freeze the Release PR with this label label Jul 29, 2024
@vanessayuenn vanessayuenn merged commit d0a31c4 into next-release Jul 29, 2024
103 checks passed
@vanessayuenn vanessayuenn deleted the version-non-patch-from-8.3.0-alpha.2 branch July 29, 2024 15:23
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.

None yet