[release] 1.6.25

This commit is contained in:
陈嘉涵 2019-09-26 19:33:43 +08:00
parent d3169e7e6b
commit 69df63a54c
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
// This file is auto gererated by build/build-entry.js // This file is auto gererated by build/build-entry.js
export default { export default {
'changelog.en-US': () => import('../markdown/changelog.en-US.md'), 'changelog.en-US': () => import('../markdown/changelog.en-US.md'),
'changelog.generated': () => import('../markdown/changelog.generated.md'),
'changelog.zh-CN': () => import('../markdown/changelog.zh-CN.md'), 'changelog.zh-CN': () => import('../markdown/changelog.zh-CN.md'),
'contribution.zh-CN': () => import('../markdown/contribution.zh-CN.md'), 'contribution.zh-CN': () => import('../markdown/contribution.zh-CN.md'),
'design.zh-CN': () => import('../markdown/design.zh-CN.md'), 'design.zh-CN': () => import('../markdown/design.zh-CN.md'),

View File

@ -1,6 +1,6 @@
{ {
"name": "vant", "name": "vant",
"version": "1.6.24", "version": "1.6.25",
"description": "Mobile UI Components built on Vue", "description": "Mobile UI Components built on Vue",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",

View File

@ -80,7 +80,7 @@ declare global {
} }
} }
const version = '1.6.24'; const version = '1.6.25';
const components = [ const components = [
Actionsheet, Actionsheet,
AddressEdit, AddressEdit,