Skip to content

Commit

Permalink
Prepare Webdev for release to version 3.3.0 (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jan 2, 2024
1 parent d596c4c commit b3bc179
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
File renamed without changes.
9 changes: 2 additions & 7 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## 3.3.0-wip
## 3.3.0

## 3.3.0-wip

## 3.3.0-wip

## 3.3.0-wip
- Update `dwds` constraint to `23.0.0`.

## 3.2.0

Expand Down Expand Up @@ -33,7 +29,6 @@
## 3.0.6

- Update `dwds` constraint to `19.0.2`.

- Update SDK constraint to `>=3.1.0-254.0.dev <4.0.0`.

## 3.0.5
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.3.0-wip
version: 3.3.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.1.0
dwds: 23.0.0
http: ^0.13.4
http_multi_server: ^3.2.0
io: ^1.0.3
Expand Down

0 comments on commit b3bc179

Please sign in to comment.