This commit is contained in:
Rongjian Zhang 2020-10-27 20:22:41 +08:00
parent 8389c430d0
commit ed4338b1a8
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.2",
"version": "1.0.3",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-inject-style",
"version": "1.0.0",
"version": "1.0.3",
"description": "ByteMD plugin to inject style to markdown body",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -18,7 +18,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.0.2"
"bytemd": "^1.0.3"
},
"peerDependencies": {
"react": "*"

View File

@ -1,6 +1,6 @@
{
"name": "@bytemd/vue",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
@ -18,7 +18,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.0.2"
"bytemd": "^1.0.3"
},
"peerDependencies": {
"vue": "^2.0.0"