Skip to content

Commit 0dd455b

Browse files
committed
feat: 0.0.17发布 新增Alert Message组件
1 parent 54d7d4e commit 0dd455b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yjw-ui",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"files": [
55
"dist/lib/*"
66
],
@@ -18,7 +18,7 @@
1818
"vite-plugin-markdown": "^2.0.2",
1919
"vue": "^3.2.25",
2020
"vue-router": "4",
21-
"yjw-ui": "0.0.16"
21+
"yjw-ui": "0.0.17"
2222
},
2323
"devDependencies": {
2424
"@rollup/plugin-alias": "^3.1.9",

src/components/Topnav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<router-link exact to="/home">首页</router-link>
1919
<router-link to="/doc">文档</router-link>
2020
<a href="https://github.com/coderyjw/jw-ui" target="_blank">GitHub</a>
21-
<span>0.0.16</span>
21+
<span>0.0.17</span>
2222
</div>
2323
</div>
2424
</template>

yarn-error.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Trace:
2424
npm manifest:
2525
{
2626
"name": "yjw-ui",
27-
"version": "0.0.16",
27+
"version": "0.0.17",
2828
"files": [
2929
"dist/lib/*"
3030
],
@@ -1075,9 +1075,9 @@ Lockfile:
10751075
vue-router "4"
10761076
yjw-ui "0.0.12"
10771077

1078-
yjw-ui@^0.0.16:
1079-
version "0.0.16"
1080-
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.16.tgz#2ae4e29683f728f6e2c3f267aa48b9e1fe1d4d23"
1078+
yjw-ui@^0.0.17:
1079+
version "0.0.17"
1080+
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.17.tgz#2ae4e29683f728f6e2c3f267aa48b9e1fe1d4d23"
10811081
integrity sha512-6xJX7FjLn73ShsJ9hJKtzrs1YQ6JC2Oq5OKveIiML67Rm346QqDJGN2Jh0QPFu9meVUpSOqLZjP3zeSHpFnkqg==
10821082
dependencies:
10831083
github-markdown-css "^5.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -961,14 +961,14 @@ vue@^3.2.25:
961961
"@vue/server-renderer" "3.2.26"
962962
"@vue/shared" "3.2.26"
963963

964-
yjw-ui@0.0.16, yjw-ui@^0.0.16:
965-
version "0.0.16"
966-
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.16.tgz#919f73f427c3f1cac967b9c85ea03a20babd53d5"
964+
yjw-ui@0.0.17, yjw-ui@^0.0.17:
965+
version "0.0.17"
966+
resolved "https://registry.yarnpkg.com/yjw-ui/-/yjw-ui-0.0.17.tgz#919f73f427c3f1cac967b9c85ea03a20babd53d5"
967967
integrity sha512-pubPe3wOzcQP2owa9dKUs0JGEHHHby3DgmEWwQ8giDIprCWTXadLH9ZPY3DP3G+3U8i8/lZN1pks/vUSR8m5og==
968968
dependencies:
969969
github-markdown-css "^5.1.0"
970970
prismjs "^1.26.0"
971971
vite-plugin-markdown "^2.0.2"
972972
vue "^3.2.25"
973973
vue-router "4"
974-
yjw-ui "^0.0.16"
974+
yjw-ui "^0.0.17"

0 commit comments

Comments
 (0)