Skip to content

Commit

Permalink
released v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 20, 2023
1 parent 7aefd14 commit 8a28d9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uivjs/vue-markdown-preview",
"version": "1.0.4",
"version": "1.0.5",
"description": "Markdown component for Vue. The minimal amount of CSS to replicate the GitHub Markdown style.",
"author": "kenny wang <wowohoo@qq.com>",
"main": "./cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.4",
"version": "1.0.5",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@uivjs/vue-github-corners": "~0.0.2",
"@uivjs/vue-markdown-preview": "1.0.4",
"@uivjs/vue-markdown-preview": "1.0.5",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 8a28d9b

Please sign in to comment.