Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v2.6.1-dev.1 release #3370

Merged
merged 1 commit into from Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/devtools/pubspec.yaml
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.6.0
version: 2.6.1-dev.1

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

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 2.6.0
devtools_shared: 2.6.0
devtools_server: 2.6.1-dev.1
devtools_shared: 2.6.1-dev.1
http: ^0.13.0

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
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.6.0';
const String version = '2.6.1-dev.1';
6 changes: 3 additions & 3 deletions packages/devtools_app/pubspec.yaml
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.6.0
version: 2.6.1-dev.1

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

Expand All @@ -27,7 +27,7 @@ dependencies:
codicon: ^0.0.3
collection: ^1.15.0-nnbd
dds: ^2.0.1
devtools_shared: 2.6.0
devtools_shared: 2.6.1-dev.1
file: ^6.0.0
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.4
devtools: 2.6.0
devtools: 2.6.1-dev.1
flutter_test:
sdk: flutter
mockito: ^5.0.9
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_server/pubspec.yaml
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.6.0
version: 2.6.1-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.6.0
devtools_shared: 2.6.1-dev.1
intl: '>=0.16.1 <0.18.0'
path: ^1.8.0
sse: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
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.6.0
version: 2.6.1-dev.1

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

Expand Down