Skip to content

Commit

Permalink
Prepare version 2.6.1-dev.2 (#3402)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Sep 27, 2021
1 parent ba9f258 commit 91312d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.6.1-dev.1
version: 2.6.1-dev.2

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

environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 2.6.1-dev.1
devtools_shared: 2.6.1-dev.1
devtools_server: 2.6.1-dev.2
devtools_shared: 2.6.1-dev.2
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.6.1-dev.1';
const String version = '2.6.1-dev.2';
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: 2.6.1-dev.1
version: 2.6.1-dev.2

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.1-dev.1
devtools_shared: 2.6.1-dev.2
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.1-dev.1
devtools: 2.6.1-dev.2
flutter_test:
sdk: flutter
mockito: ^5.0.9
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.6.1-dev.1
version: 2.6.1-dev.2

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.1-dev.1
devtools_shared: 2.6.1-dev.2
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
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.6.1-dev.1
version: 2.6.1-dev.2

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

Expand Down

0 comments on commit 91312d3

Please sign in to comment.