From 1f4d53805cc806cda51b98f657d70f70e3e36008 Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Thu, 27 Jan 2022 16:38:12 +0100 Subject: [PATCH] fix: backport @grafana/levitate to 0.2.0 (#44543) --- scripts/check-breaking-changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-breaking-changes.sh b/scripts/check-breaking-changes.sh index a76e3a2626b..d6ade590a80 100755 --- a/scripts/check-breaking-changes.sh +++ b/scripts/check-breaking-changes.sh @@ -25,7 +25,7 @@ while IFS=" " read -r -a package; do echo "" echo "${PACKAGE_PATH}" echo "=================================================" - npm exec -- @grafana/levitate compare --prev "$PREV" --current "$CURRENT" + npm exec -- @grafana/levitate@0.2.0 compare --prev "$PREV" --current "$CURRENT" # Check if the comparison returned with a non-zero exit code # Record the output, maybe with some additional information