build: release 2.3.0-beta.1

This commit is contained in:
陈嘉涵 2019-11-30 12:51:21 +08:00
parent 7f2e9b21c3
commit 767b13f6ea
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -89,7 +89,7 @@ declare global {
}
}
const version = '2.2.15';
const version = '2.3.0-beta.1';
const components = [
ActionSheet,
AddressEdit,