Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40](https://github.com/ably/ably-flutter/tree/v1.2.40)

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

- Added stable 64-bit ID generation for streams and improve platform reset handling [\#573](https://github.com/ably/ably-flutter/pull/573)

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.38...v1.2.39)
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.39
ably_flutter: ^1.2.40
```

### 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.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.39):
- ably_flutter (1.2.40):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: faa19330c0be51991d44a8e57b68016e3d264cbd
ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
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.39"
version: "1.2.40"
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.39
version: 1.2.40
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.33):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.39):
- ably_flutter (1.2.40):
- Ably (= 1.2.33)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
ably_flutter: faa19330c0be51991d44a8e57b68016e3d264cbd
ably_flutter: c13341ddc266b08729f1d060a12a85ba0bcdefb3
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.39"
version: "1.2.40"
analyzer:
dependency: transitive
description:
Expand Down
Loading