v0.1.10
This commit is contained in:
parent
c1758f0c45
commit
98ed93380a
|
@ -2,7 +2,7 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bytemd",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "Full-featured markdown editor and viewer",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-breaks",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support breaks",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-external-links",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to open external links in new window",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-footnotes",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support footnotes",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-frontmatter",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to parse frontmatter",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight-ssr",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to highlight code blocks",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-import-html-transform-feishu",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to import Feishu document by pasting or dropping",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-import-html",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to import HTML by pasting or dropping",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-import-image",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to import image by pasting or dropping",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-inject-style",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support footnotes",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math-ssr",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support math equation (SSR compatible)",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support math equation",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-medium-zoom",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to zoom images like Medium",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-mermaid",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support Mermaid diagram and flowchart",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-scroll-sync",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to sync scroll position of edit and preview area",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-vega",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "ByteMD plugin to support vega charts",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/react",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "Full-featured markdown editor and viewer",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"bytemd": "^0.1.9"
|
||||
"bytemd": "^0.1.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/vue",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "Full-featured markdown editor and viewer",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"bytemd": "^0.1.9"
|
||||
"bytemd": "^0.1.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "*"
|
||||
|
|
Loading…
Reference in New Issue