devtools shared changelog
diff --git a/packages/devtools_shared/CHANGELOG.md b/packages/devtools_shared/CHANGELOG.md index 2cc1be5..7bd437f 100644 --- a/packages/devtools_shared/CHANGELOG.md +++ b/packages/devtools_shared/CHANGELOG.md
@@ -1,31 +1,11 @@ -# 6.0.3 -* `CompareMixin` is now generic, implementing `Comparable<T>` instead of - `Comparable<dynamic>`, and it's operators each therefore accept a `T` - argument. -* `SemanticVersion` now mixes in `CompareMixin<SemanticVersion>`, and it's - `compareTo` method therefore now accepts a `SemanticVersion`. +# 4.2.0 + * Fix an issue parsing file paths that could prevent extensions from being detected. - -# 6.0.2 -* Fix an issue parsing file paths on Windows that could prevent extensions from being detected. - -# 6.0.1 -* Bump minimum Dart SDK version to `3.3.0-91.0.dev` and minimum Flutter SDK version to `3.17.0-0.0.pre`. -* Add field `isPublic` to `DevToolsExtensionConfig`. -* Add validation for `DevToolsExtensionConfig.name` field to ensure it is a valid -Dart package name. -* Pass warnings and errors for DevTools extension APIs from the DevTools server to -DevTools app. - -# 6.0.0 -* Bump `package:vm_service` dependency to ^13.0.0. -* Remove `ServiceCreator` typedef and replace usages with `VmServiceFactory` typedef from `package:vm_service`. - -# 5.0.0 -* Split deeplink exports into `devtools_deeplink_io.dart` and `devtools_deeplink.dart`. -* Bump `package:vm_service` to ^12.0.0. * Adds `DeeplinkApi.androidAppLinkSettings`, `DeeplinkApi.iosBuildOptions`, and `DeeplinkApi.iosUniversalLinkSettings` endpoints to ServerApi. + +# 4.1.0 + * Add shared integration test utilities to `package:devtools_shared`. These test utilities are exported as part of the existing `devtools_test_utils.dart` library.
diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index c3f9374..2847eb8 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml
@@ -1,7 +1,7 @@ name: devtools_shared description: Package of shared Dart structures between devtools_app, dds, and other tools. -version: 6.0.3 +version: 4.2.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared