Skip to content

Commit

Permalink
Merge pull request #519 from ably/release/1.2.29
Browse files Browse the repository at this point in the history
Release/1.2.29
  • Loading branch information
ttypic authored Apr 4, 2024
2 parents 4865a68 + bfbfa4e commit 6a1c447
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

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

This release contains Ably Push Notification improvements

- Updated `ably-cocoa` dependency to `1.2.29`
- Updated `ably-android` dependency to `1.2.36`

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.27...v1.2.28)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.28
ably_flutter: ^1.2.29
```
### Import the package
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'

dependencies {
// https://github.com/ably/ably-java/
implementation 'io.ably:ably-android:1.2.35'
implementation 'io.ably:ably-android:1.2.36'

// https://firebase.google.com/docs/cloud-messaging/android/client
implementation 'com.google.firebase:firebase-messaging:23.0.4'
Expand Down
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.27):
- Ably (1.2.29):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.28):
- Ably (= 1.2.27)
- ably_flutter (1.2.29):
- Ably (= 1.2.29)
- Flutter
- AblyDeltaCodec (1.3.3)
- device_info_plus (0.0.1):
Expand Down Expand Up @@ -44,16 +44,16 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/fluttertoast/ios"

SPEC CHECKSUMS:
Ably: 8e3131b7432a60579937626ba2536e50283bd215
ably_flutter: a9f4e3c638e7e2186335ef0477b463d7af2f8eb9
Ably: 2a5dc2bbb7a3fe65447f4791237264795c470b8e
ably_flutter: 673619b9109d14b770de602d84f70d6fbd0e91cc
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
msgpack: c85f6251873059738472ae136951cec5f30f3251
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: 1e2c1b20be30d932ecf4aea37c7fa8602c49c7fa

COCOAPODS: 1.15.2
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.28"
version: "1.2.29"
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.27'
s.dependency 'Ably', '1.2.29'
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.28
version: 1.2.29
repository: https://github.com/ably/ably-flutter

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

SPEC CHECKSUMS:
Ably: 8e3131b7432a60579937626ba2536e50283bd215
ably_flutter: a9f4e3c638e7e2186335ef0477b463d7af2f8eb9
Ably: 2a5dc2bbb7a3fe65447f4791237264795c470b8e
ably_flutter: 673619b9109d14b770de602d84f70d6fbd0e91cc
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.15.2
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.28"
version: "1.2.29"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 6a1c447

Please sign in to comment.