Skip to content

Commit b9d7fc1

Browse files
authored
Prepare for release 2.54.0 (#9601)
1 parent d2a1458 commit b9d7fc1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

flutter-candidate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fede7e6a0371993322a5aa122de6889bd83a9207
1+
71348e7b2b1b64e425fa0a3733f27d2b94ca7847

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.54.0-dev.0';
13+
const version = '2.54.0';

packages/devtools_app/lib/src/framework/scaffold/scaffold.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class DevToolsScaffoldState extends State<DevToolsScaffold>
360360
splitters: const [
361361
DefaultSplitter(
362362
key: BottomPane.splitterKey,
363-
isHorizontal: true,
363+
isHorizontal: false,
364364
),
365365
],
366366
children: [

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
# Note: this version should only be updated by running the 'dt update-version'
99
# command that updates the version here and in 'devtools.dart'.
10-
version: 2.54.0-dev.0
10+
version: 2.54.0
1111

1212
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1313

0 commit comments

Comments
 (0)