Skip to content

Commit 5c04336

Browse files
committed
Commit in root
1 parent da7ae37 commit 5c04336

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

packages/devtools_app_shared/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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 (not released)
7+
* Add DevTools-styled text field `DevToolsTextField`.
8+
69
## 0.5.0
710
* **Breaking change:** remove `scaleByFontFactor`.
811
* **Breaking change:** remove `IdeTheme.fontSize` and `IdeTheme.fontSizeFactor`.

packages/devtools_app_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0
6+
version: 0.5.1
77
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared
88

99
environment:

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ packages:
546546
dependency: transitive
547547
description:
548548
name: meta
549-
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
549+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
550550
url: "https://pub.dev"
551551
source: hosted
552-
version: "1.18.0"
552+
version: "1.17.0"
553553
mime:
554554
dependency: transitive
555555
description:
@@ -854,26 +854,26 @@ packages:
854854
dependency: transitive
855855
description:
856856
name: test
857-
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
857+
sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae"
858858
url: "https://pub.dev"
859859
source: hosted
860-
version: "1.29.0"
860+
version: "1.28.0"
861861
test_api:
862862
dependency: transitive
863863
description:
864864
name: test_api
865-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
865+
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
866866
url: "https://pub.dev"
867867
source: hosted
868-
version: "0.7.9"
868+
version: "0.7.8"
869869
test_core:
870870
dependency: transitive
871871
description:
872872
name: test_core
873-
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
873+
sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4
874874
url: "https://pub.dev"
875875
source: hosted
876-
version: "0.6.15"
876+
version: "0.6.14"
877877
typed_data:
878878
dependency: transitive
879879
description:

0 commit comments

Comments
 (0)