Skip to content

Commit 6ba763b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1a2fb88 + 713f60a commit 6ba763b

File tree

10 files changed

+13
-8
lines changed

10 files changed

+13
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules/
22
package/
3+
dist/js-sdk-api-docs/
34
*tgz
5+
*.tar.gz
46
release.sh

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-jssdk.js",
3-
"version": "0.5.2",
3+
"version": "0.5.4",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"killme2008 <[email protected]>"

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.5.4 日期:2015 年 5 月 14 日
2+
* 紧急修复 localStorage 模块大小写名称错误。
3+
14
# 0.5.2 日期:2015 年 5 月 12 日
25
* 上传 sdk 到专门的 CDN 加速域名 [https://cdn1.lncld.net/static/](https://cdn1.lncld.net/static/)
36
* 兼容 ReactNative 运行环境

dist/av-core-mini.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/av-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.4";
44
}(this));
55

66
// Underscore.js 1.4.4

dist/av-mini.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.4";
44
}(this));
55

66
// Underscore.js 1.4.4

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ gulp.task('upload', ['compress-scripts'], function(cb) {
164164

165165

166166
gulp.task('release', ['concat', 'concat_core', 'uglify', 'compress-scripts', 'localstorage',
167-
'docs', 'compress-docs', 'upload']);
167+
'docs', 'compress-docs']);

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.5.2";
3+
root.AV.VERSION = "js0.5.4";
44
}(this));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avoscloud-sdk",
3-
"version": "0.5.2",
3+
"version": "0.5.4",
44
"main": "./dist/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)