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: Patch 7.0.27 #23318

Merged
merged 29 commits into from Jul 12, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 5, 2023

This is an automated pull request that bumps the version from 7.0.26 to 7.0.27.
Once this pull request is merged, it will trigger a new release of version 7.0.27.
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:

  • 📦 Dependencies: Svelte-Webpack: Support Svelte v4 #23336
  • 🐛 Bug: Angular: Enable prod mode when Storybook is built #23404
  • 🐛 Bug: Angular: Fix esm issue in combination with rxjs v6 #23405
  • 🐛 Bug: Next.js: Fix useParams support #22946
  • 🐛 Bug: CLI: Exit when user does not select a storybook project type #23201
  • 🐛 Bug: Next.js: Fix for @nx/react/plugin/storybook with SVGs #23210
  • 🏗️ Build: Build: Fix parallelism count #23203
  • 🏗️ Build: Build tooling: Add stale-bot action #23111
  • 📝 Documentation: Update frameworks.md #23310
  • 📝 Documentation: Fix location of kitchen sink example files #23236
  • 📝 Documentation: Docs: Addon designs updates for 7.0 #23360
  • 📝 Documentation: Fix duplicate name for interface and function #23350
  • 🏗️ Build: Release tooling: Use storybook-bot for commits and PRs #23297
  • 🏗️ Build: Sandboxes: Enable Angular v15 sandbox #23386
  • 🏗️ Build: E2e: Set playwright version to 1.36.0 #23419
  • 🏗️ Build: Release tooling: Defer version bumping to the publish step #23393
  • 🏗️ Build: Sandboxes: Add Angular 15 sandbox and drop Angular 14 sandbox #23331
  • 🏗️ Build: CircleCI: Fix parallelism #23383

🍒 Manual cherry picking needed!

The following pull requests could not be cherry-picked automatically because it resulted in merge conflicts.
For each pull request below, you need to either manually cherry pick it, or discard it by replacing the "patch:yes" label with "patch:no" on the PR and re-generate this PR.

  • #23203: git cherry-pick -m1 -x 472d37fdf7f65ce804f3ccec354761ca527dadeb
  • #23111: git cherry-pick -m1 -x bee4f4df910b31f62759b594c5da908f145612af
  • #23336: git cherry-pick -m1 -x 5f58f5c404af8b210fc2cbf86758d33b16dc4f95
  • #23386: git cherry-pick -m1 -x 825b8b3d0120cd5120c8f6d01d6a1d2de8876b31
  • #23419: git cherry-pick -m1 -x 1bfd4f87e25f15f4a838ef883189e0a13d90d4d1
  • #22946: git cherry-pick -m1 -x b2fb6c95ab5547815f0e72eeaaac89b0c0dc1afe
  • #23383: git cherry-pick -m1 -x eb15abb1a2236b15f24e63e74b31786d53115153

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.

When everything above is done:


Generated changelog

7.0.27

@github-actions github-actions bot added the release For PRs that trigger new releases. Automated label Jul 5, 2023
@JReinhold JReinhold force-pushed the version-patch-from-7.0.26 branch 8 times, most recently from 8fe29f0 to 10f383d Compare July 6, 2023 18:05
@JReinhold JReinhold force-pushed the version-patch-from-7.0.26 branch 7 times, most recently from 6dd0de9 to 5fc8725 Compare July 10, 2023 08:02
@JReinhold JReinhold force-pushed the version-patch-from-7.0.26 branch 4 times, most recently from 833e4d7 to 9e4ded6 Compare July 10, 2023 10:18
@storybook-bot storybook-bot force-pushed the version-patch-from-7.0.26 branch 5 times, most recently from e30798c to e466e3b Compare July 10, 2023 16:08
@storybook-bot storybook-bot force-pushed the version-patch-from-7.0.26 branch 2 times, most recently from 763c22f to 5aab971 Compare July 11, 2023 07:14
Release tooling: Defer version bumping to the publish step

(cherry picked from commit a930066)
…oning

Release tooling: Defer version bumping to the publish step - Cherry picking #23393
@JReinhold JReinhold added the ci:daily Run the CI jobs that normally run in the daily job. label Jul 12, 2023
valentinpalkovic and others added 12 commits July 12, 2023 12:22
Update frameworks.md

(cherry picked from commit 9d611ca)
Fix location of kitchen sink example files

(cherry picked from commit b89e3a5)
…anges

Docs: Addon designs updates for 7.0
(cherry picked from commit 40cb40e)
Fix duplicate name for interface and function

(cherry picked from commit 33b7443)
Release tooling: Use storybook-bot for commits and PRs

(cherry picked from commit 2abdc48)
…mode

Angular: Enable prod mode when Storybook is built
(cherry picked from commit a46cbb1)
…angular

Angular: Fix esm issue in combination with rxjs v6
(cherry picked from commit 2535f02)
Release tooling: Defer version bumping to the publish step

(cherry picked from commit a930066)
…ndbox-and-drop-angular-14

Sandboxes: Add Angular 15 sandbox and drop Angular 14 sandbox
(cherry picked from commit b4173d6)
…roject

CLI: Exit when user does not want to select a storybook project type
(cherry picked from commit dcb93a7)
Next.js: Resolving compilation issues when using @nx/react/plugin/storybook with stories that contain SVGs

(cherry picked from commit 8704b36)
@valentinpalkovic valentinpalkovic added freeze Freeze the Release PR with this label and removed ci:daily Run the CI jobs that normally run in the daily job. labels Jul 12, 2023
shilman and others added 5 commits July 12, 2023 14:33
Build tooling: Add stale-bot action

(cherry picked from commit bee4f4d)
Svelte-Webpack: Support Svelte v4
(cherry picked from commit 5f58f5c)
…ndbox

Sandboxes: Enable Angular v15 sandbox
(cherry picked from commit 825b8b3)
…sion

E2e: Set playwright version to `1.36.0`
(cherry picked from commit 1bfd4f8)
@valentinpalkovic valentinpalkovic added the ci:daily Run the CI jobs that normally run in the daily job. label Jul 12, 2023
@valentinpalkovic valentinpalkovic merged commit 2cacae6 into latest-release Jul 12, 2023
93 checks passed
@valentinpalkovic valentinpalkovic deleted the version-patch-from-7.0.26 branch July 12, 2023 14:53
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

7 participants