Skip to content

Commit d8ed783

Browse files
author
Anna Gringauze
authored
Prep to publish dwds (#1385)
* Update versions and build * Update SDK version for smoke tests * Addressed CR comments - Changed min sdk constraint to 2.13.0, updated changelog. * Update changelog
1 parent 50fe70a commit d8ed783

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

dwds/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 11.2.1-dev
1+
## 11.2.1
22

33
- Recover from used port errors when starting debug service.
4+
- Update min SDK constraint to `2.13.0`.
45

56
## 11.2.0
67

dwds/lib/src/injected/client.js

+6-5
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dwds
22
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 11.2.1-dev
3+
version: 11.2.1
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
77
service protocol.
88
99
environment:
10-
sdk: ">=2.13.0-144.0.dev <3.0.0"
10+
sdk: ">=2.13.0 <3.0.0"
1111

1212
dependencies:
1313
async: ^2.3.0

fixtures/_webdevSoundSmoke/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _webdev_smoke
22
description: A test fixture for webdev testing with sound support.
33

44
environment:
5-
sdk: '>=2.12.0-259.0.dev <3.0.0'
5+
sdk: '>=2.13.0 <3.0.0'
66

77
dev_dependencies:
88
build_runner: '>=1.6.2 <3.0.0'

webdev/pubspec.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@ dev_dependencies:
5050
test_process: ^2.0.2
5151
webdriver: ^3.0.0
5252

53+
dependency_overrides:
54+
dwds:
55+
path: ../dwds
56+
5357
executables:
5458
webdev:

0 commit comments

Comments
 (0)