Skip to content

Commit 14a7c66

Browse files
author
Ben Lei
committed
Update CHANGELOG for 1.6.2
1 parent dc3bc83 commit 14a7c66

7 files changed

Lines changed: 27 additions & 11 deletions

File tree

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-24)
2+
3+
### Features
4+
5+
- Allow user to access uploadAsset function from db (#429)
6+
7+
### Bug Fixes
8+
9+
- Throw asset s3 error
10+
- Add asset too large error code
11+
- Add verification required error code
12+
13+
### Other Notes
14+
15+
- Update npm, fix audit and update build system for node 10
16+
117
## 1.6.0 (2018-06-26)
218

319
### Features

gulp/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var version = "1.6.0";
1+
var version = "1.6.2";
22

33
module.exports = {
44
"dev": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.6.0"
6+
"version": "1.6.2"
77
}

packages/skygear-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skygear-core",
3-
"version": "1.6.0",
3+
"version": "1.6.2",
44
"description": "Core of Skygear JS SDK",
55
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
66
"repository": {

packages/skygear-forgot-password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skygear-forgot-password",
3-
"version": "1.6.0",
3+
"version": "1.6.2",
44
"description": "Forgot password for Skygear JS SDK",
55
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
66
"repository": {
@@ -16,7 +16,7 @@
1616
],
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"skygear-core": "^1.6.0"
19+
"skygear-core": "^1.6.2"
2020
},
2121
"bugs": {
2222
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"

packages/skygear-sso/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skygear-sso",
3-
"version": "1.6.0",
3+
"version": "1.6.2",
44
"description": "Single sign-on for Skygear JS SDK",
55
"main": "dist/index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"Base64": "^1.0.1",
2020
"js-cookie": "^2.1.4",
21-
"skygear-core": "^1.6.0"
21+
"skygear-core": "^1.6.2"
2222
},
2323
"bugs": {
2424
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"

packages/skygear/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skygear",
3-
"version": "1.6.0",
3+
"version": "1.6.2",
44
"description": "JS SDK of Skygear services",
55
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
66
"repository": {
@@ -26,9 +26,9 @@
2626
},
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"skygear-core": "^1.6.0",
30-
"skygear-forgot-password": "^1.6.0",
31-
"skygear-sso": "^1.6.0"
29+
"skygear-core": "^1.6.2",
30+
"skygear-forgot-password": "^1.6.2",
31+
"skygear-sso": "^1.6.2"
3232
},
3333
"bugs": {
3434
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"

0 commit comments

Comments
 (0)