Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AntmJS/vantui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Jul 10, 2023
2 parents c3352ad + 4d04de6 commit e0d4382
Show file tree
Hide file tree
Showing 5 changed files with 17 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.0...v) (2023-07-05)
# [](https://github.com/AntmJS/vantui/compare/v3.1.1...v) (2023-07-07)


### Bug Fixes

* 小程序dialog使用input显示示异常 ([#538](https://github.com/AntmJS/vantui/issues/538)) ([6a7cef0](https://github.com/AntmJS/vantui/commit/6a7cef0dbd335a77cd73dca989d8122aa0116157))
* grid的children非grid-item出现异常([#539](https://github.com/AntmJS/vantui/issues/539)) ([ea274bc](https://github.com/AntmJS/vantui/commit/ea274bc52c5eaff3480b445b06f8afe78bbb89ad))
* infinite-scroll组件loadmore执行两次 ([#533](https://github.com/AntmJS/vantui/issues/533)) ([d719546](https://github.com/AntmJS/vantui/commit/d71954623fe08d9ccb3611cce8c31cb729109057))



## [3.1.1](https://github.com/AntmJS/vantui/compare/v3.1.0...v3.1.1) (2023-07-05)


### 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.1"
"version": "3.1.2"
}
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.1",
"version": "3.1.2",
"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.1",
"version": "3.1.2",
"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.1",
"@antmjs/vantui": "3.1.2",
"@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.1",
"version": "3.1.2",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down

0 comments on commit e0d4382

Please sign in to comment.