From a6f2637bc35849475abe468c8180408159e80532 Mon Sep 17 00:00:00 2001 From: Kenny Mochizuki Date: Fri, 6 Mar 2026 05:29:28 -0600 Subject: [PATCH] chore: 3.41.4 runtime on CI processes --- .github/workflows/checks.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index e9fdb07..87025fa 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -15,7 +15,7 @@ jobs: uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: '3.41.2' + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1457677..2090311 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,7 +43,7 @@ jobs: - uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: 3.41.2 + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} @@ -131,7 +131,7 @@ jobs: uses: flutter-actions/setup-flutter@v4 with: channel: stable - version: 3.38.8 + version: 3.41.4 cache: true cache-sdk: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a1747..f208fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.7 + +- Build site with Flutter 3.41.4 + ## 1.0.6 - Added new icon library `flutty_solar_icons` to get more variants of the solar icons, now you can choose between `solar_icons` and `flutty_solar_icons` for the solar icons.