From 66886389a6101c6c2c8c70cdff2e7fbb3854c749 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Wed, 22 Jul 2026 20:40:49 +0200 Subject: [PATCH] chore: pin the flow editor to its v0.25.0 tag The night run pinned the editor by commit because its sandbox could not create tags; the tag exists now (same tree, plus the changelog commit), so the pin goes back to the reproducible tag form. Signed-off-by: flemming-it --- pubspec.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0ba98d5..2b8c955 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,9 +45,7 @@ dependencies: # Tag-pinned so a CI (override-free) build is reproducible and an # editor push can't retroactively change what a Studio release # builds against. Bump this in lockstep with the editor tag. - # Commit-pinned to editor 0.25.0 until its v0.25.0 tag exists - # (equally reproducible); switch back to the tag then. - ref: 2535c28 + ref: v0.25.0 dev_dependencies: flutter_test: