[ DWDS ] Prepare for 26.2.1 release (#2708)
diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index ddfa389..65d0e7b 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md
@@ -1,4 +1,4 @@ -## 26.2.1-wip +## 26.2.1 - Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available.
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 78eae7b..c30ea88 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '26.2.1-wip'; +const packageVersion = '26.2.1';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 738e970..2e92a1e 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: 26.2.1-wip +version: 26.2.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM