Skip to content

Commit

Permalink
Merge pull request #521 from ably/release/1.2.30
Browse files Browse the repository at this point in the history
v1.2.30 Release
  • Loading branch information
umair-ably authored Apr 17, 2024
2 parents 1d0ef99 + c279029 commit a8dc3ea
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

This release includes a new privacy manifest as required under new Apple guidelines.

- Updated `ably-cocoa` dependency to `1.2.30`

## [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)
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.29
ably_flutter: ^1.2.30
```
### Import the package
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.30):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.29):
- ably_flutter (1.2.30):
- Ably (= 1.2.30)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
ably_flutter: ff887dac49302494cc44704c630311c219f0d228
ably_flutter: 0376bdd1c855fec02a82a5c09aace92605973121
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
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.29"
version: "1.2.30"
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.29
version: 1.2.30
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
4 changes: 2 additions & 2 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.30):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.29):
- ably_flutter (1.2.30):
- Ably (= 1.2.30)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
ably_flutter: ff887dac49302494cc44704c630311c219f0d228
ably_flutter: 0376bdd1c855fec02a82a5c09aace92605973121
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down
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.29"
version: "1.2.30"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit a8dc3ea

Please sign in to comment.