Skip to content

Commit

Permalink
Prepare DWDS 23.3.0 release (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jan 23, 2024
1 parent e382db3 commit ab500b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ab500b1

Please sign in to comment.