From eba7e51c7fc27d31d3d69860c76ca0227664dc60 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 9 Jun 2026 01:13:56 +0200 Subject: [PATCH] fix(studio): bump editor pin to 0.19.0 (run-block + copyable errors) Pulls in editor 0.19.0 which closes three operator-reported gaps: persistent diagnostic strip across all three tabs, analyzer-error block on Run, and copyable run failures. Studio bumped to 0.65.1. Signed-off-by: flemming-it --- lib/main.dart | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 49b9611..fb4ee64 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -27,7 +27,7 @@ import 'widgets/widgets.dart'; /// Studio's own build version. Bump on every UI commit so the /// running app self-identifies — visible in the sidebar header /// and quick-glance proof that you're seeing the current build. -const String kStudioVersion = '0.65.0'; +const String kStudioVersion = '0.65.1'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index e58f379..253450d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -126,7 +126,7 @@ packages: path: "../fai_studio_flow_editor" relative: true source: path - version: "0.17.0" + version: "0.18.0" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 78489aa..799c2a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fai_studio description: "F∆I Studio — desktop GUI for the F∆I hub" publish_to: 'none' -version: 0.65.0 +version: 0.65.1 environment: sdk: ^3.11.0-200.1.beta