From 3f4de5f66487311ea34a9ffb72c62839438542e0 Mon Sep 17 00:00:00 2001 From: Palwinder Singh Date: Tue, 13 Jan 2026 02:08:37 -0800 Subject: [PATCH] Update version variable as 8.2.2 --- pipeline-templates/global-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index 4acbfc9..19cf25a 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,7 +12,7 @@ # azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134 variables: - name: semanticVersion - value: "8.2.1" + value: "8.2.2" - name: isPrerelease value: ${{ false }} - name: isReleaseBranch