[release] 2.1.0-beta.0

This commit is contained in:
陈嘉涵 2019-07-22 14:23:24 +08:00
parent 503fe5f469
commit 7edffe8c50
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ then
git commit -am "[release] $VERSION"
# publish
git push origin 1.x
git push origin dev
git push origin refs/tags/v$VERSION
if [[ $VERSION =~ [beta] ]]

View File

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

View File

@ -90,7 +90,7 @@ declare global {
}
}
const version = '2.0.9';
const version = '2.1.0-beta.0';
const components = [
ActionSheet,
AddressEdit,