Skip to content

Commit 0a0cf24

Browse files
authored
Prepare for release 2.55.0 (#9663)
1 parent a525258 commit 0a0cf24

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

flutter-candidate.txt

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

packages/devtools_app/benchmark/web_bundle_size_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:path/path.dart' as path;
1111
import 'package:test/test.dart';
1212

1313
// Benchmark size in kB.
14-
const bundleSizeBenchmark = 5500;
14+
const bundleSizeBenchmark = 5550;
1515
const gzipBundleSizeBenchmark = 1650;
1616

1717
void main() {

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

packages/devtools_app/lib/src/shared/primitives/custom_pointer_scroll_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class CustomPointerScrollView extends BoxScrollView {
3131
super.physics,
3232
super.shrinkWrap,
3333
super.padding,
34-
super.cacheExtent,
34+
super.scrollCacheExtent,
3535
super.semanticChildCount,
3636
super.dragStartBehavior,
3737
this.customPointerSignalHandler,

packages/devtools_app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.55.0-dev.0
10+
version: 2.55.0
1111

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

@@ -36,7 +36,7 @@ dependencies:
3636
flutter_web_plugins:
3737
sdk: flutter
3838
http: ^1.1.0
39-
image: ^4.1.3
39+
image: ^4.7.2
4040
intl: ^0.19.0
4141
json_rpc_2: ^3.0.2
4242
logging: ^1.1.1

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ packages:
437437
dependency: transitive
438438
description:
439439
name: image
440-
sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928"
440+
sha256: "492bd52f6c4fbb6ee41f781ff27765ce5f627910e1e0cbecfa3d9add5562604c"
441441
url: "https://pub.dev"
442442
source: hosted
443-
version: "4.5.4"
443+
version: "4.7.2"
444444
integration_test:
445445
dependency: transitive
446446
description: flutter
@@ -546,10 +546,10 @@ packages:
546546
dependency: transitive
547547
description:
548548
name: meta
549-
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
549+
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
550550
url: "https://pub.dev"
551551
source: hosted
552-
version: "1.17.0"
552+
version: "1.18.0"
553553
mime:
554554
dependency: transitive
555555
description:
@@ -854,26 +854,26 @@ packages:
854854
dependency: transitive
855855
description:
856856
name: test
857-
sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae"
857+
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
858858
url: "https://pub.dev"
859859
source: hosted
860-
version: "1.28.0"
860+
version: "1.29.0"
861861
test_api:
862862
dependency: transitive
863863
description:
864864
name: test_api
865-
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
865+
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
866866
url: "https://pub.dev"
867867
source: hosted
868-
version: "0.7.8"
868+
version: "0.7.9"
869869
test_core:
870870
dependency: transitive
871871
description:
872872
name: test_core
873-
sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4
873+
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
874874
url: "https://pub.dev"
875875
source: hosted
876-
version: "0.6.14"
876+
version: "0.6.15"
877877
typed_data:
878878
dependency: transitive
879879
description:

0 commit comments

Comments
 (0)