Skip to content

Commit 5deda89

Browse files
committed
chore(release): v3.6.3
It is a republishment of v3.6.2, which was published without live-query distribution files.
1 parent 68b8238 commit 5deda89

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": ["LeanCloud <support@leancloud.rocks>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.6.2 (2018-03-23)
1+
## 3.6.3 (2018-03-23)
22

33
### Bug fixes
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"cross-env CLIENT_PLATFORM=Weapp webpack --config webpack/weapp.js",
2424
"build": "gulp build && npm run build:live-query",
2525
"build:live-query":
26-
"cross-env LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp",
26+
"export LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp",
2727
"prepublishOnly": "./script/check-version.js"
2828
},
2929
"dependencies": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.6.2';
1+
module.exports = '3.6.3';

0 commit comments

Comments
 (0)