Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 13, 2018
1 parent df561ce commit a061944
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.6.4 (2018-11-13)

### Bug Fixes

- Fix react-native build problem #462

### Other notes

- Export getSigner for signing asset in cloud container


## 1.6.3 (2018-09-04)

### 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.3";
var version = "1.6.4";

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.3"
"version": "1.6.4"
}
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.3",
"version": "1.6.4",
"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.3",
"version": "1.6.4",
"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.3"
"skygear-core": "^1.6.4"
},
"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.3",
"version": "1.6.4",
"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.3"
"skygear-core": "^1.6.4"
},
"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.3",
"version": "1.6.4",
"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.3",
"skygear-forgot-password": "^1.6.3",
"skygear-sso": "^1.6.3"
"skygear-core": "^1.6.4",
"skygear-forgot-password": "^1.6.4",
"skygear-sso": "^1.6.4"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
Expand Down

0 comments on commit a061944

Please sign in to comment.