Skip to content

Commit

Permalink
chore(release): publish 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Nov 29, 2024
1 parent ba5817f commit 9f9729d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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.5.2...v) (2024-11-22)
# [](https://github.com/AntmJS/vantui/compare/v3.5.3...v) (2024-11-29)


### Bug Fixes

* 构建工具修复外部配置项获取 ([e12c9c9](https://github.com/AntmJS/vantui/commit/e12c9c9df7b9dfbcbf02c828ee21cd006c21af86))
* toast组件loading蒙层问题([#721](https://github.com/AntmJS/vantui/issues/721)) ([ba5817f](https://github.com/AntmJS/vantui/commit/ba5817f45eed90eb7d93b7f465ea17787463d7ad))



## [3.5.3](https://github.com/AntmJS/vantui/compare/v3.5.2...v3.5.3) (2024-11-22)


### 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.5.3"
"version": "3.5.4"
}
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.3",
"version": "3.5.4",
"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.3",
"version": "3.5.4",
"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.3",
"version": "3.5.4",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down

0 comments on commit 9f9729d

Please sign in to comment.