File tree Expand file tree Collapse file tree 10 files changed +23
-22
lines changed Expand file tree Collapse file tree 10 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 1
- ## 0.9.2-dev.1
1
+ ## 0.9.2
2
2
* Fix a bug causing extra evaluation for primitive values
3
3
* Fix an issue handling google3: paths [ #2288 ] ( https://github.com/flutter/devtools/pull/2288 )
4
+ * Update dependencies to use package: vm_service 5.0.0+1
4
5
5
6
## 0.9.1
6
7
* Add opt-in for feature usage reporting
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ packages:
56
56
path: "../devtools_server"
57
57
relative: true
58
58
source: path
59
- version: "0.9.2-dev.1 "
59
+ version: "0.9.2"
60
60
devtools_shared:
61
61
dependency: "direct main"
62
62
description:
63
63
path: "../devtools_shared"
64
64
relative: true
65
65
source: path
66
- version: "0.9.2-dev.1 "
66
+ version: "0.9.2"
67
67
http:
68
68
dependency: "direct main"
69
69
description:
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ description: A suite of web-based performance tooling for Dart and Flutter.
8
8
# package remaining purely as a container for the compiled copy of the devtools
9
9
# app. That ensures that version constraints for the devtools_app do not impact
10
10
# this package.
11
- version : 0.9.2-dev.1
11
+ version : 0.9.2
12
12
13
13
homepage : https://github.com/flutter/devtools
14
14
15
15
environment :
16
16
sdk : ' >=2.3.0 <3.0.0'
17
17
18
18
dependencies :
19
- devtools_server : 0.9.2-dev.1
20
- devtools_shared : 0.9.2-dev.1
19
+ devtools_server : 0.9.2
20
+ devtools_shared : 0.9.2
21
21
http : ^0.12.0+1
22
22
intl : ^0.16.0
23
23
Original file line number Diff line number Diff line change 7
7
// that updates all versions for DevTools.
8
8
// Note: a regexp in tools/update_version.sh matches the following line so
9
9
// if you change it you must also modify tools/update_version.sh.
10
- const String version = '0.9.2-dev.1 ' ;
10
+ const String version = '0.9.2' ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ packages:
28
28
name: ansicolor
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "1.0.2 "
31
+ version: "1.0.4 "
32
32
args:
33
33
dependency: transitive
34
34
description:
@@ -203,28 +203,28 @@ packages:
203
203
path: "../devtools"
204
204
relative: true
205
205
source: path
206
- version: "0.9.2-dev.1 "
206
+ version: "0.9.2"
207
207
devtools_server:
208
208
dependency: "direct overridden"
209
209
description:
210
210
path: "../devtools_server"
211
211
relative: true
212
212
source: path
213
- version: "0.9.2-dev.1 "
213
+ version: "0.9.2"
214
214
devtools_shared:
215
215
dependency: "direct main"
216
216
description:
217
217
path: "../devtools_shared"
218
218
relative: true
219
219
source: path
220
- version: "0.9.2-dev.1 "
220
+ version: "0.9.2"
221
221
devtools_testing:
222
222
dependency: "direct dev"
223
223
description:
224
224
path: "../devtools_testing"
225
225
relative: true
226
226
source: path
227
- version: "0.9.2-dev.1 "
227
+ version: "0.9.2"
228
228
fake_async:
229
229
dependency: transitive
230
230
description:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Web-based performance tooling for Dart and Flutter.
6
6
# When publishing new versions of this package be sure to publish a new version
7
7
# of package:devtools as well. package:devtools contains a compiled snapshot of
8
8
# this package.
9
- version : 0.9.2-dev.1
9
+ version : 0.9.2
10
10
11
11
homepage : https://github.com/flutter/devtools
12
12
@@ -23,7 +23,7 @@ dependencies:
23
23
^0.0.2
24
24
# path: ../../third_party/packages/ansi_up
25
25
collection : ^1.15.0-nnbd
26
- devtools_shared : 0.9.2-dev.1
26
+ devtools_shared : 0.9.2
27
27
file : ^5.1.0
28
28
flutter_web_plugins :
29
29
sdk : flutter
@@ -52,7 +52,7 @@ dev_dependencies:
52
52
webkit_inspection_protocol : ' >=0.5.0 <0.8.0'
53
53
devtools : # ^0.1.7
54
54
path : ../devtools
55
- devtools_testing : 0.9.2-dev.1
55
+ devtools_testing : 0.9.2
56
56
flutter_test :
57
57
sdk : flutter
58
58
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ packages:
56
56
path: "../devtools_shared"
57
57
relative: true
58
58
source: path
59
- version: "0.9.2-dev.1 "
59
+ version: "0.9.2"
60
60
http:
61
61
dependency: transitive
62
62
description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A server that supports Dart DevTools.
3
3
4
4
# Note: this version should only be updated by running tools/update_version.sh
5
5
# that updates all versions of packages from packages/devtools.
6
- version : 0.9.2-dev.1
6
+ version : 0.9.2
7
7
8
8
homepage : https://github.com/flutter/devtools
9
9
@@ -13,7 +13,7 @@ environment:
13
13
dependencies :
14
14
args : ^1.5.1
15
15
browser_launcher : ^0.1.5
16
- devtools_shared : 0.9.2-dev.1
16
+ devtools_shared : 0.9.2
17
17
intl : ^0.16.0
18
18
meta : ^1.1.0
19
19
path : ^1.6.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Package of shared structures between devtools_app and devtools_serv
3
3
4
4
# Note: this version should only be updated by running tools/update_version.sh
5
5
# that updates all versions of packages from packages/devtools.
6
- version : 0.9.2-dev.1
6
+ version : 0.9.2
7
7
8
8
homepage : https://github.com/flutter/devtools
9
9
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: devtools_testing
2
2
description : Package of shared testing code for Dart DevTools.
3
3
# Note: this version should only be updated by running tools/update_version.sh
4
4
# that updates all versions of packages from packages/devtools.
5
- version : 0.9.2-dev.1
5
+ version : 0.9.2
6
6
7
7
homepage : https://github.com/flutter/devtools
8
8
9
9
environment :
10
10
sdk : ' >=2.3.0 <3.0.0'
11
11
12
12
dependencies :
13
- devtools_app : 0.9.2-dev.1
14
- devtools_shared : 0.9.2-dev.1
13
+ devtools_app : 0.9.2
14
+ devtools_shared : 0.9.2
15
15
flutter :
16
16
sdk : flutter
17
17
flutter_test :
You can’t perform that action at this time.
0 commit comments