From a582583bf219112eeb88c2883794ea4040d8e45e Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:25:57 +0000 Subject: [PATCH] build: correct deprecated version for architect-cli in monorepo configuration The version was incorrect. --- .monorepo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.monorepo.json b/.monorepo.json index 5a5ae5063764..96877fada26e 100644 --- a/.monorepo.json +++ b/.monorepo.json @@ -64,7 +64,7 @@ "section": "Tooling", "snapshotRepo": "angular/angular-devkit-architect-cli-builds", "deprecated": { - "version": ">=21.2.0", + "version": ">=0.2102.0", "message": "The Architect CLI is now available directly via '@angular-devkit/architect'." } },