Skip to content

Commit

Permalink
Prepare Webdev 3.0.5 release (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jun 21, 2023
1 parent 3b7f266 commit 6fe17fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 3.0.5-wip
## 3.0.5

- Update `dwds` constraint to `19.0.1`.

## 3.0.4

Expand All @@ -10,7 +12,7 @@

## 3.0.2

- Update `build_daemon` constraint to `^4.0.0`.
- Update `build_daemon` constraint to `^4.0.0`.

## 3.0.1

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.

5 changes: 2 additions & 3 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: webdev
# Every time this changes you need to run `dart run build_runner build`.
version: 3.0.5-wip
version: 3.0.5
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
A 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.
repository: https://github.com/dart-lang/webdev/tree/master/webdev

environment:
sdk: ">=3.0.0-188.0.dev <4.0.0"

Expand All @@ -20,7 +19,7 @@ dependencies:
crypto: ^3.0.2
dds: ^2.2.0
# Pin DWDS to avoid dependency conflicts with vm_service:
dwds: 19.0.0
dwds: 19.0.1
http: ^0.13.4
http_multi_server: ^3.2.0
io: ^1.0.3
Expand Down

0 comments on commit 6fe17fe

Please sign in to comment.