Skip to content

Commit 1a70a1a

Browse files
authored
Prep DWDS 15.0.0 for release (#1667)
1 parent 52068aa commit 1a70a1a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 14.0.4-dev
1+
## 15.0.0
22
- Port some `dwds` files to null safety.
33
- Fix failing `frontend_server_evaluate` tests.
4+
- Prevent `flutter_tools` crash when the Dart execution context cannot be found.
5+
- Update method signature of `lookupResolvedPackageUris`.
46

57
## 14.0.3
68
- Make data types null safe.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 14.0.4-dev
3+
version: 15.0.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.

0 commit comments

Comments
 (0)