Skip to content

Commit 15fe930

Browse files
authored
prepare for 18.0.0-dev.3 release (#2437)
1 parent 1da4bb7 commit 15fe930

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+
## [18.0.0-dev.3]
2+
3+
* Included changes from 17.2.4 release that was done to add in a privacy manifest file to macOS implementation
4+
15
## [18.0.0-dev.2]
26

37
* [iOS] **Breaking change** Removed `onDidReceiveLocalNotification` callback as this was only relevant on iOS versions older than 10

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: 18.0.0-dev.2
5+
version: 18.0.0-dev.3
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)