Skip to content

Commit ffb2b81

Browse files
committed
6.0.0-rc1
1 parent d5abecd commit ffb2b81

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
http: ^1.1.0
1515
flutter_easyloading: ^3.0.3
1616
flutter_local_notifications: ^18.0.1
17-
unifiedpush: ^5.0.0
17+
unifiedpush: ^6.0.0
1818
unifiedpush_ui: ^0.1.0
1919

2020
# The following adds the Cupertino Icons font to your application.

unifiedpush/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-rc1
2+
**Breaking**:
3+
* Use new platform interface: Process PushEndpoint/PushMessage, to get public keys informations and auto decrypt push messages
4+
15
## 5.0.2
26
* Add missing await for async tasks
37
* Deprecate registerAppWithDialog, use unifiedpush_ui if needed

unifiedpush/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unifiedpush
22
description: Push notifications with the provider chosen by the user.
3-
version: 5.0.2
3+
version: 6.0.0-rc1
44
homepage: "https://unifiedpush.org/developers/flutter"
55
documentation: "https://unifiedpush.org/developers/flutter"
66
repository: https://codeberg.org/UnifiedPush/flutter-connector
@@ -13,8 +13,8 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
unifiedpush_platform_interface: ^2.0.0
17-
unifiedpush_android: ^2.0.0
16+
unifiedpush_platform_interface: ^3.0.0
17+
unifiedpush_android: ^3.0.0
1818

1919
dev_dependencies:
2020
flutter_test:

unifiedpush_android/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.0-rc1
2+
* Use new platform interface
3+
14
## 2.3.0
25
* Upgrade android-connector to 2.5.0
36
* Get rid of toolchains

unifiedpush_android/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unifiedpush_android
22
description: Android implementation of UnifiedPush plugin.
3-
version: 2.3.0
3+
version: 3.0.0-rc1
44
homepage: "https://unifiedpush.org/developers/flutter"
55
documentation: "https://unifiedpush.org/developers/flutter"
66
repository: https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_android
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
unifiedpush_platform_interface: ^2.0.0
15+
unifiedpush_platform_interface: ^3.0.0
1616

1717
dev_dependencies:
1818
flutter_test:

unifiedpush_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0-rc1
2+
**Breaking**:
3+
* Process PushEndpoint/PushMessage, to get public keys informations and auto decrypt push messages
4+
15
## 2.0.2
26
* Add link to repository
37
* Move depencency\_validator to dev\_dependencies

unifiedpush_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unifiedpush_platform_interface
22
description: UnifiedPush platform interface
3-
version: 2.0.2
3+
version: 3.0.0-rc1
44
homepage: "https://unifiedpush.org/developers/flutter"
55
documentation: "https://unifiedpush.org/developers/flutter"
66
repository: https://codeberg.org/UnifiedPush/flutter-connector/src/branch/main/unifiedpush_platform_interface

0 commit comments

Comments
 (0)