From 68cfed7b02a9c7fb58f58bdcf58ea092ae718f80 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 5 Nov 2025 13:26:44 -0500 Subject: [PATCH] [ DWDS ] Prepare for 26.2.1 release --- dwds/CHANGELOG.md | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index ddfa389ea..65d0e7b5f 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 78eae7b12..c30ea88e3 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 738e97049..2e92a1eb6 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