Skip to content

Commit 02ceb91

Browse files
author
Ben Lei
committed
Update CHANGELOG for 1.6.2
1 parent a0cb565 commit 02ceb91

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.6.2 (2018-08-23)
2+
3+
### Features
4+
5+
- Add fetchConversationsWithPage api that support paging (#226)
6+
7+
### Bug Fixes
8+
9+
- Fix save conversation exception
10+
- Fix SKYConversation deserialization error
11+
- Synchronize the send button state with input text view
12+
13+
### Other Notes
14+
15+
- Update SVProgressHUD
16+
117
## 1.5.1 (2018-07-11)
218

319
### Other Notes

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ PODS:
3030
- SKYKit/Core (1.6.0):
3131
- MagicKit-Skygear (~> 0.0.6)
3232
- SocketRocket (~> 0.4)
33-
- SKYKitChat (1.5.1):
34-
- SKYKitChat/Core (= 1.5.1)
35-
- SKYKitChat/Core (1.5.1):
33+
- SKYKitChat (1.6.2):
34+
- SKYKitChat/Core (= 1.6.2)
35+
- SKYKitChat/Core (1.6.2):
3636
- Realm (~> 3.0.1)
3737
- SKYKit/Core (~> 1.4)
38-
- SKYKitChat/UI (1.5.1):
38+
- SKYKitChat/UI (1.6.2):
3939
- ALCameraViewController (~> 3.0)
4040
- CTAssetsPickerController (~> 3.3.1)
4141
- JSQMessagesViewController-Skygear (= 7.3.5.4)
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
9494
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
9595
SKPhotoBrowser: 5969c3813727f11fe37bea74a40425cafcb32f61
9696
SKYKit: b276cf12cbc79c47fd47ac83b5b836c46a5b25e9
97-
SKYKitChat: 939c9e065a82a67e2fcfefb7cc32bcf08ea14b79
97+
SKYKitChat: c31ae32d32b281719925a9a2a856b429e6e234e8
9898
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
9999
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
100100
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6

SKYKitChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SKYKitChat'
3-
s.version = '1.5.1'
3+
s.version = '1.6.2'
44
s.summary = 'Chat extension for SKYKit'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)