Skip to content

Commit

Permalink
Releasing from 2.25.0-dev.5 to 2.25.0 (flutter#5956)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderDake committed Jun 28, 2023
1 parent f510c17 commit 99dca81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.25.0-dev.5';
const String version = '2.25.0';
6 changes: 3 additions & 3 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.25.0-dev.5
version: 2.25.0

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

Expand All @@ -24,7 +24,7 @@ dependencies:
codicon: ^1.0.0
collection: ^1.15.0
dds_service_extensions: ^1.3.2
devtools_shared: 2.25.0-dev.5
devtools_shared: 2.25.0
file: ^6.0.0
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.3.3
devtools_test: 2.25.0-dev.5
devtools_test: 2.25.0
fake_async: ^1.3.1
flutter_driver:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: devtools_shared
description: Package of shared structures between devtools_app, dds, and other tools.

version: 2.25.0-dev.5
version: 2.25.0

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

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 @@ -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.25.0-dev.5
version: 2.25.0

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

Expand All @@ -18,8 +18,8 @@ environment:
dependencies:
async: ^2.0.0
collection: ^1.15.0
devtools_shared: 2.25.0-dev.5
devtools_app: 2.25.0-dev.5
devtools_shared: 2.25.0
devtools_app: 2.25.0
flutter:
sdk: flutter
flutter_test:
Expand Down

0 comments on commit 99dca81

Please sign in to comment.