Skip to content

Commit ef21219

Browse files
committed
release version
1 parent 4119929 commit ef21219

File tree

8 files changed

+178
-193
lines changed

8 files changed

+178
-193
lines changed

package-lock.json

Lines changed: 168 additions & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const fileData: FileData = { type: 'string', data: 'content' }
2323
const fileData: FileData = { type: 'array-buffer', data: new ArrayBuffer(1e3) }
2424

2525
// 创建直传任务
26-
// 由于系统 api9 接口问题暂时不推荐使用,无法获取上传的服务端返回信息
2726
const uploadTask = createDirectUploadTask(fileData, config);
2827

2928
// 创建分片上传任务

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu-js",
3-
"version": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
44
"description": "Qiniu browser upload sdk",
55
"miniprogram": "output",
66
"main": "output/index.js",

packages/harmony/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const fileData: FileData = { type: 'string', data: 'content' }
2424
const fileData: FileData = { type: 'array-buffer', data: new ArrayBuffer(1e3) }
2525

2626
// 创建直传任务
27-
// 由于系统 api9 接口问题暂时不推荐使用,无法获取上传的服务端返回信息
2827
const uploadTask = createDirectUploadTask(fileData, config);
2928

3029
// 创建分片上传任务

packages/harmony/library/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change logs
22

3+
## v1.0.3 (2024-10-18)
4+
5+
### 改动
6+
7+
- 修复上传 array-buffer 类型报错的问题
8+
39
## v1.0.2 (2024-07-26)
410

511
### 改动

packages/harmony/library/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"modelVersion": "5.0.0",
33
"name": "@qiniu/upload",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"homepage": "https://www.qiniu.com",
66
"keywords": ["七牛", "qiniu", "upload", "oss"],
77
"repository": "https://github.com/qiniu/js-sdk.git",

packages/harmony/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"modelVersion": "5.0.0",
33
"name": "@qiniu/upload",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.3",
55
"description": "Qiniu Cloud Upload SDK",
66
"repository": "https://github.com/qiniu/js-sdk.git",
77
"author": "qiniu",

packages/wechat-miniprogram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiniu/wechat-miniprogram-upload",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Qiniu wechat-miniprogram upload sdk",
55
"miniprogram": "output",
66
"main": "output/index.js",

0 commit comments

Comments
 (0)