Skip to content

Commit 4d1de26

Browse files
authored
Prepare DWDS for release to version 23.1.0 (#2328)
1 parent b2405cb commit 4d1de26

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: dwds/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 23.1.0-wip
1+
## 23.1.0
2+
3+
- Update `package:vm_service` constraints to allow version `14.x.x` - [#2307](https://github.com/dart-lang/webdev/pull/2307)
24

35
## 23.0.0
6+
47
- Restructure `LoadStrategy` to provide build settings. - [#2270](https://github.com/dart-lang/webdev/pull/2270)
58
- Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285)
69
- Tolerate failures to detect a Dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286)
@@ -9,6 +12,7 @@
912
- Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
1013

1114
## 22.1.0
15+
1216
- Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265)
1317

1418
## 22.0.0
File renamed without changes.

Diff for: 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.

Diff for: 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.1.0-wip
3+
version: 23.1.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)