Skip to content

Commit 067a6cb

Browse files
authored
prepare for 14.0.0-dev.5 release (#1968)
1 parent 9c363ab commit 067a6cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flutter_local_notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [14.0.0-dev.5]
2+
3+
* [macOS] fixed issue [1858](https://github.com/MaikuB/flutter_local_notifications/issues/1858) where macOS app builds were showing deprecation warnings. Thanks to the PR from [Steve Kohls](https://github.com/stevekohls)
4+
15
# [14.0.0-dev.4]
26

37
* **Breaking change** the following classes are now enums

flutter_local_notifications/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_local_notifications
22
description: A cross platform plugin for displaying and scheduling local
33
notifications for Flutter applications with the ability to customise for each
44
platform.
5-
version: 14.0.0-dev.4
5+
version: 14.0.0-dev.5
66
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
77
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues
88

0 commit comments

Comments
 (0)