From f5334ec97be8ac14f955854e921d6a1737996bbc Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 11 Oct 2024 13:21:53 +0100 Subject: [PATCH 1/2] chore: bump ably-flutter to 1.2.36 --- README.md | 2 +- example/ios/Podfile.lock | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- test_integration/ios/Podfile.lock | 4 ++-- test_integration/pubspec.lock | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aff6efeb8..f075e9e1f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In `pubspec.yaml` file: ```yaml dependencies: - ably_flutter: ^1.2.35 + ably_flutter: ^1.2.36 ``` ### Import the package diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 334c53996..7f444def7 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.33): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.35): + - ably_flutter (1.2.36): - Ably (= 1.2.33) - Flutter - AblyDeltaCodec (1.3.3) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae - ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191 + ably_flutter: b4e0bffd35488a8c29d2ac7f35c00f80defab856 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 diff --git a/example/pubspec.lock b/example/pubspec.lock index 3a08ca01d..9944f89e5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.2.35" + version: "1.2.36" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 39c0dc00b..632d25221 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.35 +version: 1.2.36 repository: https://github.com/ably/ably-flutter environment: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index f4e3b526b..6ccdd2699 100644 --- a/test_integration/ios/Podfile.lock +++ b/test_integration/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.33): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.35): + - ably_flutter (1.2.36): - Ably (= 1.2.33) - Flutter - AblyDeltaCodec (1.3.3) @@ -27,7 +27,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae - ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191 + ably_flutter: b4e0bffd35488a8c29d2ac7f35c00f80defab856 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 msgpack: c85f6251873059738472ae136951cec5f30f3251 diff --git a/test_integration/pubspec.lock b/test_integration/pubspec.lock index 72d56f374..ba2a57dac 100644 --- a/test_integration/pubspec.lock +++ b/test_integration/pubspec.lock @@ -15,7 +15,7 @@ packages: path: ".." relative: true source: path - version: "1.2.35" + version: "1.2.36" analyzer: dependency: transitive description: From b3891a1d106155ff2774bea731d2f6a5423d2ae1 Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 11 Oct 2024 13:24:27 +0100 Subject: [PATCH 2/2] docs: update `CHANGELOG` for 1.2.36 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 886db48c4..c7e4eece6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.36](https://github.com/ably/ably-flutter/tree/v1.2.36) + +[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.35...v1.2.36) + +**Fixed bugs:** + +- Error on Android Build [\#551](https://github.com/ably/ably-flutter/issues/551) + ## [1.2.35](https://github.com/ably/ably-flutter/tree/v1.2.35) [Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.34...v1.2.35)