chore(studio): bump editor lock to 0.2.2 (save snackbar + drop highlight)
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Picks up: - Brief green-check snackbar after every successful save (Cmd+S keystroke now has visible confirmation). - During a connection drag, every input port lights up and the closest one within snap distance gets a halo glow so the operator sees which port the drop will snap to. Version 0.52.1 -> 0.52.2. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
8a220d9c6e
commit
36ddac2017
3 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,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.52.1';
|
||||
const String kStudioVersion = '0.52.2';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue