Skip to content

Commit

Permalink
[flutter_local_notifications_linux] prepare for 5.0.1-dev.1 linux rel…
Browse files Browse the repository at this point in the history
…ease (#2463)

* prepare for 5.0.1-dev.1 linux release

* bumped main plugin's dependency on Linux plugin
  • Loading branch information
MaikuB authored Nov 13, 2024
1 parent 119b55f commit 4d9ee46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
clock: ^1.1.0
flutter:
sdk: flutter
flutter_local_notifications_linux: ^5.0.0
flutter_local_notifications_linux: ^5.0.1-dev.1
flutter_local_notifications_windows: ^1.0.0-dev.1
flutter_local_notifications_platform_interface: ^8.1.0-dev.1
timezone: ^0.10.0
Expand Down
4 changes: 4 additions & 0 deletions flutter_local_notifications_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.0.1-dev.1]

* Bumped `flutter_local_notifications_platform_interface` dependency

## [5.0.0]

* **Breaking change** Bumped minimum Flutter SDK requirement to 3.13
Expand Down
4 changes: 2 additions & 2 deletions flutter_local_notifications_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications_linux
description: Linux implementation of the flutter_local_notifications plugin
version: 5.0.0
version: 5.0.1-dev.1
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

flutter:
Expand All @@ -16,7 +16,7 @@ dependencies:
ffi: ^2.0.1
flutter:
sdk: flutter
flutter_local_notifications_platform_interface: ^8.0.0
flutter_local_notifications_platform_interface: ^8.1.0-dev.1
path: ^1.8.0
xdg_directories: ">=0.2.0+1 <2.0.0"

Expand Down

0 comments on commit 4d9ee46

Please sign in to comment.