Skip to content

Commit

Permalink
Merge pull request #201 from ably/release/1.2.3
Browse files Browse the repository at this point in the history
Release/1.2.3
  • Loading branch information
ben-xD authored Nov 4, 2021
2 parents 76cf3ac + 29883b6 commit 6171f2f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.3](https://github.com/ably/ably-flutter/tree/v1.2.3)

This release lowers the minimum version of Flutter required to use Ably Flutter to 2.2.3.

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.2...v1.2.3)

**Merged pull requests:**

- Copy unawaited implementation into Ably Flutter to fix build failures for Flutter 2.2.3 [\#198](https://github.com/ably/ably-flutter/pull/198) ([ben-xD](https://github.com/ben-xD))

## [1.2.2](https://github.com/ably/ably-flutter/tree/v1.2.2)

This release adds support for push notifications, including device activation with Ably (including device registration with APNs / FCM), subscribing devices for push notifications and handling the push notifications in your Flutter application, without writing iOS or Android code. Check out the [push notifications documentation](PushNotifications.md) for more information. We also fixed some bugs that were either reported in Github issues or found internally.
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.6):
- AblyDeltaCodec (= 1.3.1)
- msgpack (= 0.4.0)
- ably_flutter (1.2.2):
- ably_flutter (1.2.3):
- Ably (= 1.2.6)
- Flutter
- AblyDeltaCodec (1.3.1)
Expand Down Expand Up @@ -45,10 +45,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 6f58ab63407c71f984ef61112f60525cf9bc634a
ably_flutter: 8a15c27fd1067cfc1326738d209c597a82264504
ably_flutter: 6f5d5f89aefe6add07c34d7fa5e6c03a62cdb346
AblyDeltaCodec: f66a44f743b2a0703f29a65208321d4ea43362d6
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -35,7 +35,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -204,7 +204,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.3.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -300,7 +300,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.3.0"
timezone:
dependency: transitive
description:
Expand Down Expand Up @@ -331,4 +331,4 @@ packages:
version: "2.2.5"
sdks:
dart: ">=2.13.0 <3.0.0"
flutter: ">=2.2.2"
flutter: ">=2.2.3"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the Ably Flutter plugin.
publish_to: 'none'

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.2
version: 1.2.3
repository: https://github.com/ably/ably-flutter

environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.3"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.2.3"

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit 6171f2f

Please sign in to comment.