Skip to content

Commit

Permalink
Fix devtools_shared version (flutter#7775)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed May 20, 2024
1 parent 3aae90a commit 1977513
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
dds_service_extensions: ^2.0.0
devtools_app_shared: ^0.2.0-dev.0
devtools_extensions: ^0.2.0-dev.0
devtools_shared: ^10.0.0-dev.1
devtools_shared: ^10.0.0-dev.2
dtd: ^2.2.0
file: ">=6.0.0 <8.0.0"
file_selector: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
collection: ^1.15.0
dds_service_extensions: ^2.0.0
devtools_shared: ^10.0.0-dev.1
devtools_shared: ^10.0.0-dev.2
dtd: ^2.1.0
flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executables:

dependencies:
args: ^2.4.2
devtools_shared: ^10.0.0-dev.1
devtools_shared: ^10.0.0-dev.2
devtools_app_shared: ^0.2.0-dev.0
flutter:
sdk: flutter
Expand Down
6 changes: 4 additions & 2 deletions packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# 10.0.0-dev.2
* Support detecting package roots for nested Dart projects in the
`packageRootFromFileUriString` utility method.

# 10.0.0-dev.1
* Export `DTDConnectionInfo` from the `devtools_shared.dart` library instead
of the `devtools_server.dart` library.
* Support detecting package roots for nested Dart projects in the
`packageRootFromFileUriString` utility method.

# 10.0.0-dev.0
* **Breaking change:** rename `DevToolsExtensionConfig.path` to
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 Dart structures between devtools_app, dds, and other tools.

version: 10.0.0-dev.1
version: 10.0.0-dev.2

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

Expand Down

0 comments on commit 1977513

Please sign in to comment.