Skip to content

Commit f42f05e

Browse files
authored
[various] prepare for 19.0.0-dev.2 release (#2497)
* prepare for 19.0.0-dev.2 release * added changelog entry on readme fix
1 parent f6388f4 commit f42f05e

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

flutter_local_notifications/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## [19.0.0-dev.2]
2+
3+
* [Windows] Fixed an issue that happens with MSIX app builds. Thanks to PR from [Levi Lesches](https://github.com/Levi-Lesches)
4+
* Removed duplicate important notice from the readme. Thanks to the PR from [Levi Lesches](https://github.com/Levi-Lesches)
5+
* Migrated example app to use Plugin DSL. Thanks to the PR from [Martin Bertele](https://github.com/martin-bertele)
6+
17
## [19.0.0-dev.1]
28

39
* **Breaking change** bumped minimum Flutter SDK requirement to 3.19.0 and Dart SDK requirement to 3.3.0
410
* **Breaking change** [iOS] removed `uiLocalNotificationDateInterpretation` parameter from `zonedSchedule()` method. This was done as it actually no relevant as of the 18.0.0 that dropped support for iOS versions older than 10, which in turn meant that the deprecated `UILocalNotification` APIs from Apple were no longer used. The corresponding `UILocalNotificationDateInterpretation` enum has already been removed as well
5-
* [Windows] Added support for Windows. Thanks to the PR from [Levi Lesches](https://github.com/Levi-Lesches/)
11+
* [Windows] Added support for Windows. Thanks to the PR from [Levi Lesches](https://github.com/Levi-Lesches/) that continued from the contributions from
612
* Bumped `timezone` dependency so that minimum version is now 0.10.0
713

814
## [18.0.1]

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: 19.0.0-dev.1
5+
version: 19.0.0-dev.2
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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## 1.0.0-dev.1
1+
## [1.0.0-dev.2]
22

3-
* Initial prerelease for Windows
3+
* Fixed an issue that happens with MSIX app builds. Thanks to PR from [Levi Lesches](https://github.com/Levi-Lesches)
4+
5+
## [1.0.0-dev.1]
6+
7+
* Initial prerelease for Windows. Thanks to PR [Levi Lesches](https://github.com/Levi-Lesches) that continued the work done initially done by [Kenneth](https://github.com/kennethnym) and[lightrabbit](https://github.com/lightrabbit)

flutter_local_notifications_windows/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_local_notifications_windows
22
description: Windows implementation of the flutter_local_notifications plugin
3-
version: 1.0.0-dev.1
3+
version: 1.0.0-dev.2
44
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_windows
55

66
environment:

0 commit comments

Comments
 (0)