Skip to content

Commit

Permalink
chore(release): publish 3.1.7 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuolung authored Aug 29, 2023
1 parent a30f64d commit bd2edbe
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# [](https://github.com/AntmJS/vantui/compare/v3.1.5...v) (2023-08-25)
# [](https://github.com/AntmJS/vantui/compare/v3.1.6...v) (2023-08-29)


### Bug Fixes

* virtualList组件使用了requestidlecallback([#562](https://github.com/AntmJS/vantui/issues/562)) ([cd37209](https://github.com/AntmJS/vantui/commit/cd37209e4a745add2049f6631efaa17ca399cac2))


### Features

* button组件异步点击事件自带loading状态 ([a30f64d](https://github.com/AntmJS/vantui/commit/a30f64df82dbec4140fe4df4018d5e95ad35afc0))



## [3.1.6](https://github.com/AntmJS/vantui/compare/v3.1.5...v3.1.6) (2023-08-25)


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

0 comments on commit bd2edbe

Please sign in to comment.