File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 2.20.3-dev.1
2+ * Dev version
3+
14## 2.20.3-dev.0
25* Dev version
36
Original file line number Diff line number Diff line change 77// that updates all versions for DevTools.
88// Note: a regexp in tools/update_version.dart matches the following line so
99// if you change it you must also modify tools/update_version.dart.
10- const String version = '2.20.3-dev.0 ' ;
10+ const String version = '2.20.3-dev.1 ' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish_to: none
44
55# Note: this version should only be updated by running tools/update_version.dart
66# that updates all versions of devtools packages (devtools_app, devtools_test).
7- version : 2.20.3-dev.0
7+ version : 2.20.3-dev.1
88
99repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app
1010
@@ -25,7 +25,7 @@ dependencies:
2525 collection : ^1.15.0
2626 dds : ^2.2.2
2727 dds_service_extensions : ^1.3.1
28- devtools_shared : 2.20.3-dev.0
28+ devtools_shared : 2.20.3-dev.1
2929 file : ^6.0.0
3030 file_selector : ^0.8.0
3131 file_selector_linux : ^0.0.2
@@ -64,7 +64,7 @@ dependencies:
6464
6565dev_dependencies :
6666 build_runner : ^2.0.4
67- devtools_test : 2.20.3-dev.0
67+ devtools_test : 2.20.3-dev.1
6868 flutter_test :
6969 sdk : flutter
7070 mockito : ^5.1.0
Original file line number Diff line number Diff line change 5151 application. For more information, see:
5252 https://developers.google.com/web/fundamentals/primers/service-workers -->
5353 < script >
54- var version = '2.20.3-dev.0 ' ;
54+ var version = '2.20.3-dev.1 ' ;
5555 var scriptLoaded = false ;
5656 function loadMainDartJs ( ) {
5757 if ( scriptLoaded ) {
Original file line number Diff line number Diff line change 11name : devtools_shared
22description : Package of shared structures between devtools_app, dds, and other tools.
33
4- version : 2.20.3-dev.0
4+ version : 2.20.3-dev.1
55
66repository : https://github.com/flutter/devtools/tree/master/packages/devtools_shared
77
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish_to: none
77# When publishing new versions of this package be sure to publish a new version
88# of package:devtools as well. package:devtools contains a compiled snapshot of
99# this package.
10- version : 2.20.3-dev.0
10+ version : 2.20.3-dev.1
1111
1212repository : https://github.com/flutter/devtools/tree/master/packages/devtools_test
1313
@@ -18,8 +18,8 @@ environment:
1818dependencies :
1919 async : ^2.0.0
2020 collection : ^1.15.0
21- devtools_shared : 2.20.3-dev.0
22- devtools_app : 2.20.3-dev.0
21+ devtools_shared : 2.20.3-dev.1
22+ devtools_app : 2.20.3-dev.1
2323 flutter :
2424 sdk : flutter
2525 flutter_test :
You can’t perform that action at this time.
0 commit comments