diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e2f818602..e35a82aec 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -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. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 646943ab9..b2c63d0f4 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '14.0.4-dev'; +const packageVersion = '15.0.0'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 7a91308b0..5fa7d32cc 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -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.