Sourced from dart-lang/setup-dart's releases.
v1.7.0
What's Changed
- Install a Flutter SDK in the publish workflow allowing for publication of flutter packages.
Sourced from dart-lang/setup-dart's changelog.
v1.7.0
Install flutter sdk in publishing step, allowing Flutter packages to be published (#68[])
v1.6.5
- Fix zip path handling on Windows 11 (#118[])
#118: dart-lang/setup-dart#118
v1.6.4
- Rebuild JS code.
v1.6.3
- Roll
undici
dependency to address CVE-2024-30260 and CVE-2024-30261.v1.6.2
- Switch to running the workflow on
node20`` from
node16`. See also Transitioning from Node 16 to Node 20.v1.6.1
- Updated the google storage url for
main
channel releases.v1.6.0
- Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g.
3.2
).v1.5.1
- No longer test the
setup-dart
action on pre-2.12 SDKs.- Upgrade JS interop code to use extension types (the new name for inline classes).
- The upcoming rename of the
be
channel tomain
is now supported with forward compatibility that switches when the rename happens.v1.5.0
... (truncated)
e630b99
Fix link in CHANGELOG.md (#144)cdcaf12
Update changelog (#143)c21802d
Install a Flutter SDK in the publish workflow (#141)f60b945
Update publish.yml (#142)d0b01d2
Bump @âactions/core
from 1.10.1 to 1.11.1 (#138)f6a6f58
Bump @âactions/http-client
from 2.2.1 to 2.2.3 (#137)e9a814f
Bump dart-lang/setup-dart in the github-actions group (#136)Sourced from subosito/flutter-action's releases.
v2.17.0
This release adds support for older
yq
versions, as added in PR #329. Thanks for contributing,@âThomasAunvik
!