Releases: kuhnroyal/flutter-fvm-config-action
Releases · kuhnroyal/flutter-fvm-config-action
v3.0
What's Changed
The action has been split into 2 separate actions:
kuhnroyal/flutter-fvm-config-action/config@v3
- this performs the traditional FVM config extraction into variableskuhnroyal/flutter-fvm-config-action/setup@v3
- this additionally performs Flutter setup viasubosito/flutter-action
The existing action remains unchanged.
Full Changelog: v2.3...v3.0
v3
v2.3
v2
v2.2
v2.1
What's Changed
This version adds a new setup
input flag which will automatically install Flutter via the subosito/flutter-action when set to setup: true
. The current default is setup: false
.
Important
The setup flag will default to setup: true
with the next major version v3
.
- Bump @vercel/ncc from 0.38.0 to 0.38.1 in /config-action by @dependabot in #28
- Add input to automatically setup Flutter by @kuhnroyal in #26
Full Changelog: v2...v2.1
v2.0
What's Changed
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #19
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #18
- Updates for FVM 3 & Node 20 by @kuhnroyal in #21
The action now tries to read the new .fvmrc
config file first and falls back to the legacy .fvm/fvm_config.json
file.
Full Changelog: v1.2.0...v2.0
v1.2.0
What's Changed
- Add outputs in actions.yaml by @narumincho in #15
- Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #17
- Bump @vercel/ncc from 0.34.0 to 0.36.1 by @dependabot in #16
New Contributors
- @narumincho made their first contribution in #15
Full Changelog: v1.1.0...v1.2.0
v1
Rebuild after dependency updates