From be1e8a8d1239e2770a4aaa616ec98f7c9d767110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E8=8D=A3?= <372638156@qq.com> Date: Tue, 22 Dec 2020 10:18:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix(Calendar):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=85=B6=E4=BB=96=E7=BB=84=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1193 --- src/calendar/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calendar/index.json b/src/calendar/index.json index 2dc44d1d..e97f93a5 100644 --- a/src/calendar/index.json +++ b/src/calendar/index.json @@ -3,8 +3,8 @@ "usingComponents": { "header":"./components/header/index", "mounth":"./components/mounth/index", - "l-toast": "/dist/toast/index", - "l-popup": "/dist/popup/index", - "l-button": "/dist/button/index" + "l-toast": "../toast/index", + "l-popup": "../popup/index", + "l-button": "../button/index" } } From 06a2a96e615c1604b99c3a716f14fa084a7929d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E8=8D=A3?= <372638156@qq.com> Date: Tue, 22 Dec 2020 10:28:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83=E7=89=88?= =?UTF-8?q?=E6=9C=AC=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e2f05c8..233d3078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lin-ui", - "version": "0.9.1", + "version": "0.9.2", "description": "A high quality UI components library with MiniProgram", "main": "app.js", "directories": { From 3552e52373255da786256ec67076d871bb743bbe Mon Sep 17 00:00:00 2001 From: Juzi Date: Tue, 22 Dec 2020 10:33:02 +0800 Subject: [PATCH 3/3] build: Travis CI automatic compilation --- dist/calendar/index.json | 2 +- examples/dist/calendar/index.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/calendar/index.json b/dist/calendar/index.json index 46d8ab41..97238f00 100644 --- a/dist/calendar/index.json +++ b/dist/calendar/index.json @@ -1 +1 @@ -{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"/dist/toast/index","l-popup":"/dist/popup/index","l-button":"/dist/button/index"}} \ No newline at end of file +{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}} \ No newline at end of file diff --git a/examples/dist/calendar/index.json b/examples/dist/calendar/index.json index 2dc44d1d..e97f93a5 100644 --- a/examples/dist/calendar/index.json +++ b/examples/dist/calendar/index.json @@ -3,8 +3,8 @@ "usingComponents": { "header":"./components/header/index", "mounth":"./components/mounth/index", - "l-toast": "/dist/toast/index", - "l-popup": "/dist/popup/index", - "l-button": "/dist/button/index" + "l-toast": "../toast/index", + "l-popup": "../popup/index", + "l-button": "../button/index" } }