Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.2.23 #495

Merged
merged 3 commits into from
Nov 15, 2023
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
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.23](https://github.com/ably/ably-flutter/tree/v1.2.23)

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

- `ably-cocoa` dependency is bumped to `1.2.23`

**Closed issues:**

- clear clientId after deregistration

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

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.21...v1.2.22)
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.22
ably_flutter: ^1.2.23
```

### 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
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.21):
- Ably (1.2.23):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.22):
- Ably (= 1.2.21)
- ably_flutter (1.2.23):
- Ably (= 1.2.23)
- Flutter
- AblyDeltaCodec (1.3.3)
- device_info_plus (0.0.1):
Expand Down Expand Up @@ -44,8 +44,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/fluttertoast/ios"

SPEC CHECKSUMS:
Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435
ably_flutter: 2ef31adaaf697da21aa689a91734eeace17e55e2
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
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.22"
version: "1.2.23"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/ably_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Ably', '1.2.21'
s.dependency 'Ably', '1.2.23'
s.platform = :ios
s.ios.deployment_target = '10.0'

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.22
version: 1.2.23
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
10 changes: 5 additions & 5 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.21):
- Ably (1.2.23):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.22):
- Ably (= 1.2.21)
- ably_flutter (1.2.23):
- Ably (= 1.2.23)
- Flutter
- AblyDeltaCodec (1.3.3)
- Flutter (1.0.0)
Expand All @@ -26,8 +26,8 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435
ably_flutter: 2ef31adaaf697da21aa689a91734eeace17e55e2
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down
Loading