From 38bd32c5b29fc0540e89c85606a3955f783effed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Jaeger=20Foresti?= <60678893+juliajforesti@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:38:23 -0300 Subject: [PATCH] chore: fuselage link not working properly (#37691) --- fuselage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuselage.sh b/fuselage.sh index ee607585b00..f12650b71e9 100755 --- a/fuselage.sh +++ b/fuselage.sh @@ -80,7 +80,7 @@ if [[ $action == "next-all" || $action == "latest-all" ]]; then targetVersion="latest" fi -echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...] + echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...] 📦 @rocket.chat/fuselage-toastbar [UPDATING to $targetVersion version...] 📦 @rocket.chat/fuselage-tokens [UPDATING to $targetVersion version...] 📦 @rocket.chat/css-in-js [UPDATING to $targetVersion version...] @@ -92,7 +92,7 @@ echo "📦 @rocket.chat/emitter [UPDATING to $targetVersion version...] 📦 @rocket.chat/memo [UPDATING to $targetVersion version...] 📦 @rocket.chat/onboarding-ui [UPDATING to $targetVersion version...] 📦 @rocket.chat/string-helpers [UPDATING to $targetVersion version...] -📦 @rocket.chat/layout [UPDATING to $targetVersion version...] +📦 @rocket.chat/layout [UPDATING to $targetVersion version...]" eval "yarn up @rocket.chat/emitter@$targetVersion @rocket.chat/fuselage-toastbar@$targetVersion @rocket.chat/fuselage-tokens@$targetVersion @rocket.chat/css-in-js@$targetVersion @rocket.chat/styled@$targetVersion @rocket.chat/fuselage@$targetVersion @rocket.chat/fuselage-hooks@$targetVersion @rocket.chat/icons@$targetVersion @rocket.chat/logo@$targetVersion @rocket.chat/memo@$targetVersion @rocket.chat/onboarding-ui@$targetVersion @rocket.chat/string-helpers@$targetVersion @rocket.chat/layout@$targetVersion" exit 1