Skip to content

Commit

Permalink
Merge pull request #501 from ably/release/1.2.26
Browse files Browse the repository at this point in the history
Release/1.2.26
  • Loading branch information
ttypic authored Jan 19, 2024
2 parents b3b77f3 + 8b1b8cf commit 4089d6e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 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.26](https://github.com/ably/ably-flutter/tree/v1.2.26)

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

- `ably-cocoa` dependency is bumped to `1.2.24`

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.24...v1.2.25)
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.23):
- Ably (1.2.24):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.25):
- Ably (= 1.2.23)
- ably_flutter (1.2.26):
- Ably (= 1.2.24)
- Flutter
- AblyDeltaCodec (1.3.3)
- device_info_plus (0.0.1):
Expand Down Expand Up @@ -44,8 +44,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/fluttertoast/ios"

SPEC CHECKSUMS:
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: f81836c16c79c1d16782b7aae300b1d1abd4836a
Ably: 862e2fe9c6ea0ce61c14aeae70d47537682fe0df
ably_flutter: 6a8d106bc56fa0751dba511314bc9bef082a3bea
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Expand All @@ -56,4 +56,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 1e2c1b20be30d932ecf4aea37c7fa8602c49c7fa

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
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.25"
version: "1.2.26"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/ably_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Ably', '1.2.23'
s.dependency 'Ably', '1.2.24'
s.platform = :ios
s.ios.deployment_target = '10.0'

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.25
version: 1.2.26
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
12 changes: 6 additions & 6 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.23):
- Ably (1.2.24):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.25):
- Ably (= 1.2.23)
- ably_flutter (1.2.26):
- Ably (= 1.2.24)
- Flutter
- AblyDeltaCodec (1.3.3)
- Flutter (1.0.0)
Expand All @@ -26,12 +26,12 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: f81836c16c79c1d16782b7aae300b1d1abd4836a
Ably: 862e2fe9c6ea0ce61c14aeae70d47537682fe0df
ably_flutter: 6a8d106bc56fa0751dba511314bc9bef082a3bea
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.12.1
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.25"
version: "1.2.26"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 4089d6e

Please sign in to comment.