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

Updating from 2.27.0-dev.12 to 2.27.0-dev.13 #6240

Merged
merged 1 commit into from
Aug 24, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// the constant declaration `const String version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const String version = '2.27.0-dev.12';
const String version = '2.27.0-dev.13';
4 changes: 2 additions & 2 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of devtools packages (devtools_app, devtools_test).
version: 2.27.0-dev.12
version: 2.27.0-dev.13

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies:
dev_dependencies:
args: ^2.4.2
build_runner: ^2.3.3
devtools_test: 2.27.0-dev.12
devtools_test: 2.27.0-dev.13
fake_async: ^1.3.1
flutter_driver:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none
# 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.27.0-dev.12
version: 2.27.0-dev.13

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test

Expand All @@ -19,7 +19,7 @@ dependencies:
async: ^2.0.0
collection: ^1.15.0
devtools_shared: 3.0.0
devtools_app: 2.27.0-dev.12
devtools_app: 2.27.0-dev.13
devtools_app_shared:
path: ../devtools_app_shared
flutter:
Expand Down
Loading