[release] 1.1.8

This commit is contained in:
陈嘉涵 2018-06-15 14:54:33 +08:00
parent 8275a52e8d
commit f78da8eabc
5 changed files with 5 additions and 5 deletions

View File

@ -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 ..."

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "1.1.7",
"version": "1.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "1.1.7",
"version": "1.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",