Skip to content

Commit

Permalink
publish version by ci
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 924eb03 commit e136997
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lxy_turning_step_bar_library/dist-theme/demo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title></title><script src="https://unpkg.com/vue/dist/vue.js"></script><link href="/index.js" rel="preload" as="script"><script src="/index.js?63a167fb3da54fdf056b"></script></head><body><div id="app"><u-button @click="show">Click me!</u-button></div><script>Vue.use(CloudUI);
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"><title></title><script src="https://unpkg.com/vue/dist/vue.js"></script><link href="/index.js" rel="preload" as="script"><script src="/index.js?300f20e85757b1a66e0b"></script></head><body><div id="app"><u-button @click="show">Click me!</u-button></div><script>Vue.use(CloudUI);
new Vue({
el: '#app',
methods: {
Expand Down
2 changes: 1 addition & 1 deletion lxy_turning_step_bar_library/dist-theme/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lxy_turning_step_bar_library/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Plugin-Version: 1.0.0
Library-Type: Frontend
Metadata-File: usage.json
packages/extension/[email protected].8/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].8/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].8/dist-theme/index.js.map: dist-theme/index.js.map
packages/extension/[email protected].9/dist-theme/demo.html: dist-theme/demo.html
packages/extension/[email protected].9/dist-theme/index.js: dist-theme/index.js
packages/extension/[email protected].9/dist-theme/index.js.map: dist-theme/index.js.map
9 changes: 6 additions & 3 deletions lxy_turning_step_bar_library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"template": {
"inited": true
},
"dependencies": {
}
}
"dependencies": {},
"resolutions": {
"globby": "9.2.0"
},
"lastRelease": "4f3bf7b65046556e94b14ec4dd5df914"
}
8 changes: 4 additions & 4 deletions lxy_turning_step_bar_library/usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"specVersion": "1.0.0",
"type": "module",
"subType": "extension",
"version": "0.1.8",
"version": "0.1.9",
"frontends": [
{
"concept": "FrontendLibrary",
Expand All @@ -21,7 +21,7 @@
{
"title": "基本用法",
"description": "",
"code": "<template>\n<lxy-turning-step-bar>\n <template #default=\"current\">\n <u-linear-layout style=\"height:40px;width:100px\" :mode=\"`flex`\" direction=\"vertical\" justify=\"center\" alignment=\"center\" gap=\"small\"></u-linear-layout>\n </template>\n</lxy-turning-step-bar>\n</template>"
"code": "<template>\n<lxy-turning-step-bar>\n <template #default=\"current\">\n <u-linear-layout style=\"height:40px;width:100px\" mode=\"flex\" direction=\"vertical\" justify=\"center\" alignment=\"center\" gap=\"small\"></u-linear-layout>\n </template>\n</lxy-turning-step-bar>\n</template>"
}
],
"attrs": [
Expand Down Expand Up @@ -111,7 +111,7 @@
{
"title": "基本用法",
"description": "",
"code": "<template>\n<lxy-turning-step-bar>\n <template #default=\"current\">\n <u-linear-layout style=\"height:40px;width:100px\" :mode=\"`flex`\" direction=\"vertical\" justify=\"center\" alignment=\"center\" gap=\"small\"></u-linear-layout>\n </template>\n</lxy-turning-step-bar>\n</template>"
"code": "<template>\n<lxy-turning-step-bar>\n <template #default=\"current\">\n <u-linear-layout style=\"height:40px;width:100px\" mode=\"flex\" direction=\"vertical\" justify=\"center\" alignment=\"center\" gap=\"small\"></u-linear-layout>\n </template>\n</lxy-turning-step-bar>\n</template>"
}
],
"attrs": [
Expand Down Expand Up @@ -191,7 +191,7 @@
"summary": {
"name": "lxy_turning_step_bar_library",
"title": "转弯步骤条",
"version": "0.1.8",
"version": "0.1.9",
"description": "",
"frontends": [
{
Expand Down
17 changes: 2 additions & 15 deletions lxy_turning_step_bar_library/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@
"resolved" "https://registry.npmmirror.com/binaryextensions/-/binaryextensions-2.3.0.tgz"
"version" "2.3.0"

"bindings@^1.3.0", "bindings@^1.5.0":
"bindings@^1.3.0":
"integrity" "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ=="
"resolved" "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz"
"version" "1.5.0"
Expand Down Expand Up @@ -5211,19 +5211,6 @@
"resolved" "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz"
"version" "1.0.0"

"fsevents@^1.2.7":
"integrity" "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
"resolved" "https://registry.npmmirror.com/fsevents/-/fsevents-1.2.13.tgz"
"version" "1.2.13"
dependencies:
"bindings" "^1.5.0"
"nan" "^2.12.1"

"fsevents@~2.3.2":
"integrity" "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="
"resolved" "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz"
"version" "2.3.3"

"function-bind@^1.1.1", "function-bind@^1.1.2":
"integrity" "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
"resolved" "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz"
Expand Down Expand Up @@ -7713,7 +7700,7 @@
"object-assign" "^4.0.1"
"thenify-all" "^1.0.0"

"nan@^2.10.0", "nan@^2.12.1":
"nan@^2.10.0":
"integrity" "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw=="
"resolved" "https://registry.npmmirror.com/nan/-/nan-2.19.0.tgz"
"version" "2.19.0"
Expand Down

0 comments on commit e136997

Please sign in to comment.