Skip to content

Commit

Permalink
bump version number for 0.9.2 (#2336)
Browse files Browse the repository at this point in the history
* bump version number for 0.9.2
  • Loading branch information
kenzieschmoll authored Sep 14, 2020
1 parent da02986 commit 26cf252
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 22 deletions.
3 changes: 2 additions & 1 deletion packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.9.2-dev.1
## 0.9.2
* Fix a bug causing extra evaluation for primitive values
* Fix an issue handling google3: paths [#2288](https://github.com/flutter/devtools/pull/2288)
* Update dependencies to use package:vm_service 5.0.0+1

## 0.9.1
* Add opt-in for feature usage reporting
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ packages:
path: "../devtools_server"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
devtools_shared:
dependency: "direct main"
description:
path: "../devtools_shared"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
http:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ description: A suite of web-based performance tooling for Dart and Flutter.
# package remaining purely as a container for the compiled copy of the devtools
# app. That ensures that version constraints for the devtools_app do not impact
# this package.
version: 0.9.2-dev.1
version: 0.9.2

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

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 0.9.2-dev.1
devtools_shared: 0.9.2-dev.1
devtools_server: 0.9.2
devtools_shared: 0.9.2
http: ^0.12.0+1
intl: ^0.16.0

Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// that updates all versions for DevTools.
// Note: a regexp in tools/update_version.sh matches the following line so
// if you change it you must also modify tools/update_version.sh.
const String version = '0.9.2-dev.1';
const String version = '0.9.2';
10 changes: 5 additions & 5 deletions packages/devtools_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: ansicolor
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.4"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -203,28 +203,28 @@ packages:
path: "../devtools"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
devtools_server:
dependency: "direct overridden"
description:
path: "../devtools_server"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
devtools_shared:
dependency: "direct main"
description:
path: "../devtools_shared"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
devtools_testing:
dependency: "direct dev"
description:
path: "../devtools_testing"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
fake_async:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Web-based performance tooling for Dart and Flutter.
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
version: 0.9.2-dev.1
version: 0.9.2

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

Expand All @@ -23,7 +23,7 @@ dependencies:
^0.0.2
# path: ../../third_party/packages/ansi_up
collection: ^1.15.0-nnbd
devtools_shared: 0.9.2-dev.1
devtools_shared: 0.9.2
file: ^5.1.0
flutter_web_plugins:
sdk: flutter
Expand Down Expand Up @@ -52,7 +52,7 @@ dev_dependencies:
webkit_inspection_protocol: '>=0.5.0 <0.8.0'
devtools: #^0.1.7
path: ../devtools
devtools_testing: 0.9.2-dev.1
devtools_testing: 0.9.2
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_server/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: "../devtools_shared"
relative: true
source: path
version: "0.9.2-dev.1"
version: "0.9.2"
http:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A server that supports Dart DevTools.

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

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

Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
args: ^1.5.1
browser_launcher: ^0.1.5
devtools_shared: 0.9.2-dev.1
devtools_shared: 0.9.2
intl: ^0.16.0
meta: ^1.1.0
path: ^1.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Package of shared structures between devtools_app and devtools_serv

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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: devtools_testing
description: Package of shared testing code for Dart DevTools.
# Note: this version should only be updated by running tools/update_version.sh
# that updates all versions of packages from packages/devtools.
version: 0.9.2-dev.1
version: 0.9.2

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

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_app: 0.9.2-dev.1
devtools_shared: 0.9.2-dev.1
devtools_app: 0.9.2
devtools_shared: 0.9.2
flutter:
sdk: flutter
flutter_test:
Expand Down

0 comments on commit 26cf252

Please # to comment.