Skip to content

Commit

Permalink
Prepare to release webdev 3.0.1 (#2000)
Browse files Browse the repository at this point in the history
* Prepare to release dwds

* Use dev channel to run publish

* Correctly switch to using dev SDK for publish task

* Try disabling publsh verification

* Merge with master

* Prepare webdev for release

* Make test_common depend on published dwds for the webdev release

* Fix dwds pub get failure

* Add missing new line

* Build
  • Loading branch information
Anna Gringauze authored Feb 28, 2023
1 parent 5355050 commit e748045
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
7 changes: 5 additions & 2 deletions frontend_server_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.0
file: ^6.1.3
logging: ^1.0.1
meta: ^1.4.0
Expand All @@ -19,3 +18,7 @@ dependencies:
test_common:
path: ../test_common
usage: ^4.0.0

dependency_overrides:
dwds:
path: ../dwds
6 changes: 4 additions & 2 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.0
file: ^6.1.3
logging: ^1.0.1
path: ^1.8.1
Expand All @@ -16,3 +15,6 @@ dependencies:
dev_dependencies:
lints: ^2.0.0

dependency_overrides:
dwds:
path: ../dwds
3 changes: 2 additions & 1 deletion webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 3.0.1-dev
## 3.0.1

- Update SDK constraint to `>=3.0.0-188.0.dev <4.0.0`.
- Supports records.
- Use dwds `18.0.0`.

## 3.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.1-dev
version: 3.0.1
# 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: 17.0.0
dwds: 18.0.0
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 e748045

Please sign in to comment.