From 83b933a381deef366af8f5caa2cead1c94d672da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 6 Aug 2025 11:32:43 +0200 Subject: [PATCH 1/3] fix to latest blaze status --- packages/non-core/blaze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/non-core/blaze b/packages/non-core/blaze index 0856ca8bf7..92a7d9ca78 160000 --- a/packages/non-core/blaze +++ b/packages/non-core/blaze @@ -1 +1 @@ -Subproject commit 0856ca8bf7730fbe1944142642a0c5be82fb9999 +Subproject commit 92a7d9ca7810655fb066274c54537d298fc1bca1 From f04e3e3462c84ec1ced24459ba61d868a2e0b3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 6 Aug 2025 11:33:02 +0200 Subject: [PATCH 2/3] Revert "fix to latest blaze status" This reverts commit 83b933a381deef366af8f5caa2cead1c94d672da. --- packages/non-core/blaze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/non-core/blaze b/packages/non-core/blaze index 92a7d9ca78..0856ca8bf7 160000 --- a/packages/non-core/blaze +++ b/packages/non-core/blaze @@ -1 +1 @@ -Subproject commit 92a7d9ca7810655fb066274c54537d298fc1bca1 +Subproject commit 0856ca8bf7730fbe1944142642a0c5be82fb9999 From b7e9a9f13fbdff53590e33da8d42c43e51d08833 Mon Sep 17 00:00:00 2001 From: Diego Silva da Cunha <163060857+diegodevtech@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:22:20 -0400 Subject: [PATCH 3/3] Update 9.next-steps.md fix(next-steps): changing text from Vue to React --- v3-docs/docs/tutorials/react/9.next-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/tutorials/react/9.next-steps.md b/v3-docs/docs/tutorials/react/9.next-steps.md index b9a2e58a80..4a0909dd5d 100644 --- a/v3-docs/docs/tutorials/react/9.next-steps.md +++ b/v3-docs/docs/tutorials/react/9.next-steps.md @@ -2,7 +2,7 @@ You have completed the tutorial! -By now, you should have a good understanding of working with Meteor and Vue. +By now, you should have a good understanding of working with Meteor and React. ::: info You can find the final version of this app in our [GitHub repository](https://github.com/meteor/meteor3-react).