Skip to content

Commit 7bfdd19

Browse files
author
Anna Gringauze
authored
Prep to publish dwds (#1456)
* Prep to publish dwds * Prep to publish dwds
1 parent 5564eaa commit 7bfdd19

File tree

4 files changed

+50
-64
lines changed

4 files changed

+50
-64
lines changed

dwds/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 11.5.0-dev
1+
## 11.5.0
22

33
- Support hot restart in a multi-app scenario with legacy modules.
44
- Rename `$dartHotRestart` in the injected client to `$dartHotRestartDwds`.
@@ -13,7 +13,7 @@
1313

1414
- Fix chrome detection in iPhone emulation mode in chrome or edge browsers.
1515
- Reliably find unused port for extension backend http service.
16-
- Ignore offset / count parameters in getObject if the object has no length
16+
- Ignore offset / count parameters in getObject if the object has no length.
1717
- Include static member information for classes
1818

1919
## 11.4.0

dwds/lib/src/injected/client.js

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

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 `pub run build_runner build`.
3-
version: 11.5.0-dev
3+
version: 11.5.0
44
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM

0 commit comments

Comments
 (0)