Skip to content

Commit ab500b1

Browse files
authored
Prepare DWDS 23.3.0 release (#2354)
1 parent e382db3 commit ab500b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dwds/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 23.3.0-wip
1+
## 23.3.0
22

33
- Filter out internal type properties from the new DDC type system. - [#2348](https://github.com/dart-lang/webdev/pull/2348)
4+
- Fix errors on displaying getters when debugging in VS Code. - [#2343](https://github.com/dart-lang/webdev/pull/2343)
45

56
## 23.2.0
67

78
- Send untruncated `dart:developer` logs to debugging clients. - [#2333](https://github.com/dart-lang/webdev/pull/2333)
89
- Enabling tests that run with the DDC module system and exposing `utilities/ddc_names.dart` - [#2295](https://github.com/dart-lang/webdev/pull/2295)
9-
- Fix errors on displaying getters. - [#2343](https://github.com/dart-lang/webdev/pull/2343)
1010

1111
## 23.1.1
1212

File renamed without changes.

dwds/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 23.3.0-wip
3+
version: 23.3.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.

0 commit comments

Comments
 (0)