Skip to content

Commit be9b6ff

Browse files
committed
update changelog and prep for release
1 parent cdc4c31 commit be9b6ff

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

dwds/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies:
2424

2525
dev_dependencies:
2626
args: ^1.0.0
27-
build_daemon: ^0.5.0
2827
build_runner: ^1.0.0
2928
build_web_compilers: '>=1.0.0 <3.0.0'
3029
test: ^1.6.0

example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ environment:
77
dev_dependencies:
88
build_runner: '>=1.3.0 <2.0.0'
99
build_web_compilers: '>=1.0.0 <3.0.0'
10-
build_daemon: ^0.5.0

webdev/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.3
2+
3+
- Support latest `package:build_daemon`.
4+
- Fix Chrome issues while running through VS Code.
5+
16
## 2.0.2
27

38
- Support `package:dwds` version `0.3.0`.

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: webdev
2-
version: 2.0.3-dev
2+
version: 2.0.3
33
author: Dart Team <[email protected]>
44
homepage: https://github.com/dart-lang/webdev
55
description: >-

0 commit comments

Comments
 (0)