Skip to content

Commit

Permalink
Prepare webdev for release to 3.0.7 (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Aug 16, 2023
1 parent 19aad27 commit 1aa7c52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend_server_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
dwds: any
file: ^7.0.0
file: ">=6.0.0 <8.0.0"
logging: ^1.0.1
meta: ^1.4.0
mime: ^1.0.0
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
dwds: any
file: ^7.0.0
file: ">=6.0.0 <8.0.0"
logging: ^1.0.1
path: ^1.8.1
test: ^1.21.1
Expand Down
3 changes: 2 additions & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 3.0.7-wip
## 3.0.7

- Update `build_web_compilers` constraint to `^4.0.4`.
- Update SDK constraint to `>=3.1.0-340.0.dev <4.0.0`.
- Update `dwds` constraint to `20.0.1`.

## 3.0.6

Expand Down
File renamed without changes.
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.

4 changes: 2 additions & 2 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: 3.0.7-wip
version: 3.0.7
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
Expand All @@ -19,7 +19,7 @@ dependencies:
crypto: ^3.0.2
dds: ^2.2.0
# Pin DWDS to avoid dependency conflicts with vm_service:
dwds: 19.0.2
dwds: 20.0.1
http: ^0.13.4
http_multi_server: ^3.2.0
io: ^1.0.3
Expand Down

0 comments on commit 1aa7c52

Please sign in to comment.