Skip to content

Commit

Permalink
chore(release): publish 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Nov 8, 2024
1 parent 1ccdcb1 commit 35f491f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 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.5.0...v) (2024-10-18)
# [](https://github.com/AntmJS/vantui/compare/v3.5.1...v) (2024-11-08)


### Bug Fixes

* 优化/修复cascader组件的选择交互 ([629a669](https://github.com/AntmJS/vantui/commit/629a6690624d9327dac27294b9aeab6bb77b6a93))


### Features

* mini button 没有定义line-height,导致文字不垂直居中 ([#716](https://github.com/AntmJS/vantui/issues/716)) ([1ccdcb1](https://github.com/AntmJS/vantui/commit/1ccdcb1c0282a52483a7f9850a6d8ba6b6a49648))



## [3.5.1](https://github.com/AntmJS/vantui/compare/v3.5.0...v3.5.1) (2024-10-18)


### 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.5.1"
"version": "3.5.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.5.1",
"version": "3.5.2",
"type": "module",
"main": "dest/cli.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vantui-demo",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
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.5.1",
"version": "3.5.2",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down

0 comments on commit 35f491f

Please sign in to comment.