From 7edffe8c50419f152898a8fdeafa50848eb37fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 22 Jul 2019 14:23:24 +0800 Subject: [PATCH] [release] 2.1.0-beta.0 --- build/release.sh | 2 +- package.json | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/release.sh b/build/release.sh index d32517e61..fa15bb00e 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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] ]] diff --git a/package.json b/package.json index 8cf37737f..f82cb18d4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index f35593d8a..514ada9f0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -90,7 +90,7 @@ declare global { } } -const version = '2.0.9'; +const version = '2.1.0-beta.0'; const components = [ ActionSheet, AddressEdit,