Skip to content

Commit 5b0b4cf

Browse files
authored
chore(release): publish 3.5.4 (#728)
1 parent ba5817f commit 5b0b4cf

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# [](https://github.com/AntmJS/vantui/compare/v3.5.2...v) (2024-11-22)
1+
# [](https://github.com/AntmJS/vantui/compare/v3.5.3...v) (2024-11-29)
2+
3+
4+
### Bug Fixes
5+
6+
* 构建工具修复外部配置项获取 ([e12c9c9](https://github.com/AntmJS/vantui/commit/e12c9c9df7b9dfbcbf02c828ee21cd006c21af86))
7+
* toast组件loading蒙层问题([#721](https://github.com/AntmJS/vantui/issues/721)) ([ba5817f](https://github.com/AntmJS/vantui/commit/ba5817f45eed90eb7d93b7f465ea17787463d7ad))
8+
9+
10+
11+
## [3.5.3](https://github.com/AntmJS/vantui/compare/v3.5.2...v3.5.3) (2024-11-22)
212

313

414
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"**/*.md",
1717
"**/__test__/**"
1818
],
19-
"version": "3.5.3"
19+
"version": "3.5.4"
2020
}

packages/vantui-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antmjs/vantui-cli",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"type": "module",
55
"main": "dest/cli.js",
66
"bin": {

packages/vantui-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vantui-demo",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"private": true,
55
"description": "Taro应用模版",
66
"templateInfo": {

packages/vantui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antmjs/vantui",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"main": "lib/index.js",
55
"module": "es/index.esm.js",
66
"style": "lib/index.css",

0 commit comments

Comments
 (0)