Skip to content

Commit

Permalink
chore(release): publish 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Aug 25, 2023
1 parent 15fb800 commit 5742fdd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"**/*.md",
"**/__test__/**"
],
"version": "3.1.5"
"version": "3.1.6"
}
2 changes: 1 addition & 1 deletion packages/vantui-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui-cli",
"version": "3.1.5",
"version": "3.1.6",
"type": "module",
"main": "dest/cli.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vantui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vantui-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions pullRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5742fdd

Please sign in to comment.