Prepare to release webdev 3.0.1 (#2000)

* Prepare to release dwds

* Use dev channel to run publish

* Correctly switch to using dev SDK for publish task

* Try disabling publsh verification

* Merge with master

* Prepare webdev for release

* Make test_common depend on published dwds for the webdev release

* Fix dwds pub get failure

* Add missing new line

* Build
5 files changed
tree: e9d8e7f2c20a15919aaffd741f2cfd1086030385
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. test_common/
  8. tool/
  9. webdev/
  10. .gitattributes
  11. .gitignore
  12. analysis_options.yaml
  13. AUTHORS
  14. CONTRIBUTING.md
  15. mono_repo.yaml
  16. README.md
README.md

Dart

Packages

PackageDescriptionVersion
dwdsA service that proxies between the Chrome debug protocol and the Dart VM service protocol.pub package
frontend_server_clientClient code to start and interact with the frontend_server compiler from the Dart SDK.pub package
webdevA CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.