From 77bc073e02188f5851d8d92aae77eaaf9443268f Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 19 Jan 2022 15:53:29 -0800 Subject: [PATCH] Prepare for 2.10.0-dev.1 release (#3578) --- packages/devtools/CHANGELOG.md | 3 +++ packages/devtools/pubspec.yaml | 6 +++--- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 8 ++++---- packages/devtools_app/web/index.html | 2 +- packages/devtools_server/pubspec.yaml | 4 ++-- packages/devtools_shared/pubspec.yaml | 2 +- packages/devtools_test/pubspec.yaml | 6 +++--- 8 files changed, 18 insertions(+), 15 deletions(-) diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 287601c8c13..9253ae7ba27 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -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) diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml index 02e639150bb..eafef28d939 100644 --- a/packages/devtools/pubspec.yaml +++ b/packages/devtools/pubspec.yaml @@ -8,7 +8,7 @@ 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 @@ -16,8 +16,8 @@ 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: diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 19ef64f5c40..f9ca7cbf6c6 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -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'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index f44ef8037d7..f516c552c60 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -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 @@ -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 @@ -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 diff --git a/packages/devtools_app/web/index.html b/packages/devtools_app/web/index.html index d8b2ec30954..d4c8195ad81 100644 --- a/packages/devtools_app/web/index.html +++ b/packages/devtools_app/web/index.html @@ -61,7 +61,7 @@ application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers -->