Skip to content

Commit 6c67a09

Browse files
authored
Update min SDK and prepare DWDS for release (#1495)
1 parent 00832f8 commit 6c67a09

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 12.0.0-dev
1+
## 12.0.0
22

33
- Implement `lookupResolvedPackageUris` and `lookupPackageUris` vm service API.
44
- Update `vm_service` version to `^8.1.0`.
@@ -13,6 +13,7 @@
1313
haven't been written to the console since dwds v11.1.0 and Dart SDK v2.14.0.
1414
- Batch debug events sent from injected client to dwds to relieve network load.
1515
- Update `_fe_analyzer_shared` version to `33.0.0`
16+
- Update the Dart minimum SDK to `>=2.16.0`.
1617

1718
**Breaking changes:**
1819

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
service protocol.
88
99
environment:
10-
sdk: ">=2.15.0 <3.0.0"
10+
sdk: ">=2.16.0 <3.0.0"
1111

1212
dependencies:
1313
_fe_analyzer_shared: ^33.0.0

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A web app example for webdev CLI.
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.15.0 <3.0.0"
7+
sdk: ">=2.16.0 <3.0.0"
88

99
dev_dependencies:
1010
build_runner: ^2.0.0

fixtures/_webdevSmoke/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A test fixture for webdev testing.
77
# and build_web_compilers constraint should match those defined
88
# in pubspec.dart.
99
environment:
10-
sdk: '>=2.15.0 <3.0.0'
10+
sdk: '>=2.16.0 <3.0.0'
1111

1212
dev_dependencies:
1313
build_runner: '>=1.6.2 <3.0.0'

fixtures/_webdevSoundSmoke/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.15.0 <3.0.0'
5+
sdk: '>=2.16.0 <3.0.0'
66

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

frontend_server_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
description: >-
44
Frontend server integration code to use for dwds tests. Mimicks flutter code.
55
environment:
6-
sdk: ">=2.15.0 <3.0.0"
6+
sdk: ">=2.16.0 <3.0.0"
77

88
dependencies:
99
dwds:

webdev/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 2.7.8-dev
1+
## 2.7.8
22

33
- Update `vm_service` to `^8.1.0`.
44
- Enable expression evaluation by default.
5+
- Update the Dart minimum SDK to `>=2.16.0`.
56

67
## 2.7.7
78

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >-
99
features for users and tools to build and deploy web applications with Dart.
1010
1111
environment:
12-
sdk: ">=2.15.0 <3.0.0"
12+
sdk: ">=2.16.0 <3.0.0"
1313

1414
dependencies:
1515
args: ^2.0.0

0 commit comments

Comments
 (0)