This commit is contained in:
Rongjian Zhang 2020-10-12 20:52:01 +08:00
parent c1758f0c45
commit 98ed93380a
20 changed files with 22 additions and 22 deletions

View File

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

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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": "*"

View File

@ -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": "*"