From 600e1003c966600ffcd5054c6d71ef82c8a535a8 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:21:24 -0300 Subject: [PATCH 1/6] Update pubspec.yaml Rollback dependency (remove pre-release dependency): from build_web_compilers: ^2.12.0-dev.1 to build_web_compilers: ^2.11.0 --- dwds/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 429004a43..201c82e4f 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -43,7 +43,7 @@ dev_dependencies: build_runner: ^1.6.2 build_daemon: ^2.0.0 build_version: ^2.0.0 - build_web_compilers: ^2.12.0-dev.1 + build_web_compilers: ^2.11.0 built_value_generator: '>=6.4.0 <8.0.0' graphs: ^0.2.0 frontend_server_common: From a2b3ec39e1d76f22183933fe8ddf173a9bc8d977 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:31:19 -0300 Subject: [PATCH 2/6] v6.0.1 --- dwds/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 201c82e4f..caa45f465 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `pub run build_runner build`. -version: 6.0.0 +version: 6.0.1 homepage: https://github.com/dart-lang/webdev/tree/master/dwds description: >- A service that proxies between the Chrome debug protocol and the Dart VM From 66fb841b924fe8ae72940292a4d90dbb3aa009d5 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:32:51 -0300 Subject: [PATCH 3/6] v2.6.1 --- webdev/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 8601ba5c5..07266bd3c 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.6.0 +version: 2.6.1 homepage: https://github.com/dart-lang/webdev description: >- A CLI for Dart web development. Provides an easy and consistent set of From 67e0e110efd85907c80432ed8b5dbd0b964ecfab Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:33:08 -0300 Subject: [PATCH 4/6] Update CHANGELOG.md --- webdev/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index da9258b4f..91edc6c7b 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.1 + +- Rollback pre-release dependency of `build_web_compilers`: from `2.12.0-dev.1` to `2.11.0`. + ## 2.6.0 - Require at least `build_web_compilers` version `2.12.0-dev.1`. From f265f86a4c122ed926020a58b9608828e8418ed8 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:49:50 -0300 Subject: [PATCH 5/6] Update: packageVersion = '6.0.1' --- dwds/lib/src/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 0773426b4..da01dc783 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '6.0.0'; +const packageVersion = '6.0.1'; From 44d613b656b90ba080f13489e13ffc04dc54cb46 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 10 Sep 2020 04:52:57 -0300 Subject: [PATCH 6/6] Upgrade: packageVersion = '2.6.1' --- webdev/lib/src/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index d3561d861..673a696ea 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.6.0'; +const packageVersion = '2.6.1';