Skip to content

Commit

Permalink
chore(release): publish 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Jun 27, 2024
1 parent e13fbc5 commit 710e992
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# [](https://github.com/AntmJS/vantui/compare/v3.4.2...v) (2024-06-12)
# [](https://github.com/AntmJS/vantui/compare/v3.4.3...v) (2024-06-27)


### Bug Fixes

* 修复calendar异步同步defaultValue ([#646](https://github.com/AntmJS/vantui/issues/646)) ([db65abd](https://github.com/AntmJS/vantui/commit/db65abd57f98a4eb9d02a21bf2b46374fd16f5be))
* gid组件修复数据map渲染的错误([#657](https://github.com/AntmJS/vantui/issues/657)) ([478e0bd](https://github.com/AntmJS/vantui/commit/478e0bd1545dade5fd4e842db5d0a513a204b17f))


### Features

* notify组件支持纯命令式调用 ([2f3daf3](https://github.com/AntmJS/vantui/commit/2f3daf3142bacad2a496b02f186ad3a265ee6682))
* overlay组件的颜色调整 ([c873c6f](https://github.com/AntmJS/vantui/commit/c873c6f3f4cbc9a27641063c16c2dce3c87e9c7b))
* toast组件支持纯命令式调用 ([786d66c](https://github.com/AntmJS/vantui/commit/786d66cd82344f71dba0b1da8438ba9e69700f4b))



## [3.4.3](https://github.com/AntmJS/vantui/compare/v3.4.2...v3.4.3) (2024-06-12)


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

0 comments on commit 710e992

Please sign in to comment.