Skip to content

Commit

Permalink
bumped dbus dependency (MaikuB#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB authored Oct 4, 2022
1 parent 48b7e63 commit b4ec7d7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [12.0.0]

* Bumped `dbus` dependency via `flutter_local_notifications_linux`

# [11.0.1]

* [Android] fixed crash when using notification actions with a foreground service. Thanks to the PR from [Arnold Laishram](https://github.com/arnoldlaishram)
Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

dependencies:
cupertino_icons: ^1.0.2
device_info_plus: ^3.2.3
device_info_plus: ^4.1.3
flutter:
sdk: flutter
flutter_local_notifications:
Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local
notifications for Flutter applications with the ability to customise for each
platform.
version: 11.0.1
version: 12.0.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues

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 @@
## [2.0.0]

* Bumped `dbus` dependency

## [1.0.0]

* **Breaking change** The linux notification categories defined by `LinuxNotificationCategory` no longer has factory constructors but has static constant fields instead to make the semantics more similar to access enum values
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,13 +1,13 @@
name: flutter_local_notifications_linux
description: Linux implementation of the flutter_local_notifications plugin
version: 1.0.0
version: 2.0.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
flutter:
sdk: flutter
flutter_local_notifications_platform_interface: ^6.0.0
dbus: ^0.7.1
dbus: ^0.7.8
path: ^1.8.0
xdg_directories: ^0.2.0+1

Expand Down

0 comments on commit b4ec7d7

Please sign in to comment.