Skip to content

Commit

Permalink
Prep DWDS 15.0.0 for release (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jun 29, 2022
1 parent 52068aa commit 1a70a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 14.0.4-dev
## 15.0.0
- Port some `dwds` files to null safety.
- Fix failing `frontend_server_evaluate` tests.
- Prevent `flutter_tools` crash when the Dart execution context cannot be found.
- Update method signature of `lookupResolvedPackageUris`.

## 14.0.3
- Make data types null safe.
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 14.0.4-dev
version: 15.0.0
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
Expand Down

0 comments on commit 1a70a1a

Please sign in to comment.