Skip to content

Commit

Permalink
chore(release): v5.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Jul 4, 2019
1 parent 0a39cdc commit 5bcea10
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="5.0.0-alpha.2"></a>

# [5.0.0-alpha.2](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2019-07-04)

### Bug Fixes

- 修正了华东节点与美国节点的默认 server。
- 修复了开启调试模式的情况下在某些不支持 `Object.values` 的运行环境会抛异常的问题。

### Features

- 初始化 `Realtime``server` 参数现在允许指定协议了。

<a name="5.0.0-alpha.1"></a>

# [5.0.0-alpha.1](https://github.com/leancloud/js-realtime-sdk/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2019-05-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "LeanCloud Realtime Message JavaScript SDK",
"main": "./dist/realtime.js",
"jsnext:main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions plugins/live-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime-plugin-live-query",
"version": "1.1.2",
"version": "1.2.0",
"main": "./dist/live-query.js",
"repository": {
"type": "git",
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/leancloud/js-realtime-sdk#readme",
"peerDependencies": {
"leancloud-realtime": "^3.5.0 || ^4.0.0-beta.2"
"leancloud-realtime": "^3.5.0 || ^4.0.0-beta.2 || ^5.0.0-alpha.2"
}
}
12 changes: 7 additions & 5 deletions plugins/typed-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"name": "leancloud-realtime-plugin-typed-messages",
"version": "3.0.1",
"version": "3.1.0",
"description": "TypedMessages for LeanCloud Realtime",
"main": "./dist/typed-messages.js",
"directories": {
"test": "test"
},
"scripts": {
"test":
"echo \"Error: tests included in package leancloud-realtime\" && exit 1"
"test": "echo \"Error: tests included in package leancloud-realtime\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leancloud/js-realtime-sdk.git"
},
"keywords": ["leancloud", "realtime"],
"keywords": [
"leancloud",
"realtime"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leancloud/js-realtime-sdk/issues"
},
"homepage": "https://github.com/leancloud/js-realtime-sdk#readme",
"peerDependencies": {
"leancloud-storage": "^2.0.0 || ^3.0.0",
"leancloud-realtime": "^4.0.0-alpha.3"
"leancloud-realtime": "^4.0.0-alpha.3 || ^5.0.0-alpha.2"
}
}

0 comments on commit 5bcea10

Please sign in to comment.