Skip to content

Commit 90487c0

Browse files
authored
Publish devtools_shared 14.0.0 (#9891)
* Publish devtools_shared 14.0.0 * whoops
1 parent 21f1838 commit 90487c0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/devtools_app_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolution: workspace
1515
dependencies:
1616
collection: ^1.15.0
1717
dds_service_extensions: ^2.0.0
18-
devtools_shared: ^14.0.0-wip
18+
devtools_shared: ^14.0.0
1919
dtd: ^4.0.0
2020
flutter:
2121
sdk: flutter

packages/devtools_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ executables:
1818

1919
dependencies:
2020
args: ^2.4.2
21-
devtools_shared: ^14.0.0-wip
21+
devtools_shared: ^14.0.0
2222
devtools_app_shared: ^0.5.1
2323
flutter:
2424
sdk: flutter

packages/devtools_shared/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
# 14.0.0-wip
6+
# 14.0.0
77

88
* **Breaking changes**: `LocalFileSystem`, an extension which provided some handy
99
helpers, has been refactored into an extension on the `file` package's

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: 14.0.0-wip
7+
version: 14.0.0
88

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

0 commit comments

Comments
 (0)