Skip to content

Commit 3d5c077

Browse files
committed
Update pubspec and changelog
1 parent f635751 commit 3d5c077

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/devtools_shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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+
# 12.1.0
7+
* Adds additional logging to `IntegrationTestRunner`.
8+
* Fixes assertion error when parsing Flutter channel versions using the format `X.XX.X-X.X.pre-XXX`.
9+
* Fixes breakage associated with ChromeDriver 138 when using `IntegrationTestRunner`.
10+
* Adds `sanitizeVersionStr` helper to `SemanticVersion`.
11+
* Fixes null error when parsing `bundleIdentifier` or `teamIndentifier` in `UniversalLinkSettings`.
12+
613
# 12.0.0
714
* Update `dtd` dependency to `^4.0.0`.
815
* Register and unregister VM service connections on DTD. This change only

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: 12.0.0
7+
version: 12.1.0
88

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

0 commit comments

Comments
 (0)