Skip to content

Commit

Permalink
release: v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed Sep 17, 2022
1 parent 2620a7f commit 0bbf2f3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Coming Soon
## v1.31.0

- 🚀 Dialog 中 `messageAlign` 属性支持传 `justify`
- 🚀 Toast 组件 `context` 选项支持传入函数
- 🚀 Dialog 中 `messageAlign` 属性支持传 `justify` ([#59](https://github.com/fanhaoyuan/vant-weapp-typings/pull/59))
- 🚀 Toast 组件 `context` 选项支持传入函数 ([#60](https://github.com/fanhaoyuan/vant-weapp-typings/pull/60))

## v1.30.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 版本

- `@vant/weapp` -- `v1.10.4`
- `@vant/weapp` -- `v1.10.5`

## 为什么

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.30.0",
"version": "1.31.0",
"scripts": {
"prerelease": "ts-node scripts/prerelease.ts"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/react-vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.31.0

- 🚀 Dialog 中 `messageAlign` 属性支持传 `justify` ([#59](https://github.com/fanhaoyuan/vant-weapp-typings/pull/59))
- 🚀 Toast 组件 `context` 选项支持传入函数 ([#60](https://github.com/fanhaoyuan/vant-weapp-typings/pull/60))

## v1.30.0

- 🚀 `Button` 新增 `chooseavatar` 事件 ([#57](https://github.com/fanhaoyuan/vant-weapp-typings/pull/57))
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.30.0"
"version": "1.31.0"
}
5 changes: 5 additions & 0 deletions packages/vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.31.0

- 🚀 Dialog 中 `messageAlign` 属性支持传 `justify` ([#59](https://github.com/fanhaoyuan/vant-weapp-typings/pull/59))
- 🚀 Toast 组件 `context` 选项支持传入函数 ([#60](https://github.com/fanhaoyuan/vant-weapp-typings/pull/60))

## v1.30.0

- 🚀 `Button` 新增 `chooseavatar` 事件 ([#57](https://github.com/fanhaoyuan/vant-weapp-typings/pull/57))
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-weapp-typings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 版本

- `@vant/weapp` -- `v1.10.3`
- `@vant/weapp` -- `v1.10.5`

## 为什么

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 @@ -24,7 +24,7 @@
"dependencies": {
"@types/wechat-miniprogram": "^3.4.0"
},
"version": "1.30.0",
"version": "1.31.0",
"devDependencies": {
"@types/postcss-less": "^4.0.2",
"postcss": "^8.4.13",
Expand Down

0 comments on commit 0bbf2f3

Please sign in to comment.