Skip to content

Commit

Permalink
release: v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed May 14, 2022
1 parent 6c4dffe commit d336a06
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.29.0

- 🚀 `ConfigProvider` 组件添加生成 `themeVars` 方法并更新 `themeVars` 类型 ([#53](https://github.com/fanhaoyuan/vant-weapp-typings/pull/53))
- 🚀 [react-vant-weapp-typings] 导出 `Base` 类型 ([#52](https://github.com/fanhaoyuan/vant-weapp-typings/pull/52))
- 🚀 `Field``Image``Slider``Stepper``Tabs`组件新增并导出 `EventDetails` ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 使用 `VantEventHandler``VantTouchEventHandler` 替换字面量类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 添加通用 `Event` 类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))

- 🐛 `Field` 修复 `type` 属性遗漏 `safe-password``nickname` 的问题 ([#54](https://github.com/fanhaoyuan/vant-weapp-typings/pull/54))

## v1.28.0

- 🚀 `Uploader` 组件更新并导出事件回调 ([#50](https://github.com/fanhaoyuan/vant-weapp-typings/pull/50))
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.28.0",
"version": "1.29.0",
"scripts": {
"prerelease": "ts-node scripts/prerelease.ts"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/react-vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.29.0

- 🚀 `ConfigProvider` 组件添加生成 `themeVars` 方法并更新 `themeVars` 类型 ([#53](https://github.com/fanhaoyuan/vant-weapp-typings/pull/53))
- 🚀 [react-vant-weapp-typings] 导出 `Base` 类型 ([#52](https://github.com/fanhaoyuan/vant-weapp-typings/pull/52))
- 🚀 `Field``Image``Slider``Stepper``Tabs`组件新增并导出 `EventDetails` ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 使用 `VantEventHandler``VantTouchEventHandler` 替换字面量类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 添加通用 `Event` 类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))

- 🐛 `Field` 修复 `type` 属性遗漏 `safe-password``nickname` 的问题 ([#54](https://github.com/fanhaoyuan/vant-weapp-typings/pull/54))

## v1.28.0

- 🚀 `Uploader` 组件更新并导出事件回调 ([#50](https://github.com/fanhaoyuan/vant-weapp-typings/pull/50))
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.28.0"
"version": "1.29.0"
}
10 changes: 10 additions & 0 deletions packages/vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.29.0

- 🚀 `ConfigProvider` 组件添加生成 `themeVars` 方法并更新 `themeVars` 类型 ([#53](https://github.com/fanhaoyuan/vant-weapp-typings/pull/53))
- 🚀 [react-vant-weapp-typings] 导出 `Base` 类型 ([#52](https://github.com/fanhaoyuan/vant-weapp-typings/pull/52))
- 🚀 `Field``Image``Slider``Stepper``Tabs`组件新增并导出 `EventDetails` ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 使用 `VantEventHandler``VantTouchEventHandler` 替换字面量类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))
- 🚀 添加通用 `Event` 类型 ([#51](https://github.com/fanhaoyuan/vant-weapp-typings/pull/51))

- 🐛 `Field` 修复 `type` 属性遗漏 `safe-password``nickname` 的问题 ([#54](https://github.com/fanhaoyuan/vant-weapp-typings/pull/54))

## v1.28.0

- 🚀 `Uploader` 组件更新并导出事件回调 ([#50](https://github.com/fanhaoyuan/vant-weapp-typings/pull/50))
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.28.0",
"version": "1.29.0",
"devDependencies": {
"@types/postcss-less": "^4.0.2",
"postcss": "^8.4.13",
Expand Down

0 comments on commit d336a06

Please sign in to comment.