Skip to content

Commit d0bc34f

Browse files
Prepare devtools_shared for publish (#9183)
1 parent 3a15b4f commit d0bc34f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/devtools_shared/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Copyright 2025 The Flutter Authors
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55
-->
6+
# 11.2.1
7+
* Rename `Handler` extension methods to `VmServiceHandler`. This member was
8+
marked `@visibleForTesting` and should not be used outside of this package, so
9+
we consider this change non-breaking.
10+
611
# 11.2.0
712
* Bump `vm_service` dependency upper bound to `<16.0.0`.
813

packages/devtools_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: devtools_shared
55
description: Package of shared Dart structures between devtools_app, dds, and other tools.
66

7-
version: 11.2.0
7+
version: 11.2.1
88

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

0 commit comments

Comments
 (0)