diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe6dd78..46b32bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# [](https://github.com/AntmJS/vantui/compare/v3.1.4...v) (2023-08-14) +# [](https://github.com/AntmJS/vantui/compare/v3.1.5...v) (2023-08-25) + + +### Bug Fixes + +* **dialog:** 修复 title 为 ReactNode 时 h5 端报错问题 ([#558](https://github.com/AntmJS/vantui/issues/558)) ([15fb800](https://github.com/AntmJS/vantui/commit/15fb8001568bbbc4ce4c4325fb22ef2bfc7e3a4e)) +* formItem组件上绑定ViewProps ([10a609e](https://github.com/AntmJS/vantui/commit/10a609e3e35720f86c22997528ac22c0160e8053)) +* sku组件onchange方法 ([b4fde1e](https://github.com/AntmJS/vantui/commit/b4fde1e60506623677d7f123a8a6a9fbd7534704)) + + + +## [3.1.5](https://github.com/AntmJS/vantui/compare/v3.1.4...v3.1.5) (2023-08-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 953408dc..5e901b40 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "**/*.md", "**/__test__/**" ], - "version": "3.1.5" + "version": "3.1.6" } diff --git a/packages/vantui-cli/package.json b/packages/vantui-cli/package.json index 326d7132..98efcf1b 100644 --- a/packages/vantui-cli/package.json +++ b/packages/vantui-cli/package.json @@ -1,6 +1,6 @@ { "name": "@antmjs/vantui-cli", - "version": "3.1.5", + "version": "3.1.6", "type": "module", "main": "dest/cli.js", "bin": { diff --git a/packages/vantui-demo/package.json b/packages/vantui-demo/package.json index e891e648..f5cc90c8 100644 --- a/packages/vantui-demo/package.json +++ b/packages/vantui-demo/package.json @@ -1,6 +1,6 @@ { "name": "vantui-demo", - "version": "3.1.5", + "version": "3.1.6", "private": true, "description": "Taro应用模版", "templateInfo": { @@ -82,7 +82,7 @@ "author": "", "dependencies": { "@antmjs/mini-fix": "^2.3.3", - "@antmjs/vantui": "3.1.5", + "@antmjs/vantui": "3.1.6", "@babel/runtime": "^7.7.7", "@tarojs/components": "3.5.7", "@tarojs/helper": "3.5.7", diff --git a/packages/vantui/package.json b/packages/vantui/package.json index 3c04c0bc..f2d1da51 100644 --- a/packages/vantui/package.json +++ b/packages/vantui/package.json @@ -1,6 +1,6 @@ { "name": "@antmjs/vantui", - "version": "3.1.5", + "version": "3.1.6", "main": "lib/index.js", "module": "es/index.esm.js", "style": "lib/index.css", diff --git a/pullRequest.js b/pullRequest.js index d4ef57de..6efbb272 100755 --- a/pullRequest.js +++ b/pullRequest.js @@ -52,6 +52,9 @@ async function exec() { head: `release/${version}`, base: 'main', body: body, + request: { + timeout: 150 * 1000, + }, }) if (cRes.status === 201) { const mRes = await octokit.request(