Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down