From f78da8eabc7e8b4c098cfb58f6e8ebcbc01ccb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 15 Jun 2018 14:54:33 +0800 Subject: [PATCH] [release] 1.1.8 --- build/release.sh | 2 +- package-lock.json | 2 +- package.json | 2 +- packages/vant-css/package-lock.json | 2 +- packages/vant-css/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/release.sh b/build/release.sh index 2d54da43e..959a76337 100644 --- a/build/release.sh +++ b/build/release.sh @@ -11,7 +11,7 @@ echo # (optional) move to a new line if [[ $REPLY =~ ^[Yy]$ ]] then # build - VERSION=$VERSION npm run dist + VERSION=$VERSION npm run build:lib # publish vant-css echo "Releasing vant-css $VERSION ..." diff --git a/package-lock.json b/package-lock.json index 7bb538a48..02a877bdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e870a682..1f02dbb60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.1.7", + "version": "1.1.8", "description": "Lightweight Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/vant-css/package-lock.json b/packages/vant-css/package-lock.json index 38351fa29..6d0cfaf9c 100644 --- a/packages/vant-css/package-lock.json +++ b/packages/vant-css/package-lock.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index ec4ce34c9..36c99295f 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "1.1.7", + "version": "1.1.8", "description": "vant css", "main": "lib/index.css", "style": "lib/index.css",