Skip to content

Commit

Permalink
Merge pull request #20 from pusher/release-1.0.2-dev.3
Browse files Browse the repository at this point in the history
Updating CHANGELOG for last development version before the release
  • Loading branch information
fbenevides authored Feb 15, 2022
2 parents 3f8b553 + 069d069 commit 3836539
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 10 deletions.
3 changes: 3 additions & 0 deletions packages/pusher_beams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 1.0.2-dev.3
- Bump all dependencies

## 1.0.2-dev.2
- Update iOS package to `1.0.3-dev.2`

Expand Down
6 changes: 3 additions & 3 deletions packages/pusher_beams/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4-dev.1
pusher_beams_web: ^1.0.2-dev.1
pusher_beams_android: ^1.0.2-dev.1
pusher_beams_platform_interface: ^1.0.4-dev.2
pusher_beams_web: ^1.0.2-dev.2
pusher_beams_android: ^1.0.2-dev.2
pusher_beams_ios: ^1.0.3-dev.2
uuid: ^3.0.5

Expand Down
5 changes: 4 additions & 1 deletion packages/pusher_beams_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 1.0.2-dev.2
- Updating `platform_interface` package to `1.0.4-dev.2`

## 1.0.2-dev.1
- Foreground incoming push notifications handling support for Android
- Updating `platform_interface` package to 1.0.4-dev.1
- Updating `platform_interface` package to `1.0.4-dev.1`

## 1.0.1
- Updating _PusherBeams_ Android library to `1.8.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher_beams_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4-dev.1
pusher_beams_platform_interface: ^1.0.4-dev.2

dev_dependencies:
flutter_test:
Expand Down
8 changes: 6 additions & 2 deletions packages/pusher_beams_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
## 1.0.3-dev.3
- Updating `platform_interface` package to `1.0.4-dev.2`

## 1.0.3-dev.2
- Updating old references to the new repository name.
- Updating `platform_interface` package to `1.0.4-dev.1`

## 1.0.3-dev.1
- Foreground incoming push notifications handling support for Android
- Updating `platform_interface` package to 1.0.4
- Updating `platform_interface` package to `1.0.4`

## 1.0.2
- Fixes error con `start` due to `registerDeviceToken`. Thanks to [esarbanis](https://github.com/esarbanis) ([#15](https://github.com/pusher/flutter_pusher_beams/pull/15))

## 1.0.1
Updating `platform_interface` package to 1.0.3.
Updating `platform_interface` package to `1.0.3`.

## 1.0.0

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.0.3-dev.2
version: 1.0.3-dev.3
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.0.4-dev.1
pusher_beams_platform_interface: ^1.0.4-dev.2

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.0.4-dev.2
- Update old repository references to the new one

## 1.0.4-dev.1
- Foreground incoming push notifications handling support

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.0.2-dev.2
Updating `platform_interface` package to 1.0.4-dev.2.

## 1.0.2-dev.1
Updating `platform_interface` package to 1.0.4-dev.1.

Expand Down
2 changes: 1 addition & 1 deletion packages/pusher_beams_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
pusher_beams_platform_interface: ^1.0.4-dev.1
pusher_beams_platform_interface: ^1.0.4-dev.2
js: ^0.6.3
uuid: ^3.0.5

Expand Down

0 comments on commit 3836539

Please sign in to comment.