Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Aug 24, 2018
1 parent dc3bc83 commit 14a7c66
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.6.2 (2018-08-24)

### Features

- Allow user to access uploadAsset function from db (#429)

### Bug Fixes

- Throw asset s3 error
- Add asset too large error code
- Add verification required error code

### Other Notes

- Update npm, fix audit and update build system for node 10

## 1.6.0 (2018-06-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion gulp/context.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = "1.6.0";
var version = "1.6.2";

module.exports = {
"dev": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.6.0"
"version": "1.6.2"
}
2 changes: 1 addition & 1 deletion packages/skygear-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear-core",
"version": "1.6.0",
"version": "1.6.2",
"description": "Core of Skygear JS SDK",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/skygear-forgot-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear-forgot-password",
"version": "1.6.0",
"version": "1.6.2",
"description": "Forgot password for Skygear JS SDK",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
Expand All @@ -16,7 +16,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"skygear-core": "^1.6.0"
"skygear-core": "^1.6.2"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/skygear-sso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear-sso",
"version": "1.6.0",
"version": "1.6.2",
"description": "Single sign-on for Skygear JS SDK",
"main": "dist/index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"Base64": "^1.0.1",
"js-cookie": "^2.1.4",
"skygear-core": "^1.6.0"
"skygear-core": "^1.6.2"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
Expand Down
8 changes: 4 additions & 4 deletions packages/skygear/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear",
"version": "1.6.0",
"version": "1.6.2",
"description": "JS SDK of Skygear services",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
Expand All @@ -26,9 +26,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"skygear-core": "^1.6.0",
"skygear-forgot-password": "^1.6.0",
"skygear-sso": "^1.6.0"
"skygear-core": "^1.6.2",
"skygear-forgot-password": "^1.6.2",
"skygear-sso": "^1.6.2"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
Expand Down

0 comments on commit 14a7c66

Please sign in to comment.