Skip to content

Commit

Permalink
Merge pull request #279 from ably/release/1.2.8
Browse files Browse the repository at this point in the history
Release/1.2.8
  • Loading branch information
QuintinWillison authored Dec 10, 2021
2 parents 01229f0 + 8ae7438 commit 07aedc6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

**Bug Fix:**
Push activation not completing on iOS when running in release configuration [\#276](https://github.com/ably/ably-flutter/issues/276),
fixed in [\#277](https://github.com/ably/ably-flutter/pull/277) ([ben-xD](https://github.com/ben-xD))

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.6...v1.2.7)
Expand Down
4 changes: 2 additions & 2 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.7):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.7):
- ably_flutter (1.2.8):
- Ably (= 1.2.7)
- Flutter
- AblyDeltaCodec (1.3.2)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: f627c0c2e4489785b74d33d2c1287edeb9c6a7be
ably_flutter: ec75dd9e2f4095e59d524db9d8463e12103a3d39
ably_flutter: 5fb4de0b34249fef68621d0bd50470703ea8e707
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.7"
version: "1.2.8"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.7
version: 1.2.8
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
6 changes: 3 additions & 3 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.7):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.7):
- ably_flutter (1.2.8):
- Ably (= 1.2.7)
- Flutter
- AblyDeltaCodec (1.3.2)
Expand All @@ -27,11 +27,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: f627c0c2e4489785b74d33d2c1287edeb9c6a7be
ably_flutter: ec75dd9e2f4095e59d524db9d8463e12103a3d39
ably_flutter: 5fb4de0b34249fef68621d0bd50470703ea8e707
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.11.2
COCOAPODS: 1.10.1
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.7"
version: "1.2.8"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 07aedc6

Please sign in to comment.