Skip to content

Commit c13b1e1

Browse files
committed
Prepare cherry-pick release - DevTools 2.54.1
1 parent cec51cb commit c13b1e1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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';
13+
const version = '2.54.1';

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
10+
version: 2.54.1
1111

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

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ packages:
109109
dependency: transitive
110110
description:
111111
name: characters
112-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
112+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "1.4.0"
115+
version: "1.4.1"
116116
checked_yaml:
117117
dependency: transitive
118118
description:

0 commit comments

Comments
 (0)