Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/devtools_app_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright 2025 The Flutter Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
-->
## 0.5.1-wip
## 0.5.1
* Add DevTools-styled text field `DevToolsTextField`.
* Updates `devtools_shared` constraint to `^13.0.0`.

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
name: devtools_app_shared
description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
version: 0.5.1-wip
version: 0.5.1
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared

environment:
Expand All @@ -15,7 +15,7 @@ resolution: workspace
dependencies:
collection: ^1.15.0
dds_service_extensions: ^2.0.0
devtools_shared: ^13.0.0-wip
devtools_shared: ^13.0.0
dtd: ^4.0.0
flutter:
sdk: flutter
Expand Down
3 changes: 2 additions & 1 deletion packages/devtools_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Copyright 2025 The Flutter Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
-->
## 0.5.1-wip
## 0.5.1
Comment thread
kenzieschmoll marked this conversation as resolved.
* Updates `devtools_app_shared` constraint to `^0.5.1`.
* Updates `devtools_shared` constraint to `^13.0.0`.

## 0.5.0
Expand Down
6 changes: 3 additions & 3 deletions packages/devtools_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
name: devtools_extensions
description: A package for building and supporting extensions for Dart DevTools.
version: 0.5.1-wip
version: 0.5.1

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

Expand All @@ -18,8 +18,8 @@ executables:

dependencies:
args: ^2.4.2
devtools_shared: ^13.0.0-wip
devtools_app_shared: ^0.5.1-wip
devtools_shared: ^13.0.0
devtools_app_shared: ^0.5.1
flutter:
sdk: flutter
io: ^1.0.4
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright 2025 The Flutter Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
-->
# 13.0.0-wip
# 13.0.0
* **Breaking change:** Removed `DevToolsStoreKeys.analyticsEnabled` and
`DevToolsStoreKeys.isFirstRun` since these were only used for legacy analytics.
* **Breaking change:** Removed legacy analytics APIs and state cleanup
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: devtools_shared
description: Package of shared Dart structures between devtools_app, dds, and other tools.

version: 13.0.0-wip
version: 13.0.0

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

Expand Down
Loading