Skip to content

Commit

Permalink
Merge branch 'update-zeta-icons' of https://github.com/ZebraDevs/zeta…
Browse files Browse the repository at this point in the history
…_flutter into update-zeta-icons
  • Loading branch information
mikecoomber committed Dec 12, 2024
2 parents 7b74b11 + 415824d commit d2a5e1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Build example app
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Install dependencies
run: flutter pub get
- name: Format code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/flutter-code-quality@main
Expand Down
2 changes: 1 addition & 1 deletion lib/generated/icons/icons.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter/material.dart';

/// Current version of Zeta Icons
// x-release-please-start-version
const zetaIconsVersion = '0.9.2';
const zetaIconsVersion = '0.9.3';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
Expand Down
Binary file modified lib/generated/icons/zeta-icons-round.ttf
Binary file not shown.
Binary file modified lib/generated/icons/zeta-icons-sharp.ttf
Binary file not shown.

0 comments on commit d2a5e1b

Please sign in to comment.