Skip to content

Commit 44c3d8c

Browse files
authored
Reset DevTools to next dev version (#9604)
1 parent b9d7fc1 commit 44c3d8c

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.54.0';
13+
const version = '2.55.0-dev.0';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
# Note: this version should only be updated by running the 'dt update-version'
99
# command that updates the version here and in 'devtools.dart'.
10-
version: 2.54.0
10+
version: 2.55.0-dev.0
1111

1212
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
1313

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66
This is draft for future release notes, that are going to land on
77
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).
88

9-
# DevTools 2.54.0 release notes
9+
# DevTools 2.55.0 release notes
1010

11-
The 2.54.0 release of the Dart and Flutter DevTools
11+
The 2.55.0 release of the Dart and Flutter DevTools
1212
includes the following changes among other general improvements.
1313
To learn more about DevTools, check out the
1414
[DevTools overview](/tools/devtools/overview).
1515

1616
## General updates
1717

18-
- Dropped connections to DTD will now automatically be retried to improve the
19-
experience when your machine is resumed from sleep.
20-
[#9587](https://github.com/flutter/devtools/pull/9587)
18+
TODO: Remove this section if there are not any updates.
2119

2220
## Inspector updates
2321

24-
- Added a warning banner that the legacy inspector will be removed in a future
25-
release. - [#9572](https://github.com/flutter/devtools/pull/9572)
22+
TODO: Remove this section if there are not any updates.
2623

2724
## Performance updates
2825

@@ -34,8 +31,7 @@ TODO: Remove this section if there are not any updates.
3431

3532
## Memory updates
3633

37-
- Fixed error preventing users from changing the zoom duration. -
38-
[#9573](https://github.com/flutter/devtools/pull/9573)
34+
TODO: Remove this section if there are not any updates.
3935

4036
## Debugger updates
4137

@@ -55,11 +51,7 @@ TODO: Remove this section if there are not any updates.
5551

5652
## Deep links tool updates
5753

58-
- Added more informative dialog if Deep Links tool is unable to find build
59-
options for the iOS or Android app. -
60-
[#9571](https://github.com/flutter/devtools/pull/9571)
61-
- Fixed null error when parsing universal link settings -
62-
[#9581](https://github.com/flutter/devtools/pull/9581)
54+
TODO: Remove this section if there are not any updates.
6355

6456
## VS Code Sidebar updates
6557

@@ -76,4 +68,4 @@ TODO: Remove this section if there are not any updates.
7668
## Full commit history
7769

7870
To find a complete list of changes in this release, check out the
79-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.54.0).
71+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.55.0).

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ packages:
109109
dependency: transitive
110110
description:
111111
name: characters
112-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
112+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "1.4.0"
115+
version: "1.4.1"
116116
checked_yaml:
117117
dependency: transitive
118118
description:

0 commit comments

Comments
 (0)