From 5bc91ae6296a54683cfbcc49583d07d53727feff Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 10 Jan 2025 12:05:08 -0500 Subject: [PATCH 1/2] [ DWDS ] Reset version to 24.3.2-wip --- dwds/CHANGELOG.md | 2 ++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e47a91a03..7b3dcb7f9 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,5 @@ +## 24.3.2-wip + ## 24.3.1 - Add support for binding DDS to a custom port. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 2772f9fca..2efc7cc7b 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.1'; +const packageVersion = '24.3.2-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 9205176de..f50187742 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: 24.3.1 +version: 24.3.2-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. From a296a49ea0ea861402235bc9d85b7e91116e0ed6 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 10 Jan 2025 12:31:31 -0500 Subject: [PATCH 2/2] [ DWDS ] Relax DDS constraint, prepare for 24.3.2 release --- dwds/CHANGELOG.md | 4 +++- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 7b3dcb7f9..3c0085da1 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,6 @@ -## 24.3.2-wip +## 24.3.2 + +- Bump `package:dds` to `>=4.2.5 <6.0.0`. ## 24.3.1 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 2efc7cc7b..82c42a2f8 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '24.3.2-wip'; +const packageVersion = '24.3.2'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index f50187742..12ef2bed5 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: 24.3.2-wip +version: 24.3.2 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. @@ -14,7 +14,7 @@ dependencies: built_value: ^8.3.0 collection: ^1.15.0 crypto: ^3.0.2 - dds: ^4.2.5 + dds: '>=4.2.5 <6.0.0' file: '>=6.1.4 <8.0.0' http: ^1.0.0 http_multi_server: ^3.2.0