Skip to content

Commit

Permalink
chore(release): publish 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Jun 11, 2024
1 parent e5c8552 commit 490d0e1
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.4.0...v) (2024-05-30)
# [](https://github.com/AntmJS/vantui/compare/v3.4.1...v) (2024-06-11)


### Bug Fixes

* imageViewer组件动画优化 ([5fcf3cc](https://github.com/AntmJS/vantui/commit/5fcf3ccc158856b9ead18bd229d4e30b4b1fb61c))
* swiper组件重构,修复交互问题,移除iscenter属性 ([4e960cd](https://github.com/AntmJS/vantui/commit/4e960cddc6b307d7be878fd923c17360ec28efea))
* tabs组件card模式下边框样式([#629](https://github.com/AntmJS/vantui/issues/629)) ([#651](https://github.com/AntmJS/vantui/issues/651)) ([e5c8552](https://github.com/AntmJS/vantui/commit/e5c8552986656ab6b97fd7554f6a7229319e9f14))



## [3.4.1](https://github.com/AntmJS/vantui/compare/v3.4.0...v3.4.1) (2024-05-30)


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

0 comments on commit 490d0e1

Please sign in to comment.