Skip to content

Commit

Permalink
chore(release): publish 3.2.1 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuolung authored Sep 23, 2023
1 parent 673a054 commit e88b7de
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [](https://github.com/AntmJS/vantui/compare/v3.1.8...v) (2023-09-05)
# [](https://github.com/AntmJS/vantui/compare/v3.2.0...v) (2023-09-23)


### Bug Fixes

* 配置化开启按钮异步点击loading([#575](https://github.com/AntmJS/vantui/issues/575)) ([c86a33f](https://github.com/AntmJS/vantui/commit/c86a33f1093891e0d73291424b776dc5aceae1f4))
* 深层级元素selectorQuery.select无法获取元素信息 ([#570](https://github.com/AntmJS/vantui/issues/570)) ([673a054](https://github.com/AntmJS/vantui/commit/673a054c00fbf82f458a52ed55b5288c9d013866))



# [3.2.0](https://github.com/AntmJS/vantui/compare/v3.1.8...v3.2.0) (2023-09-05)


### Features
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.2.0"
"version": "3.2.1"
}
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.2.0",
"version": "3.2.1",
"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.2.0",
"version": "3.2.1",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^2.3.3",
"@antmjs/vantui": "3.2.0",
"@antmjs/vantui": "3.2.1",
"@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.2.0",
"version": "3.2.1",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down

0 comments on commit e88b7de

Please sign in to comment.