Skip to content

Commit 5febd5b

Browse files
Prep devtools packages for publish (#9818)
* Prep devtools packages for publish * Update packages/devtools_extensions/CHANGELOG.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent eb89b08 commit 5febd5b

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

packages/devtools_app_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-
## 0.5.1-wip
6+
## 0.5.1
77
* Add DevTools-styled text field `DevToolsTextField`.
88
* Updates `devtools_shared` constraint to `^13.0.0`.
99

packages/devtools_app_shared/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44
name: devtools_app_shared
55
description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
6-
version: 0.5.1-wip
6+
version: 0.5.1
77
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared
88

99
environment:
@@ -15,7 +15,7 @@ resolution: workspace
1515
dependencies:
1616
collection: ^1.15.0
1717
dds_service_extensions: ^2.0.0
18-
devtools_shared: ^13.0.0-wip
18+
devtools_shared: ^13.0.0
1919
dtd: ^4.0.0
2020
flutter:
2121
sdk: flutter

packages/devtools_extensions/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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-
## 0.5.1-wip
6+
## 0.5.1
7+
* Updates `devtools_app_shared` constraint to `^0.5.1`.
78
* Updates `devtools_shared` constraint to `^13.0.0`.
89

910
## 0.5.0

packages/devtools_extensions/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44
name: devtools_extensions
55
description: A package for building and supporting extensions for Dart DevTools.
6-
version: 0.5.1-wip
6+
version: 0.5.1
77

88
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_extensions
99

@@ -18,8 +18,8 @@ executables:
1818

1919
dependencies:
2020
args: ^2.4.2
21-
devtools_shared: ^13.0.0-wip
22-
devtools_app_shared: ^0.5.1-wip
21+
devtools_shared: ^13.0.0
22+
devtools_app_shared: ^0.5.1
2323
flutter:
2424
sdk: flutter
2525
io: ^1.0.4

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-
# 13.0.0-wip
6+
# 13.0.0
77
* **Breaking change:** Removed `DevToolsStoreKeys.analyticsEnabled` and
88
`DevToolsStoreKeys.isFirstRun` since these were only used for legacy analytics.
99
* **Breaking change:** Removed legacy analytics APIs and state cleanup

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

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

0 commit comments

Comments
 (0)