Skip to content

Commit

Permalink
Prepare to publsih webdev (#1464)
Browse files Browse the repository at this point in the history
* Prepare to publsih webdev

* Addressed CR comments
  • Loading branch information
Anna Gringauze authored Dec 10, 2021
1 parent 6e3200e commit 64620de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.7.7-dev
## 2.7.7

- Handle and log http request serving errors.
- Update SDK contraint to `>=2.15.0 <3.0.0`.

## 2.7.6

Expand Down
2 changes: 1 addition & 1 deletion webdev/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webdev
# Every time this changes you need to run `dart run build_runner build`.
version: 2.7.7-dev
version: 2.7.7
# We should not depend on a dev SDK before publishing.
# publish_to: none
homepage: https://github.com/dart-lang/webdev
Expand All @@ -18,7 +18,7 @@ dependencies:
browser_launcher: ^1.0.0
crypto: ^3.0.0
dds: ^2.0.0
dwds: ^11.3.0
dwds: ^11.5.1
http: ^0.13.0
http_multi_server: ^3.0.0
io: ^1.0.0
Expand Down Expand Up @@ -50,9 +50,10 @@ dev_dependencies:
test_process: ^2.0.2
webdriver: ^3.0.0

dependency_overrides:
dwds:
path: ../dwds
# Uncomment for development versions
# dependency_overrides:
# dwds:
# path: ../dwds

executables:
webdev:

0 comments on commit 64620de

Please sign in to comment.