Skip to content

Commit b3bc179

Browse files
authored
Prepare Webdev for release to version 3.3.0 (#2325)
1 parent d596c4c commit b3bc179

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

webdev/CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## 3.3.0-wip
1+
## 3.3.0
22

3-
## 3.3.0-wip
4-
5-
## 3.3.0-wip
6-
7-
## 3.3.0-wip
3+
- Update `dwds` constraint to `23.0.0`.
84

95
## 3.2.0
106

@@ -33,7 +29,6 @@
3329
## 3.0.6
3430

3531
- Update `dwds` constraint to `19.0.2`.
36-
3732
- Update SDK constraint to `>=3.1.0-254.0.dev <4.0.0`.
3833

3934
## 3.0.5
File renamed without changes.

webdev/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webdev/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.3.0-wip
3+
version: 3.3.0
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
@@ -19,7 +19,7 @@ dependencies:
1919
crypto: ^3.0.2
2020
dds: ^3.0.0
2121
# Pin DWDS to avoid dependency conflicts with vm_service:
22-
dwds: 22.1.0
22+
dwds: 23.0.0
2323
http: ^0.13.4
2424
http_multi_server: ^3.2.0
2525
io: ^1.0.3

0 commit comments

Comments
 (0)