Skip to content

Commit

Permalink
release: v1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed Mar 15, 2022
1 parent 47aa0d6 commit 1ccc994
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题

## v1.24.0

- 🚀 `Field` 新增 `always-embed` 属性
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.24.0",
"version": "1.24.1",
"scripts": {
"prerelease": "ts-node scripts/prerelease.ts"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/react-vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题

## v1.24.0

- 🚀 `Field` 新增 `always-embed` 属性
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vant-weapp-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"@types/react": "^17.0.25",
"vant-weapp-typings": "workspace:*"
},
"version": "1.24.0"
"version": "1.24.1"
}
4 changes: 4 additions & 0 deletions packages/vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题

## v1.24.0

- 🚀 `Field` 新增 `always-embed` 属性
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-weapp-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"dependencies": {
"@types/wechat-miniprogram": "^3.4.0"
},
"version": "1.24.0"
"version": "1.24.1"
}

0 comments on commit 1ccc994

Please sign in to comment.