Skip to content

Commit

Permalink
release: v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaoyuan committed Apr 6, 2022
1 parent 5389c23 commit be4e6a6
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 18 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## v1.25.2

- 🐛 修复 `Tabs` 事件返回参数错误的问题 ([#11](https://github.com/fanhaoyuan/vant-weapp-typings/pull/11))

## v1.25.1

- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 [#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9)
- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 ([#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9))

## v1.25.0

- 🚀 添加 `WechatOpenType` 类型 [#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8)
- 🚀 添加 `ThemeVars` 类型 [#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7)
- 🚀 添加 `WechatOpenType` 类型 ([#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8))
- 🚀 添加 `ThemeVars` 类型 ([#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7))

## v1.24.2

- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 [#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6)
- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 ([#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6))

## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题
- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题 ([#5](https://github.com/fanhaoyuan/vant-weapp-typings/pull/5))

## v1.24.0

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.25.1",
"version": "1.25.2",
"scripts": {
"prerelease": "ts-node scripts/prerelease.ts"
},
Expand Down
14 changes: 9 additions & 5 deletions packages/react-vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## v1.25.2

- 🐛 修复 `Tabs` 事件返回参数错误的问题 ([#11](https://github.com/fanhaoyuan/vant-weapp-typings/pull/11))

## v1.25.1

- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 [#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9)
- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 ([#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9))

## v1.25.0

- 🚀 添加 `WechatOpenType` 类型 [#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8)
- 🚀 添加 `ThemeVars` 类型 [#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7)
- 🚀 添加 `WechatOpenType` 类型 ([#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8))
- 🚀 添加 `ThemeVars` 类型 ([#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7))

## v1.24.2

- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 [#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6)
- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 ([#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6))

## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题
- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题 ([#5](https://github.com/fanhaoyuan/vant-weapp-typings/pull/5))

## v1.24.0

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.25.1"
"version": "1.25.2"
}
14 changes: 9 additions & 5 deletions packages/vant-weapp-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## v1.25.2

- 🐛 修复 `Tabs` 事件返回参数错误的问题 ([#11](https://github.com/fanhaoyuan/vant-weapp-typings/pull/11))

## v1.25.1

- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 [#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9)
- 🐛 修复 `ConfigProvider``theme-vars` 中的项为必需项的错误 ([#9](https://github.com/fanhaoyuan/vant-weapp-typings/pull/9))

## v1.25.0

- 🚀 添加 `WechatOpenType` 类型 [#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8)
- 🚀 添加 `ThemeVars` 类型 [#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7)
- 🚀 添加 `WechatOpenType` 类型 ([#8](https://github.com/fanhaoyuan/vant-weapp-typings/pull/8))
- 🚀 添加 `ThemeVars` 类型 ([#7](https://github.com/fanhaoyuan/vant-weapp-typings/pull/7))

## v1.24.2

- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 [#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6)
- 🐛 修复 `Tabs` 组件'tab-active-class'为必需参数的错误 ([#6](https://github.com/fanhaoyuan/vant-weapp-typings/pull/6))

## v1.24.1

- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题
- 🐛 修复 `DropdownItem` 组件的 `Event` 类型错误问题 ([#5](https://github.com/fanhaoyuan/vant-weapp-typings/pull/5))

## v1.24.0

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.25.1"
"version": "1.25.2"
}

0 comments on commit be4e6a6

Please sign in to comment.