Skip to content

Commit

Permalink
Merge branch 'dart-lang:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
julemand101 authored Aug 19, 2023
2 parents 0dc0641 + fc876cb commit 4666325
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 20.0.2-wip

## 20.0.1

- Update file dependency to `>=6.0.0 < 8.0.0` - [#123260](https://github.com/flutter/flutter/pull/123260#issuecomment-1674001623).
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

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

2 changes: 1 addition & 1 deletion dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 20.0.1
version: 20.0.2-wip
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
Expand Down
File renamed without changes.
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
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
5 changes: 4 additions & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 3.0.7-wip
## 3.0.8-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
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.8-wip
# 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 4666325

Please sign in to comment.