Skip to content

Commit 1db4938

Browse files
authored
Update min SDK version to 2.15.0 (#1463)
1 parent 61644d0 commit 1db4938

File tree

9 files changed

+15
-11
lines changed

9 files changed

+15
-11
lines changed

dwds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.5.1
2+
3+
- Update SDK contraint to `>=2.15.0 <3.0.0`.
4+
15
## 11.5.0
26

37
- Support hot restart in a multi-app scenario with legacy modules.

dwds/lib/src/injected/client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dwds
2-
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 11.5.0
2+
# Every time this changes you need to run `dart run build_runner build`.
3+
version: 11.5.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.14.0 <3.0.0"
10+
sdk: ">=2.15.0 <3.0.0"
1111

1212
dependencies:
1313
async: ^2.3.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.14.0 <3.0.0"
7+
sdk: ">=2.15.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.14.0 <3.0.0'
10+
sdk: '>=2.15.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.14.0 <3.0.0'
5+
sdk: '>=2.15.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.14.0 <3.0.0"
6+
sdk: ">=2.15.0 <3.0.0"
77

88
dependencies:
99
dwds:

webdev/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: webdev
2-
# Every time this changes you need to run `pub run build_runner build`.
2+
# Every time this changes you need to run `dart run build_runner build`.
33
version: 2.7.7-dev
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
@@ -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.14.0 <3.0.0"
12+
sdk: ">=2.15.0 <3.0.0"
1313

1414
dependencies:
1515
args: ^2.0.0

0 commit comments

Comments
 (0)