v1.0.3
This commit is contained in:
parent
8389c430d0
commit
ed4338b1a8
|
@ -2,7 +2,7 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": "*"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue