Skip to content

Commit

Permalink
Merge pull request #500 from ably/release/1.2.25
Browse files Browse the repository at this point in the history
Release/1.2.25
  • Loading branch information
ttypic authored Dec 22, 2023
2 parents 39bc618 + bb16296 commit b3b77f3
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.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)

**Closed issues:**

- setOnBackgroundMessage not getting along with async/await [\#496](https://github.com/ably/ably-flutter/issues/496)

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

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

```yaml
dependencies:
ably_flutter: ^1.2.24
ably_flutter: ^1.2.25
```
### 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.23):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.24):
- ably_flutter (1.2.25):
- Ably (= 1.2.23)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
ably_flutter: f81836c16c79c1d16782b7aae300b1d1abd4836a
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
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.24"
version: "1.2.25"
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.24
version: 1.2.25
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.23):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.24):
- ably_flutter (1.2.25):
- Ably (= 1.2.23)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
ably_flutter: f81836c16c79c1d16782b7aae300b1d1abd4836a
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
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.24"
version: "1.2.25"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit b3b77f3

Please sign in to comment.