Skip to content

Commit d147395

Browse files
committed
v1.0.3
1 parent bb7437f commit d147395

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Change Log
22

3+
### v1.0.3(July 4, 2018)
4+
* correct package.json to fix library path.
5+
36
### v1.0.2(May 21, 2018)
4-
* apply ticket assignment update
7+
* apply ticket assignment update.
58

69
### v1.0.1(Mar 30, 2018)
710
* add SendBirdDesk.init().

sdk/SendBird.Desk.d.ts renamed to SendBird.Desk.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for SendBird Desc SDK v1.0.2
2+
* Type Definitions for SendBird Desc SDK v1.0.3
33
* homepage: https://sendbird.com/
44
*/
55
declare const SendBirdDesk: SendBirdDeskStatic;

sdk/SendBird.Desk.min.js renamed to SendBird.Desk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-desk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "SendBird Desk SDK Integration Guide for JavaScript =========== SendBird Desk is a chat customer service platform built on SendBird SDK and API.",
55
"main": "SendBird.Desk.min.js",
66
"scripts": {
@@ -18,6 +18,6 @@
1818
},
1919
"homepage": "https://sendbird.com",
2020
"dependencies": {
21-
"sendbird": "^3.0.67"
21+
"sendbird": "^3.0.55"
2222
}
2323
}

0 commit comments

Comments
 (0)