Skip to content

Commit

Permalink
Bump pubspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed May 18, 2024
1 parent ea61a80 commit 139eedd
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/211.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a beta release. Please report any issues via GitHub or email.
* Improved spinner time picker interface
* Improved dial time picker 24h interface
* Added discription for audio channel options
* Added option to change separator for digital clock widget


🐛 Fixes
Expand All @@ -17,6 +18,7 @@ This is a beta release. Please report any issues via GitHub or email.
* Fixed upcoming alarm notification appearing after alarm rings
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed splash color



23 changes: 23 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/212.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
This is a beta release. Please report any issues via GitHub or email.

✨ Enhancements

* Added option to change first day of week
* Improved spinner time picker interface
* Improved dial time picker 24h interface
* Added discription for audio channel options
* Added option to change separator for digital clock widget


🐛 Fixes

* Fixed app not opening on Android 11 and lower when Digital clock widget is used
* Fixed app assuming foreground after alarm rings, even though it was closed before
* Fixed media, notification and ringtone audio channels not working
* Fixed other apps' music not restarting after alarm rings
* Fixed upcoming alarm notification appearing after alarm rings
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed splash color


24 changes: 24 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/213.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
This is a beta release. Please report any issues via GitHub or email.

✨ Enhancements

* Added option to change first day of week
* Improved spinner time picker interface
* Improved dial time picker 24h interface
* Added discription for audio channel options
* Added option to change separator for digital clock widget


🐛 Fixes

* Fixed app not opening on Android 11 and lower when Digital clock widget is used
* Fixed app assuming foreground after alarm rings, even though it was closed before
* Fixed media, notification and ringtone audio channels not working
* Fixed other apps' music not restarting after alarm rings
* Fixed upcoming alarm notification appearing after alarm rings
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed upcoming alarm notification not updating for repeating alarms
* Fixed splash color



1 change: 1 addition & 0 deletions lib/theme/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ThemeData defaultTheme = ThemeData(
colorScheme: getColorScheme(defaultColorScheme),
timePickerTheme: timePickerTheme,
dialogTheme: dialogTheme,
splashColor: defaultColorScheme.background,
switchTheme: getSwitchTheme(defaultColorScheme),
snackBarTheme: getSnackBarTheme(defaultColorScheme, defaultStyleTheme),
inputDecorationTheme: getInputTheme(defaultColorScheme, defaultStyleTheme),
Expand Down
1 change: 1 addition & 0 deletions lib/theme/utils/color_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ ThemeData getTheme(
bodyColor: colorSchemeData.onBackground,
displayColor: colorSchemeData.onBackground,
),
splashColor: colorSchemeData.background,
snackBarTheme: getSnackBarTheme(colorSchemeData, styleTheme),
inputDecorationTheme: getInputTheme(colorSchemeData, styleTheme),
popupMenuTheme: getPopupMenuTheme(colorSchemeData, styleTheme),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: clock_app
description: An alarm, clock, timer and stowatch app.

publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 0.5.0-alpha5+21
version: 0.5.0-beta2+21

environment:
sdk: ">=2.18.6 <4.0.0"
Expand Down

0 comments on commit 139eedd

Please sign in to comment.