Skip to content

Commit 8a28d9b

Browse files
committed
released v1.0.5
1 parent 7aefd14 commit 8a28d9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uivjs/vue-markdown-preview",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Markdown component for Vue. The minimal amount of CSS to replicate the GitHub Markdown style.",
55
"author": "kenny wang <wowohoo@qq.com>",
66
"main": "./cjs/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"packages": ["website", "core"]
44
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@uivjs/vue-github-corners": "~0.0.2",
13-
"@uivjs/vue-markdown-preview": "1.0.4",
13+
"@uivjs/vue-markdown-preview": "1.0.5",
1414
"vue": "^3.3.4"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)