-
Notifications
You must be signed in to change notification settings - Fork 251
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
feat: update plus plugins version #4619
Changes from 9 commits
f3194c8
88aa1f3
482628e
50f43bd
a98a442
ebfe235
d6714d0
b93689e
0f5a041
aa69704
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
matrix: | ||
sdk: | ||
# Minimum supported Dart version | ||
- "3.0.1" | ||
- "3.3.0" | ||
- stable | ||
- beta | ||
browser: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
matrix: | ||
sdk: | ||
# Minimum supported Dart version | ||
- "3.0.1" | ||
- "3.3.0" | ||
- stable | ||
- beta | ||
browser: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: infra | |
publish_to: none | ||
|
||
environment: | ||
sdk: ^3.0.0 | ||
sdk: ^3.3.0 | ||
|
||
dependencies: | ||
amplify_core: any | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version: 0.1.1 | |
publish_to: none | ||
|
||
environment: | ||
sdk: ^3.0.0 | ||
sdk: ^3.3.0 | ||
|
||
dependencies: | ||
args: ^2.3.0 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Question: Is there a reason we are changing this from a sha to a version?
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.
changed to use the same commit sha as before