From 0073d77a67db8a52f616f23a60e1aa40c3290207 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Sun, 12 Jul 2026 17:33:13 +0200 Subject: [PATCH] chore: pin flow-editor git ref to v0.22.0 Reproducible CI (override-free) builds; an editor push can no longer change what a Studio release builds against. The local path override still wins for dev builds. Signed-off-by: flemming-it --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 942b452..1a9cf75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,10 @@ dependencies: chain_studio_flow_editor: git: url: https://git.flemming.ai/fai/chain-studio-flow-editor - ref: main + # 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. + ref: v0.22.0 dev_dependencies: flutter_test: