Skip to content

Commit

Permalink
Merge pull request #490 from ably/release/1.2.21
Browse files Browse the repository at this point in the history
1.2.21
  • Loading branch information
ttypic authored Oct 25, 2023
2 parents dbdef15 + 9a31907 commit c4b8ed6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

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

**Closed issues:**

- prevent app crash during method channel call [\#489](https://github.com/ably/ably-flutter/pull/489)
- fix numbers strategy for Gson to prevent changing int to double [\#486](https://github.com/ably/ably-flutter/pull/486)
- int value is changed to double on Android [\#461](https://github.com/ably/ably-flutter/issues/461)

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.19...v1.2.20)
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.20
ably_flutter: ^1.2.21
```
### 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.21):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.20):
- ably_flutter (1.2.21):
- Ably (= 1.2.21)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435
ably_flutter: 5a596c76a3f6f5fb2bb02e4220af4661f9b94bc0
ably_flutter: 7bc2c648fb9b0801dcb615b67d8d45cc699ec0cd
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.20"
version: "1.2.21"
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.20
version: 1.2.21
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.21):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.20):
- ably_flutter (1.2.21):
- Ably (= 1.2.21)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435
ably_flutter: 5a596c76a3f6f5fb2bb02e4220af4661f9b94bc0
ably_flutter: 7bc2c648fb9b0801dcb615b67d8d45cc699ec0cd
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down

0 comments on commit c4b8ed6

Please sign in to comment.