Skip to content

Commit 5adf1d9

Browse files
authored
chore: 发布版本 0.9.2
2 parents 7f9ac7a + 3552e52 commit 5adf1d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/calendar/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}}
1+
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}}

examples/dist/calendar/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"usingComponents": {
44
"header":"./components/header/index",
55
"mounth":"./components/mounth/index",
6-
"l-toast": "/dist/toast/index",
7-
"l-popup": "/dist/popup/index",
8-
"l-button": "/dist/button/index"
6+
"l-toast": "../toast/index",
7+
"l-popup": "../popup/index",
8+
"l-button": "../button/index"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-ui",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A high quality UI components library with MiniProgram",
55
"main": "app.js",
66
"directories": {

src/calendar/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"usingComponents": {
44
"header":"./components/header/index",
55
"mounth":"./components/mounth/index",
6-
"l-toast": "/dist/toast/index",
7-
"l-popup": "/dist/popup/index",
8-
"l-button": "/dist/button/index"
6+
"l-toast": "../toast/index",
7+
"l-popup": "../popup/index",
8+
"l-button": "../button/index"
99
}
1010
}

0 commit comments

Comments
 (0)