Skip to content

Commit

Permalink
chore: 发布版本 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juzi214032 authored Dec 22, 2020
2 parents 7f9ac7a + 3552e52 commit 5adf1d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/calendar/index.json
Original file line number Diff line number Diff line change
@@ -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"}}
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}}
6 changes: 3 additions & 3 deletions examples/dist/calendar/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/calendar/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5adf1d9

Please sign in to comment.