Skip to content

Commit 0256090

Browse files
authored
Merge pull request #536 from ably/release/1.2.34
Release/1.2.34
2 parents a701b8c + e3666b2 commit 0256090

8 files changed

Lines changed: 25 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.34](https://github.com/ably/ably-flutter/tree/v1.2.34)
4+
5+
[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.33...v1.2.34)
6+
7+
- Updated `ably-cocoa` dependency to `1.2.33`
8+
9+
**Fixed bugs:**
10+
11+
- The `title` field in the push notification should be nullable [\#532](https://github.com/ably/ably-flutter/issues/532)
12+
313
## [1.2.33](https://github.com/ably/ably-flutter/tree/v1.2.33)
414

515
[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.32...v1.2.33)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In `pubspec.yaml` file:
3535

3636
```yaml
3737
dependencies:
38-
ably_flutter: ^1.2.33
38+
ably_flutter: ^1.2.34
3939
```
4040
4141
### Import the package

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Ably (1.2.30):
2+
- Ably (1.2.33):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.33):
6-
- Ably (= 1.2.30)
5+
- ably_flutter (1.2.34):
6+
- Ably (= 1.2.33)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
99
- device_info_plus (0.0.1):
@@ -44,8 +44,8 @@ EXTERNAL SOURCES:
4444
:path: ".symlinks/plugins/fluttertoast/ios"
4545

4646
SPEC CHECKSUMS:
47-
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
48-
ably_flutter: d5d27cbc629354c5bc52a6f83196bee44ecf3284
47+
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
48+
ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
4949
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
5050
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
5151
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "1.2.33"
10+
version: "1.2.34"
1111
args:
1212
dependency: transitive
1313
description:

ios/ably_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.source_files = 'Classes/**/*'
1919
s.public_header_files = 'Classes/**/*.h'
2020
s.dependency 'Flutter'
21-
s.dependency 'Ably', '1.2.30'
21+
s.dependency 'Ably', '1.2.33'
2222
s.platform = :ios
2323
s.ios.deployment_target = '10.0'
2424

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ably_flutter
22
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
3-
version: 1.2.33
3+
version: 1.2.34
44
repository: https://github.com/ably/ably-flutter
55

66
environment:

test_integration/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Ably (1.2.30):
2+
- Ably (1.2.33):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.33):
6-
- Ably (= 1.2.30)
5+
- ably_flutter (1.2.34):
6+
- Ably (= 1.2.33)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
99
- Flutter (1.0.0)
@@ -26,8 +26,8 @@ EXTERNAL SOURCES:
2626
:path: Flutter
2727

2828
SPEC CHECKSUMS:
29-
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
30-
ably_flutter: d5d27cbc629354c5bc52a6f83196bee44ecf3284
29+
Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae
30+
ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23
3131
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
3232
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
3333
msgpack: c85f6251873059738472ae136951cec5f30f3251

test_integration/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "1.2.33"
18+
version: "1.2.34"
1919
analyzer:
2020
dependency: transitive
2121
description:

0 commit comments

Comments
 (0)