Skip to content

Commit

Permalink
Update CHANGELOG for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Feb 22, 2019
1 parent 9ea09ed commit af0d950
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.1 (2019-02-22)

### Bug Fixes

- Fix topic removed when retry registering device #483

### Other notes

- Updated dependencies

## 1.7.0 (2019-01-21)

### Bug Fixes
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.7.0";
var version = "1.7.1";

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.7.0"
"version": "1.7.1"
}
6 changes: 3 additions & 3 deletions packages/skygear-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear-core",
"version": "1.7.0",
"version": "1.7.1",
"description": "Core of Skygear JS SDK",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"cookie-storage": "^1.0.4",
"dotenv": "^4.0.0",
"event-emitter": "^0.3.4",
"extend": "^3.0.2",
"fast-xml-parser": "^3.12.5",
"formidable": "^1.0.17",
"localstorage-memory": "^1.0.2",
Expand All @@ -41,8 +42,7 @@
"url": "^0.11.0",
"uuid": "^2.0.1",
"w3c-blob": "0.0.1",
"websocket": "^1.0.23",
"extend": "^3.0.2"
"websocket": "^1.0.23"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
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.7.0",
"version": "1.7.1",
"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.7.0"
"skygear-core": "^1.7.1"
},
"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.7.0",
"version": "1.7.1",
"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.7.0"
"skygear-core": "^1.7.1"
},
"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.7.0",
"version": "1.7.1",
"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.7.0",
"skygear-forgot-password": "^1.7.0",
"skygear-sso": "^1.7.0"
"skygear-core": "^1.7.1",
"skygear-forgot-password": "^1.7.1",
"skygear-sso": "^1.7.1"
},
"bugs": {
"url": "https://github.com/SkygearIO/skygear-SDK-JS/issues"
Expand Down

0 comments on commit af0d950

Please sign in to comment.