Skip to content

Commit

Permalink
Merge pull request #471 from ably/release/1.2.18
Browse files Browse the repository at this point in the history
Release 1.2.18
  • Loading branch information
owenpearson authored Jun 15, 2023
2 parents 26e31a0 + 6cb2355 commit 085a833
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 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.18](https://github.com/ably/ably-flutter/tree/v1.2.18)

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

**Fixed bugs:**

- Fix java/android custom fallbacks [\#470](https://github.com/ably/ably-flutter/pull/470)

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.16...v1.2.17)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ The release process must include the following steps:
2. Create a release branch named like `release/1.2.3`
3. Add a commit to bump the version number
- Update the version in `pubspec.yaml`
- Update the version in the 'Installation' section of `README.md`
- Update the version of ably-flutter used in the example app and test integration app `podfile.lock` files:
- Run `pod install` in `example/ios` and `test_integration/ios`, or run `pod install --project-directory=example/ios` and `pod install --project-directory=test_integration/ios`
- Commit this
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.17
ably_flutter: ^1.2.18
```
### Import the package
Expand Down
10 changes: 5 additions & 5 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.10):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.17):
- ably_flutter (1.2.18):
- Ably (= 1.2.10)
- Flutter
- AblyDeltaCodec (1.3.2)
Expand Down Expand Up @@ -45,15 +45,15 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 80be962e2e87bac69727a26ba72b868c8e86288e
ably_flutter: fc4897583ceccee2fce854a49193d4c1cac215b2
ably_flutter: 9de75b5ca387b7ae2662e85e19f30ac9f9060986
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: 405776dd0763d7e32a8f989d4e271ca1317d080c
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
fluttertoast: eb263d302cc92e04176c053d2385237e9f43fad0
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
msgpack: c85f6251873059738472ae136951cec5f30f3251
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea

COCOAPODS: 1.11.2
COCOAPODS: 1.10.1
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.17
version: 1.2.18
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
8 changes: 4 additions & 4 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.10):
- AblyDeltaCodec (= 1.3.2)
- msgpack (= 0.4.0)
- ably_flutter (1.2.17):
- ably_flutter (1.2.18):
- Ably (= 1.2.10)
- Flutter
- AblyDeltaCodec (1.3.2)
Expand All @@ -27,11 +27,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 80be962e2e87bac69727a26ba72b868c8e86288e
ably_flutter: fc4897583ceccee2fce854a49193d4c1cac215b2
ably_flutter: 9de75b5ca387b7ae2662e85e19f30ac9f9060986
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
Flutter: 405776dd0763d7e32a8f989d4e271ca1317d080c
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.11.2
COCOAPODS: 1.10.1

0 comments on commit 085a833

Please sign in to comment.