Skip to content

Commit 47ecc21

Browse files
committed
deps: Support flutter 3.29.0 (#293)
1 parent bd26a23 commit 47ecc21

File tree

7 files changed

+6
-12
lines changed

7 files changed

+6
-12
lines changed

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "3.27.0"
2+
"flutter": "3.29.0"
33
}

.github/workflows/on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
cache: true
2727
channel: stable
28-
flutter-version: 3.27.x
28+
flutter-version: 3.29.x
2929
- name: Setup flutter
3030
run: flutter pub get
3131
- name: Build example app

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
cache: true
4646
channel: stable
47-
flutter-version: 3.27.x
47+
flutter-version: 3.29.x
4848
- name: Install dependencies
4949
run: flutter pub get
5050
- name: Install melos

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
cache: true
2222
channel: stable
23-
flutter-version: 3.27.x
23+
flutter-version: 3.29.x
2424
- run: dart pub global activate melos
2525
- run: dart run build_runner build --delete-conflicting-outputs
2626
- run: |
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
cache: true
6363
channel: stable
64-
flutter-version: 3.27.x
64+
flutter-version: 3.29.x
6565
- name: Setup flutter
6666
run: flutter pub get
6767
- name: Build example app

.release-please-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"packages/zeta_flutter": "0.20.2",
33
"packages/zeta_flutter_theme": "0.20.2",
44
"packages/zeta_flutter_utils": "0.20.2",
5-
"packages/zeta_icons": "0.20.2",
6-
".": "0.20.2"
5+
"packages/zeta_icons": "0.20.2"
76
}

packages/zeta_flutter_theme/lib/src/zeta_provider.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ ThemeData generateZetaTheme({
479479
visualDensity: existingTheme.visualDensity,
480480
canvasColor: existingTheme.canvasColor,
481481
cardColor: existingTheme.cardColor,
482-
dialogBackgroundColor: existingTheme.dialogBackgroundColor,
483482
disabledColor: existingTheme.disabledColor,
484483
dividerColor: existingTheme.dividerColor,
485484
focusColor: existingTheme.focusColor,

release-please-config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"packages/zeta_icons": {
1616
"release-type": "dart",
1717
"package-name": "zeta_icons"
18-
},
19-
".": {
20-
"release-type": "dart",
21-
"package-name": "all"
2218
}
2319
},
2420
"pull-request-title-pattern": "chore(${component}): release ${version}",

0 commit comments

Comments
 (0)