From 6d99c2ac8606acfa5fed51c42be79b588bfa4e0f Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Tue, 28 Apr 2026 14:10:58 -0700 Subject: [PATCH] [dwds] Prepare to publish 27.1.1 --- dwds/CHANGELOG.md | 6 ++++-- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index da1c2eb70..86a9b0503 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,8 @@ -## 27.1.1-wip +## 27.1.1 -- Replace raw map for client ping checks with a proper `PingRequest` class and update client deserialization handling. +- Fix deserialization errors appearing in the chrome console. + Replace raw map for client ping checks with a proper `PingRequest` class and + update client deserialization handling. ## 27.1.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 6f26bfd1f..93e31bb7b 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '27.1.1-wip'; +const packageVersion = '27.1.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 328b699c6..4341600e5 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 tool/build.dart`. -version: 27.1.1-wip +version: 27.1.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM