Skip to content

Commit c15783f

Browse files
authored
[flutter_local_notifications] fixed 18.0.1 changelog (#2452)
* fixed 18.0.1 changelog * minor amendment to put placeholder on patch version
1 parent d1ee43d commit c15783f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flutter_local_notifications/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## [18.0.1]
22

3-
* Added upper bound constraints for [timezone](https://pub.dev/packages/timezone) dependency. Future releases may bump the minimum `timezone` dependency but this approach is being used at the moment as version 0.10.0 of the time `timezone` package introduces a dependency on `http` package. Directly bumping the `flutter_local_notifications` dependency on `timezone` could have introduced dependency conflicts
4-
* Bumped `http` dependency in example app
3+
* Added upper bound constraints for [timezone](https://pub.dev/packages/timezone) dependency. This is to allow the plugin and apps pull version 0.10.x if constraints are satisified. Future releases may bump the minimum `timezone` dependency but this approach is being used at the moment as version 0.10.0 of the time `timezone` package introduces a dependency on `http` package. Directly bumping the `flutter_local_notifications` dependency on `timezone` could have introduced dependency conflicts
54

65
## [18.0.0]
76

0 commit comments

Comments
 (0)