1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

build: release 2.2.8

This commit is contained in:
陈嘉涵 2019-10-17 13:19:22 +08:00
parent 7f04ea3a40
commit c3c91bc25c
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{ {
"name": "vant", "name": "vant",
"version": "2.2.7", "version": "2.2.8",
"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",

@ -89,7 +89,7 @@ declare global {
} }
} }
const version = '2.2.7'; const version = '2.2.8';
const components = [ const components = [
ActionSheet, ActionSheet,
AddressEdit, AddressEdit,