Skip to content

Commit

Permalink
Prepare for 2.10.0-dev.1 release (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Jan 19, 2022
1 parent bd1e63f commit 77bc073
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.10.0-dev.1
TODO: update changelog

## 2.9.2
* Update `package:vm_service` to `^8.1.0` [#3545](https://github.com/flutter/devtools/pull/3545)
* Refactors `AutoDisposeMixin` to have separate cancel methods for listeners, stream subscriptions, and focus nodes [#3540](https://github.com/flutter/devtools/pull/3540)
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: 2.9.3
version: 2.10.0-dev.1

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

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 2.9.3
devtools_shared: 2.9.3
devtools_server: 2.10.0-dev.1
devtools_shared: 2.10.0-dev.1
http: ^0.13.0

dependency_overrides:
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.dart matches the following line so
// if you change it you must also modify tools/update_version.dart.
const String version = '2.9.3';
const String version = '2.10.0-dev.1';
8 changes: 4 additions & 4 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: 2.9.3
version: 2.10.0-dev.1

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

Expand All @@ -28,8 +28,8 @@ dependencies:
collection: ^1.15.0
dds: ^2.2.0
dds_service_extensions: ^1.3.0
devtools_shared: 2.9.3
devtools_test: 2.9.3
devtools_shared: 2.10.0-dev.1
devtools_test: 2.10.0-dev.1
file: ^6.0.0
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.4
devtools: 2.9.3
devtools: 2.10.0-dev.1
flutter_test:
sdk: flutter
mockito: ^5.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var version = '2.9.3';
var version = '2.10.0-dev.1';
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
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.dart
# that updates all versions of packages from packages/devtools.
version: 2.9.3
version: 2.10.0-dev.1

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

Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
args: ^2.0.0
browser_launcher: ^1.0.0
devtools_shared: 2.9.3
devtools_shared: 2.10.0-dev.1
path: ^1.8.0
sse: ^4.0.0
shelf: ^1.1.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.dart
# that updates all versions of packages from packages/devtools.
version: 2.9.3
version: 2.10.0-dev.1

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

Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: A package containing shared test helpers for Dart DevTools tests.
# 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: 2.9.3
version: 2.10.0-dev.1

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

Expand All @@ -20,8 +20,8 @@ environment:
dependencies:
async: ^2.0.0
collection: ^1.15.0
devtools_shared: 2.9.3
devtools_app: 2.9.3
devtools_shared: 2.10.0-dev.1
devtools_app: 2.10.0-dev.1
flutter:
sdk: flutter
flutter_test:
Expand Down

0 comments on commit 77bc073

Please sign in to comment.