We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662970f commit c1d2237Copy full SHA for c1d2237
frontend_server_client/CHANGELOG.md
@@ -1,5 +1,5 @@
1
-## 2.1.3-dev
2
-
+## 2.1.3
+- Update `package:vm_service` to version `^8.0.0`
3
4
## 2.1.2
5
frontend_server_client/pubspec.yaml
name: frontend_server_client
-version: 2.1.3-dev
+version: 2.1.3
description: >-
Client code to start and interact with the frontend_server compiler from the
Dart SDK.
@@ -19,4 +19,4 @@ dev_dependencies:
19
shelf_static: ^1.1.0
20
test: ^1.16.0
21
test_descriptor: ^2.0.0
22
- vm_service: ^7.1.0
+ vm_service: ^8.0.0
0 commit comments