From 64013bc3fb4b112897accade815b8fa67a117f6f Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 10 Dec 2021 14:58:40 +0000 Subject: [PATCH 1/3] Bump version (patch). --- example/ios/Podfile.lock | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- test_integration/ios/Podfile.lock | 6 +++--- test_integration/pubspec.lock | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 465f750dc..443c50f2c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: f627c0c2e4489785b74d33d2c1287edeb9c6a7be - ably_flutter: ec75dd9e2f4095e59d524db9d8463e12103a3d39 + ably_flutter: 5fb4de0b34249fef68621d0bd50470703ea8e707 AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a diff --git a/example/pubspec.lock b/example/pubspec.lock index 9997c9867..1c7b9e7d3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.2.7" + version: "1.2.8" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e364395db..94cf7c39f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index 20060acb7..734c0b5b9 100644 --- a/test_integration/ios/Podfile.lock +++ b/test_integration/ios/Podfile.lock @@ -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) @@ -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 diff --git a/test_integration/pubspec.lock b/test_integration/pubspec.lock index ea2509a46..0507a4494 100644 --- a/test_integration/pubspec.lock +++ b/test_integration/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "1.2.7" + version: "1.2.8" analyzer: dependency: transitive description: From 128d1a20759b51d936da6a0014a667b5e37708e8 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 10 Dec 2021 15:07:51 +0000 Subject: [PATCH 2/3] Add change log entry. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ed9e52c..861094090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From 8ae7438918d15a0235257bc1180bac8727849693 Mon Sep 17 00:00:00 2001 From: Quintin Willison Date: Fri, 10 Dec 2021 15:31:02 +0000 Subject: [PATCH 3/3] Fix capitalisation. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861094090..82d1db66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [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), +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)