From fe2ee0a3232a222df17362f235a8f2ba151b97d8 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Mon, 1 Jun 2026 00:12:03 +0200 Subject: [PATCH] chore(studio): bump editor lock to 0.1.4 (top-align + refresh move) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stefan reported the editor still centered short files vertically and the reload icon was still between New and Save — but his pubspec.lock pinned fai_studio_flow_editor to resolved-ref 7655e0d (0.1.2), which predates both fixes: - a7485ca (0.1.3) stretch attempt - daf6732 (0.1.4) actual fix via CodeField expands:true + refresh moved into the FileList header Force lock to daf6732 so `flutter pub get` during `fai studio` build picks up the current state of the editor's main branch without needing a manual `flutter pub upgrade` step. Version 0.51.9 -> 0.51.10. Signed-off-by: flemming-it --- lib/main.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 3d92a60..a00b665 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.51.9'; +const String kStudioVersion = '0.51.10'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); diff --git a/pubspec.lock b/pubspec.lock index c58cabd..95a58a6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -125,10 +125,10 @@ packages: description: path: "." ref: main - resolved-ref: "7655e0dc32fa3093b36c094a1fbad87625199227" + resolved-ref: daf6732893315c6841c4f32c69c19cd1dc3caca8 url: "https://git.flemming.ai/fai/studio-flow-editor" source: git - version: "0.1.2" + version: "0.1.4" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 24982bd..17d2605 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.51.9 +version: 0.51.10 environment: sdk: ^3.11.0-200.1.beta