Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxulai committed Oct 18, 2024
1 parent 4119929 commit ef21219
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 193 deletions.
355 changes: 168 additions & 187 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const fileData: FileData = { type: 'string', data: 'content' }
const fileData: FileData = { type: 'array-buffer', data: new ArrayBuffer(1e3) }

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

// 创建分片上传任务
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiniu-js",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "Qiniu browser upload sdk",
"miniprogram": "output",
"main": "output/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/harmony/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const fileData: FileData = { type: 'string', data: 'content' }
const fileData: FileData = { type: 'array-buffer', data: new ArrayBuffer(1e3) }

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

// 创建分片上传任务
Expand Down
6 changes: 6 additions & 0 deletions packages/harmony/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change logs

## v1.0.3 (2024-10-18)

### 改动

- 修复上传 array-buffer 类型报错的问题

## v1.0.2 (2024-07-26)

### 改动
Expand Down
2 changes: 1 addition & 1 deletion packages/harmony/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"modelVersion": "5.0.0",
"name": "@qiniu/upload",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://www.qiniu.com",
"keywords": ["七牛", "qiniu", "upload", "oss"],
"repository": "https://github.com/qiniu/js-sdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/harmony/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"modelVersion": "5.0.0",
"name": "@qiniu/upload",
"version": "1.0.0-rc.1",
"version": "1.0.3",
"description": "Qiniu Cloud Upload SDK",
"repository": "https://github.com/qiniu/js-sdk.git",
"author": "qiniu",
Expand Down
2 changes: 1 addition & 1 deletion packages/wechat-miniprogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiniu/wechat-miniprogram-upload",
"version": "1.0.3",
"version": "1.0.4",
"description": "Qiniu wechat-miniprogram upload sdk",
"miniprogram": "output",
"main": "output/index.js",
Expand Down

0 comments on commit ef21219

Please sign in to comment.