Skip to content

Commit 28598a2

Browse files
authored
Prepare v0.0.19 (#629)
1 parent 9e6fbcb commit 28598a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/devtools/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.19 - 2019-05-?? (in progress)
1+
## 0.0.19 - 2019-05-01
22
* Update DevTools server to better handle failures when launching browsers.
33
* Support additional formats for VM service uris.
44

@@ -39,7 +39,7 @@
3939
- initial (pre-release) release
4040

4141
<!--
42-
List of possible sections to use for areas that have changed.
42+
List of possible sections to use for areas that have changed.
4343
### Documentation
4444
### Debugger
4545
### Inspector

packages/devtools/lib/devtools.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.0.19-dev';
8+
const String version = '0.0.19';

packages/devtools/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33

44
# Note: when updating this version, please update the corresponding entry in
55
# lib/devtools.dart.
6-
version: 0.0.19-dev
6+
version: 0.0.19
77

88
author: Dart Team <[email protected]>
99
homepage: https://github.com/flutter/devtools

0 commit comments

Comments
 (0)