Skip to content

Commit 4586915

Browse files
authored
Prepare for release 2.56.0 (#9681)
1 parent 946327f commit 4586915

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

flutter-candidate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8034db0bd38b1c682146474cc5986e2e00dad96f
1+
434491ab43cf63f27cf3a5fe8bc88aba12a4971b

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.56.0-dev.0';
13+
const version = '2.56.0';

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.56.0-dev.0
10+
version: 2.56.0
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
@@ -1006,10 +1006,10 @@ packages:
10061006
dependency: transitive
10071007
description:
10081008
name: web_benchmarks
1009-
sha256: a7dd85be82da0d52f425b830fb57838937a1bc4d8f49b3bd336fbe08fadb690b
1009+
sha256: "4160714bd85af6b11e7c321a2be98ec746363b69e9a496c80207c7285889960b"
10101010
url: "https://pub.dev"
10111011
source: hosted
1012-
version: "4.0.0"
1012+
version: "4.1.0"
10131013
web_socket:
10141014
dependency: transitive
10151015
description:

0 commit comments

Comments
 (0)