From b07dff446a5d0fd82d54c8e8784bb3dee1e958ef Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Mon, 23 Jun 2025 14:05:50 -0400 Subject: [PATCH 1/2] Revert "Bump changesets/action from 1.4.10 to 1.5.3" (#13862) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9b307bdbd..7bb42156f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,9 @@ jobs: # publish to npm. - name: 🚀 PR / Publish id: changesets - uses: changesets/action@v1.5.3 + # PLEASE KEEP THIS PINNED TO 1.4.10 to avoid a regression in 1.5.* + # See https://github.com/changesets/action/issues/465 + uses: changesets/action@v1.4.10 with: version: pnpm run changeset:version commit: "chore: Update version for release" From f33e6b7e2bb46e264ea3235606f1aec6cbce236a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 23 Jun 2025 21:48:05 +0200 Subject: [PATCH 2/2] docs(upgrading/component-routes): fix grammar (#13866) --- docs/upgrading/component-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/component-routes.md b/docs/upgrading/component-routes.md index 8185730d92..6b4f7824b1 100644 --- a/docs/upgrading/component-routes.md +++ b/docs/upgrading/component-routes.md @@ -248,7 +248,7 @@ export default function Component() { ## 7. Boot the app -At this point you should be able to to boot the app and see the root layout. +At this point you should be able to boot the app and see the root layout. **👉 Add `dev` script and run the app**