Skip to content

Commit

Permalink
Merge pull request #26 from pusher/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
fbenevides authored Jun 27, 2022
2 parents 572c422 + 770b235 commit 8d472a5
Showing 10 changed files with 26 additions and 12 deletions.
2 changes: 2 additions & 0 deletions packages/pusher_beams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

## 1.0.2
- Foreground incoming push notifications handling support for Android and iOS
10 changes: 5 additions & 5 deletions packages/pusher_beams/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_beams
description: Official Flutter Plugin for Pusher Beams, receive notifications easily on your Flutter application with Pusher Beams.
version: 1.0.2
version: 1.1.0
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues

@@ -11,10 +11,10 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4
pusher_beams_web: ^1.0.2
pusher_beams_android: ^1.0.2
pusher_beams_ios: ^1.0.3
pusher_beams_platform_interface: ^1.1.0
pusher_beams_web: ^1.1.0
pusher_beams_android: ^1.1.0
pusher_beams_ios: ^1.1.0
uuid: ^3.0.5

dev_dependencies:
3 changes: 3 additions & 0 deletions packages/pusher_beams_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

## 1.0.2
- Promote `1.0.2-dev.2` to stable version

4 changes: 2 additions & 2 deletions packages/pusher_beams_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_beams_android
description: The Android implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
version: 1.0.2
version: 1.1.0
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aandroid

@@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4
pusher_beams_platform_interface: ^1.1.0

dev_dependencies:
flutter_test:
3 changes: 3 additions & 0 deletions packages/pusher_beams_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

## 1.0.3
- Promote `1.0.3-dev.3` to stable version

4 changes: 2 additions & 2 deletions packages/pusher_beams_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_beams_ios
description: The iOS implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
version: 1.0.3
version: 1.1.0
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aios

@@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4
pusher_beams_platform_interface: ^1.1.0

dev_dependencies:
flutter_test:
3 changes: 3 additions & 0 deletions packages/pusher_beams_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

## 1.0.4
- Promotion `1.0.4-dev.2` to stable version

2 changes: 1 addition & 1 deletion packages/pusher_beams_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_beams_platform_interface
description: A common platform interface from Pusher Beams for Flutter, intended to be the platform interface package.
version: 1.0.4
version: 1.1.0
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ainterface

3 changes: 3 additions & 0 deletions packages/pusher_beams_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

## 1.0.2
- Promote `1.0.2-dev.2` to a stable version

4 changes: 2 additions & 2 deletions packages/pusher_beams_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_beams_web
description: The Web implementation from Pusher Beams for Flutter, intended to be a platform-specific package.
version: 1.0.2
version: 1.1.0
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues?q=is%3Aissue+is%3Aopen+label%3Aweb

@@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4
pusher_beams_platform_interface: ^1.1.0
js: ^0.6.3
uuid: ^3.0.5

0 comments on commit 8d472a5

Please sign in to comment.