Skip to content

Commit

Permalink
Prepare Webdev version 3.0.2 for release (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Mar 16, 2023
1 parent d124fa5 commit c2c8b17
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ environment:
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
webdev: ^2.7.6
9 changes: 4 additions & 5 deletions test_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ environment:
sdk: ">=3.0.0-134.0.dev <4.0.0"

dependencies:
dwds:
path: ../dwds
dwds: 18.0.1
file: ^6.1.3
logging: ^1.0.1
path: ^1.8.1
Expand All @@ -16,6 +15,6 @@ dependencies:
dev_dependencies:
lints: ^2.0.0

dependency_overrides:
dwds:
path: ../dwds
# dependency_overrides:
# dwds:
# path: ../dwds
2 changes: 1 addition & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.2-dev
## 3.0.2

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

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.

10 changes: 5 additions & 5 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.2-dev
version: 3.0.2
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
Expand All @@ -20,7 +20,7 @@ dependencies:
crypto: ^3.0.2
dds: ^2.2.0
# Pin DWDS to avoid dependency conflicts with vm_service:
dwds: 18.0.0
dwds: 18.0.1
http: ^0.13.4
http_multi_server: ^3.2.0
io: ^1.0.3
Expand Down Expand Up @@ -52,9 +52,9 @@ dev_dependencies:
webdriver: ^3.0.0

# Comment out before releasing webdev.
dependency_overrides:
dwds:
path: ../dwds
# dependency_overrides:
# dwds:
# path: ../dwds

executables:
webdev:

0 comments on commit c2c8b17

Please sign in to comment.