Skip to content

Commit

Permalink
Bump the unified_analytics min version (flutter#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Mar 21, 2024
1 parent 5a2f921 commit e7d70c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
stack_trace: ^1.10.0
stream_channel: ^2.1.1
string_scanner: ^1.1.0
unified_analytics: ^5.8.1
unified_analytics: ^5.8.8
url_launcher: ^6.1.0
url_launcher_web: ^2.0.6
vm_service: ^14.1.0
Expand Down
1 change: 1 addition & 0 deletions packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 8.1.0
* Update `package:dtd` to `2.0.0`
* Update `package:unified_analytics` to `5.8.8`

# 8.0.1
* **Breaking change:** rename `ServerApi.getCompleted` to `ServerApi.success` and make the
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 @@ -17,7 +17,7 @@ dependencies:
path: ^1.8.0
shelf: ^1.1.0
sse: ^4.1.2
unified_analytics: ^5.8.1
unified_analytics: ^5.8.8
usage: ^4.0.0
vm_service: ">=13.0.0 <15.0.0"
web_socket_channel: ^2.4.0
Expand Down

0 comments on commit e7d70c6

Please sign in to comment.