Skip to content

Commit

Permalink
release: v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed Mar 11, 2022
1 parent d8c8d9c commit 822565c
Show file tree
Hide file tree
Showing 6 changed files with 18 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.23.3

- 🐛 修复所有事件为`bind:*`

## v1.23.2

### bugs
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"private": true,
"version": "1.23.2",
"version": "1.23.3",
"scripts": {
"prerelease": "ts-node scripts/prerelease.ts"
},
"lint-staged": {
"*.{js,ts,md,json}": [
"prettier --write"
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.23.3

- 🐛 修复所有事件为`bind:*`

## v1.23.2

### bugs
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 @@ -23,5 +23,5 @@
"@types/react": "^17.0.25",
"vant-weapp-typings": "workspace:*"
},
"version": "1.23.2"
"version": "1.23.3"
}
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.23.3

- 🐛 修复所有事件为`bind:*`

## v1.23.2

### bugs
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 @@ -22,5 +22,5 @@
"dependencies": {
"@types/wechat-miniprogram": "^3.4.0"
},
"version": "1.23.2"
"version": "1.23.3"
}

0 comments on commit 822565c

Please sign in to comment.