Skip to content

Commit 6206b83

Browse files
committed
chore: update veui
1 parent c6563c3 commit 6206b83

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

components/OneChangelogButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
v-if="tag"
4-
class="trigger"
4+
class="one-changelog-button trigger"
55
>
66
<veui-button
77
ui="s"

package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@vue/runtime-dom": "^3.2.31",
3030
"babel-eslint": "^10.1.0",
3131
"babel-plugin-lodash": "^3.3.4",
32-
"babel-plugin-veui": "^2.14.0",
32+
"babel-plugin-veui": "^2.14.1",
3333
"cheerio": "^1.0.0-rc.10",
3434
"dls-graphics": "^1.0.0-alpha.3",
3535
"dls-icons-vue": "^2.6.0",
@@ -92,10 +92,10 @@
9292
"typescript": "^4.6.2",
9393
"unist-util-remove": "^1.0.1",
9494
"unist-util-visit": "^1.4.0",
95-
"veui": "^2.14.0",
96-
"veui-loader": "^2.14.0",
97-
"veui-theme-dls": "^2.14.0",
98-
"veui-theme-dls-icons": "^2.14.0",
95+
"veui": "^2.14.1",
96+
"veui-loader": "^2.14.1",
97+
"veui-theme-dls": "^2.14.1",
98+
"veui-theme-dls-icons": "^2.14.1",
9999
"vue-awesome": "^4.5.0",
100100
"vue-frag": "^1.4.0",
101101
"vue-i18n": "^8.16.0",

0 commit comments

Comments
 (0)