From ab500b184d89df7be1e55222752fcacf99fce7fc Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:59:28 -0800 Subject: [PATCH] Prepare DWDS 23.3.0 release (#2354) --- dwds/CHANGELOG.md | 4 ++-- .../{pubspec_overrides.yaml => ignore_pubspec_overrides.yaml} | 0 dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename dwds/{pubspec_overrides.yaml => ignore_pubspec_overrides.yaml} (100%) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e86f19292..16c3602ac 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,12 +1,12 @@ -## 23.3.0-wip +## 23.3.0 - Filter out internal type properties from the new DDC type system. - [#2348](https://github.com/dart-lang/webdev/pull/2348) +- Fix errors on displaying getters when debugging in VS Code. - [#2343](https://github.com/dart-lang/webdev/pull/2343) ## 23.2.0 - Send untruncated `dart:developer` logs to debugging clients. - [#2333](https://github.com/dart-lang/webdev/pull/2333) - Enabling tests that run with the DDC module system and exposing `utilities/ddc_names.dart` - [#2295](https://github.com/dart-lang/webdev/pull/2295) -- Fix errors on displaying getters. - [#2343](https://github.com/dart-lang/webdev/pull/2343) ## 23.1.1 diff --git a/dwds/pubspec_overrides.yaml b/dwds/ignore_pubspec_overrides.yaml similarity index 100% rename from dwds/pubspec_overrides.yaml rename to dwds/ignore_pubspec_overrides.yaml diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 8d4925e10..c6b1ce258 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '23.3.0-wip'; +const packageVersion = '23.3.0'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 6eb01ccc8..60ddaf7ab 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: 23.3.0-wip +version: 23.3.0 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.