Skip to content

Commit

Permalink
Merge pull request #33 from pusher/release-1.1.1
Browse files Browse the repository at this point in the history
Prepare v1.1.1
  • Loading branch information
fbenevides authored Sep 19, 2022
2 parents c426720 + aae9780 commit b1d08ff
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 12 deletions.
3 changes: 3 additions & 0 deletions packages/pusher_beams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.1
- Fix `PusherBeamsPlugin.kt` `onNewIntent` null safety

## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

Expand Down
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.1.0
version: 1.1.1
repository: https://github.com/pusher/push-notifications-flutter
issue_tracker: https://github.com/pusher/push-notifications-flutter/issues

Expand All @@ -11,10 +11,10 @@ environment:
dependencies:
flutter:
sdk: flutter
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
pusher_beams_platform_interface: ^1.1.1
pusher_beams_web: ^1.1.1
pusher_beams_android: ^1.1.1
pusher_beams_ios: ^1.1.1
uuid: ^3.0.5

dev_dependencies:
Expand Down
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.1
- Fix `PusherBeamsPlugin.kt` `onNewIntent` null safety

## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

Expand Down
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.1.0
version: 1.1.1
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

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.1.0
pusher_beams_platform_interface: ^1.1.1

dev_dependencies:
flutter_test:
Expand Down
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.1
- Fix `PusherBeamsPlugin.kt` `onNewIntent` null safety

## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

Expand Down
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.1.0
version: 1.1.1
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

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.1.0
pusher_beams_platform_interface: ^1.1.1

dev_dependencies:
flutter_test:
Expand Down
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.1
- Fix `PusherBeamsPlugin.kt` `onNewIntent` null safety

## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

Expand Down
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.1.0
version: 1.1.1
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

Expand Down
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.1
- Fix `PusherBeamsPlugin.kt` `onNewIntent` null safety

## 1.1.0
- Add a `getInitialMessage` method to accomplish deep-linking from a Push Notification

Expand Down
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.1.0
version: 1.1.1
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

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

Expand Down

0 comments on commit b1d08ff

Please sign in to comment.