Skip to content

Commit 26cf252

Browse files
bump version number for 0.9.2 (#2336)
* bump version number for 0.9.2
1 parent da02986 commit 26cf252

File tree

10 files changed

+23
-22
lines changed

10 files changed

+23
-22
lines changed

packages/devtools/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 0.9.2-dev.1
1+
## 0.9.2
22
* Fix a bug causing extra evaluation for primitive values
33
* 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
45

56
## 0.9.1
67
* Add opt-in for feature usage reporting

packages/devtools/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ packages:
5656
path: "../devtools_server"
5757
relative: true
5858
source: path
59-
version: "0.9.2-dev.1"
59+
version: "0.9.2"
6060
devtools_shared:
6161
dependency: "direct main"
6262
description:
6363
path: "../devtools_shared"
6464
relative: true
6565
source: path
66-
version: "0.9.2-dev.1"
66+
version: "0.9.2"
6767
http:
6868
dependency: "direct main"
6969
description:

packages/devtools/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ description: A suite of web-based performance tooling for Dart and Flutter.
88
# package remaining purely as a container for the compiled copy of the devtools
99
# app. That ensures that version constraints for the devtools_app do not impact
1010
# this package.
11-
version: 0.9.2-dev.1
11+
version: 0.9.2
1212

1313
homepage: https://github.com/flutter/devtools
1414

1515
environment:
1616
sdk: '>=2.3.0 <3.0.0'
1717

1818
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
2121
http: ^0.12.0+1
2222
intl: ^0.16.0
2323

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
// that updates all versions for DevTools.
88
// Note: a regexp in tools/update_version.sh matches the following line so
99
// 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';

packages/devtools_app/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: ansicolor
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.0.2"
31+
version: "1.0.4"
3232
args:
3333
dependency: transitive
3434
description:
@@ -203,28 +203,28 @@ packages:
203203
path: "../devtools"
204204
relative: true
205205
source: path
206-
version: "0.9.2-dev.1"
206+
version: "0.9.2"
207207
devtools_server:
208208
dependency: "direct overridden"
209209
description:
210210
path: "../devtools_server"
211211
relative: true
212212
source: path
213-
version: "0.9.2-dev.1"
213+
version: "0.9.2"
214214
devtools_shared:
215215
dependency: "direct main"
216216
description:
217217
path: "../devtools_shared"
218218
relative: true
219219
source: path
220-
version: "0.9.2-dev.1"
220+
version: "0.9.2"
221221
devtools_testing:
222222
dependency: "direct dev"
223223
description:
224224
path: "../devtools_testing"
225225
relative: true
226226
source: path
227-
version: "0.9.2-dev.1"
227+
version: "0.9.2"
228228
fake_async:
229229
dependency: transitive
230230
description:

packages/devtools_app/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Web-based performance tooling for Dart and Flutter.
66
# When publishing new versions of this package be sure to publish a new version
77
# of package:devtools as well. package:devtools contains a compiled snapshot of
88
# this package.
9-
version: 0.9.2-dev.1
9+
version: 0.9.2
1010

1111
homepage: https://github.com/flutter/devtools
1212

@@ -23,7 +23,7 @@ dependencies:
2323
^0.0.2
2424
# path: ../../third_party/packages/ansi_up
2525
collection: ^1.15.0-nnbd
26-
devtools_shared: 0.9.2-dev.1
26+
devtools_shared: 0.9.2
2727
file: ^5.1.0
2828
flutter_web_plugins:
2929
sdk: flutter
@@ -52,7 +52,7 @@ dev_dependencies:
5252
webkit_inspection_protocol: '>=0.5.0 <0.8.0'
5353
devtools: #^0.1.7
5454
path: ../devtools
55-
devtools_testing: 0.9.2-dev.1
55+
devtools_testing: 0.9.2
5656
flutter_test:
5757
sdk: flutter
5858

packages/devtools_server/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: "../devtools_shared"
5757
relative: true
5858
source: path
59-
version: "0.9.2-dev.1"
59+
version: "0.9.2"
6060
http:
6161
dependency: transitive
6262
description:

packages/devtools_server/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A server that supports Dart DevTools.
33

44
# Note: this version should only be updated by running tools/update_version.sh
55
# that updates all versions of packages from packages/devtools.
6-
version: 0.9.2-dev.1
6+
version: 0.9.2
77

88
homepage: https://github.com/flutter/devtools
99

@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
args: ^1.5.1
1515
browser_launcher: ^0.1.5
16-
devtools_shared: 0.9.2-dev.1
16+
devtools_shared: 0.9.2
1717
intl: ^0.16.0
1818
meta: ^1.1.0
1919
path: ^1.6.0

packages/devtools_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Package of shared structures between devtools_app and devtools_serv
33

44
# Note: this version should only be updated by running tools/update_version.sh
55
# that updates all versions of packages from packages/devtools.
6-
version: 0.9.2-dev.1
6+
version: 0.9.2
77

88
homepage: https://github.com/flutter/devtools
99

packages/devtools_testing/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: devtools_testing
22
description: Package of shared testing code for Dart DevTools.
33
# Note: this version should only be updated by running tools/update_version.sh
44
# that updates all versions of packages from packages/devtools.
5-
version: 0.9.2-dev.1
5+
version: 0.9.2
66

77
homepage: https://github.com/flutter/devtools
88

99
environment:
1010
sdk: '>=2.3.0 <3.0.0'
1111

1212
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
1515
flutter:
1616
sdk: flutter
1717
flutter_test:

0 commit comments

Comments
 (0)