From 93df2c3a0e6a5263ebe7ec36b527ef7eef666093 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Mon, 4 May 2026 09:20:09 -0700 Subject: [PATCH 1/2] Prep devtools packages for publish --- packages/devtools_app_shared/CHANGELOG.md | 2 +- packages/devtools_app_shared/pubspec.yaml | 4 ++-- packages/devtools_extensions/CHANGELOG.md | 2 +- packages/devtools_extensions/pubspec.yaml | 6 +++--- packages/devtools_shared/CHANGELOG.md | 2 +- packages/devtools_shared/pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/devtools_app_shared/CHANGELOG.md b/packages/devtools_app_shared/CHANGELOG.md index c5244ad31a4..4f6e95c4104 100644 --- a/packages/devtools_app_shared/CHANGELOG.md +++ b/packages/devtools_app_shared/CHANGELOG.md @@ -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`. diff --git a/packages/devtools_app_shared/pubspec.yaml b/packages/devtools_app_shared/pubspec.yaml index c70530f1ee5..375fd0009d3 100644 --- a/packages/devtools_app_shared/pubspec.yaml +++ b/packages/devtools_app_shared/pubspec.yaml @@ -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: @@ -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 diff --git a/packages/devtools_extensions/CHANGELOG.md b/packages/devtools_extensions/CHANGELOG.md index 08aef464f6f..e575367991e 100644 --- a/packages/devtools_extensions/CHANGELOG.md +++ b/packages/devtools_extensions/CHANGELOG.md @@ -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 * Updates `devtools_shared` constraint to `^13.0.0`. ## 0.5.0 diff --git a/packages/devtools_extensions/pubspec.yaml b/packages/devtools_extensions/pubspec.yaml index f3b1accb0f8..098a7457733 100644 --- a/packages/devtools_extensions/pubspec.yaml +++ b/packages/devtools_extensions/pubspec.yaml @@ -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 @@ -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 diff --git a/packages/devtools_shared/CHANGELOG.md b/packages/devtools_shared/CHANGELOG.md index 6d2525c17ec..7445468bb82 100644 --- a/packages/devtools_shared/CHANGELOG.md +++ b/packages/devtools_shared/CHANGELOG.md @@ -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 * Deprecated `DevToolsStoreKeys.analyticsEnabled` since this is only used for legacy analytics. * **Breaking change:** Removed legacy analytics APIs and state cleanup (e.g. `apiGetFlutterGAEnabled`, `apiGetDevToolsEnabled`, `apiSetDevToolsEnabled`). * **Breaking change:** Removed public constant `devToolsEnabledPropertyName`. diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index c7302a5a0c9..286fefc2526 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -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 From 8a1a1dd100da2365c3276779eabc21c983002006 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Mon, 4 May 2026 09:27:53 -0700 Subject: [PATCH 2/2] Update packages/devtools_extensions/CHANGELOG.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- packages/devtools_extensions/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devtools_extensions/CHANGELOG.md b/packages/devtools_extensions/CHANGELOG.md index e575367991e..5d143f772ca 100644 --- a/packages/devtools_extensions/CHANGELOG.md +++ b/packages/devtools_extensions/CHANGELOG.md @@ -4,6 +4,7 @@ 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 +* Updates `devtools_app_shared` constraint to `^0.5.1`. * Updates `devtools_shared` constraint to `^13.0.0`. ## 0.5.0