Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit b8cc820

Browse files
committed
feat(demo): upgrade to 1.0.0
1 parent 76f4b75 commit b8cc820

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@vueuse/core": "^5.2.0",
11-
"gitart-vue-dialog": "0.2.0",
11+
"gitart-vue-dialog": "1.0.0",
1212
"vue": "3.2.4"
1313
},
1414
"devDependencies": {

demo/src/components/Interface/TheFooter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
text="xs gray-400"
77
>
88
<span>
9-
gitart-vue-dialog@0.2.0
9+
gitart-vue-dialog@1.0.0
1010
</span>
1111

1212
<span m="l-auto">

demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ get-intrinsic@^1.0.2:
479479
has "^1.0.3"
480480
has-symbols "^1.0.1"
481481

482-
gitart-vue-dialog@0.2.0:
483-
version "0.2.0"
484-
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-0.2.0.tgz#1775f2fedb715587e9c00ca5b8ba4a55d94c9c18"
485-
integrity sha512-F9D5VYESUa52xbDIz42GmWBbgruh86/GDmjBnrQb3zmLAH1osLbi/JfvCAvi4V39lBtRWbk1zc1XNRiC+5uB2Q==
482+
gitart-vue-dialog@1.0.0:
483+
version "1.0.0"
484+
resolved "https://registry.yarnpkg.com/gitart-vue-dialog/-/gitart-vue-dialog-1.0.0.tgz#3c85434a25b7d7498c7cf191567123318f73faa6"
485+
integrity sha512-3tEmiec0l0bzQA+RKzcinjGL2FmKB3NkV8PNn4tfNTGRrA51vq5XaeR/JStLdzfnlClFkNcICQKumEvHCQ/7gw==
486486

487487
glob-parent@^5.1.2:
488488
version "5.1.2"

0 commit comments

Comments
 (0)