Skip to content

Commit

Permalink
Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Gringauze committed Oct 27, 2023
2 parents dbd1359 + 982b955 commit 4733c75
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 22.3.0-wip

## 22.2.0-wip
- Update `LoadStrategy` to provide build settings. - [#](https://github.com/dart-lang/webdev/pull/)

## 22.1.0
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: 22.1.0
version: 22.2.0-wip
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 3.2.0-wip
## 3.2.0

- Add dependency on `package:vm_service_interface`. - [#2262](https://github.com/dart-lang/webdev/pull/2262)
- Update `package:vm_service` constraint to `>=10.1.0 <14.0.0`. - [#2235](https://github.com/dart-lang/webdev/pull/2265)
- Update `dwds` constraint to `21.1.0`.

## 3.1.0

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.2.0-wip
version: 3.2.0
# 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: ^3.0.0
# Pin DWDS to avoid dependency conflicts with vm_service:
dwds: 22.0.0
dwds: 22.1.0
http: ^0.13.4
http_multi_server: ^3.2.0
io: ^1.0.3
Expand Down

0 comments on commit 4733c75

Please sign in to comment.