-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare DWDS for release to version 20.0.1 #2192
Conversation
@@ -15,7 +15,7 @@ dependencies: | |||
collection: ^1.15.0 | |||
crypto: ^3.0.2 | |||
dds: ^2.7.1 | |||
file: ^7.0.0 | |||
file: ">=6.0.0 <8.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be conservative, I'd recommend
file: ">=6.0.0 <8.0.0" | |
file: ">=7.0.0 <8.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OH wait, actually, this should be >=7.0.0 <9.0.0
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, this is correct as is :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
auto label is removed for dart-lang/webdev/2192, due to - The status or check suite publish / validate has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
Resolve version compatibility issues with
package:file
so that DWDS can be updated influtter_tools
.See flutter/flutter#123260 (comment)