diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 407d2aba3..b4ddacbc8 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.3.0-dev + +- Update SDK constraint to `>=2.14.0 <3.0.0` + ## 11.2.3 - Fix race causing intermittent `Aww, snap` errors on starting debugger diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 4a5a08f2b..ff7bb1281 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '11.2.3'; +const packageVersion = '11.3.0-dev'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index d68dad08d..28b6f340b 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,13 +1,13 @@ name: dwds # Every time this changes you need to run `pub run build_runner build`. -version: 11.2.3 +version: 11.3.0-dev homepage: https://github.com/dart-lang/webdev/tree/master/dwds description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. environment: - sdk: ">=2.13.0 <3.0.0" + sdk: ">=2.14.0 <3.0.0" dependencies: async: ^2.3.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9fd17bffb..90ccec098 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,7 +4,7 @@ description: A web app example for webdev CLI. publish_to: none environment: - sdk: ">=2.13.0 <3.0.0" + sdk: ">=2.14.0 <3.0.0" dev_dependencies: build_runner: ^2.0.0 diff --git a/fixtures/_webdevSmoke/pubspec.yaml b/fixtures/_webdevSmoke/pubspec.yaml index 4f79334ab..394299427 100644 --- a/fixtures/_webdevSmoke/pubspec.yaml +++ b/fixtures/_webdevSmoke/pubspec.yaml @@ -7,7 +7,7 @@ description: A test fixture for webdev testing. # and build_web_compilers constraint should match those defined # in pubspec.dart. environment: - sdk: '>=2.13.0 <3.0.0' + sdk: '>=2.14.0 <3.0.0' dev_dependencies: build_runner: '>=1.6.2 <3.0.0' diff --git a/fixtures/_webdevSoundSmoke/pubspec.yaml b/fixtures/_webdevSoundSmoke/pubspec.yaml index aa890a992..5d2e24f5d 100644 --- a/fixtures/_webdevSoundSmoke/pubspec.yaml +++ b/fixtures/_webdevSoundSmoke/pubspec.yaml @@ -2,7 +2,7 @@ name: _webdev_smoke description: A test fixture for webdev testing with sound support. environment: - sdk: '>=2.13.0 <3.0.0' + sdk: '>=2.14.0 <3.0.0' dev_dependencies: build_runner: '>=1.6.2 <3.0.0' diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index d7105f00a..e1ed1b375 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.6-dev + +- Update SDK constraint to `>=2.14.0 <3.0.0` + ## 2.7.5 - Depend on the latest `package:dwds`. diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 00c9558e2..bae2c45be 100644 --- a/webdev/lib/src/version.dart +++ b/webdev/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.7.5'; +const packageVersion = '2.7.6-dev'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index a2ad82513..d63b20c5b 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,6 +1,6 @@ name: webdev # Every time this changes you need to run `pub run build_runner build`. -version: 2.7.5 +version: 2.7.6-dev # We should not depend on a dev SDK before publishing. # publish_to: none homepage: https://github.com/dart-lang/webdev @@ -9,7 +9,7 @@ description: >- features for users and tools to build and deploy web applications with Dart. environment: - sdk: ">=2.13.0 <3.0.0" + sdk: ">=2.14.0 <3.0.0" dependencies: args: ^2.0.0 @@ -50,5 +50,9 @@ dev_dependencies: test_process: ^2.0.2 webdriver: ^3.0.0 +dependency_overrides: + dwds: + path: ../dwds + executables: webdev: