v1.10.13
This commit is contained in:
parent
1a42db1aeb
commit
21fffa2e5b
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package bytemd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package bytemd
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"command": {
|
||||
"publish": {
|
||||
"conventionalCommits": true
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package bytemd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package bytemd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bytemd",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "A hackable Markdown editor built with Svelte",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -45,5 +45,6 @@
|
|||
"unist-util-visit": "^2.0.3",
|
||||
"vfile": "^4.2.1",
|
||||
"word-count": "^0.2.2"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-breaks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-breaks
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-breaks",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support breaks",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"remark-breaks": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-footnotes
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-footnotes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-footnotes",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support footnotes",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"remark-footnotes": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-frontmatter
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-frontmatter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-frontmatter",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to parse frontmatter",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -24,10 +24,11 @@
|
|||
"remark-frontmatter": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12",
|
||||
"bytemd": "^1.10.13",
|
||||
"vfile": "^4.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-gemoji
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-gemoji
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-gemoji",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support Gemoji shortcodes",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"remark-gemoji": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-gfm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-gfm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-gfm",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"remark-gfm": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-highlight-ssr
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-highlight-ssr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight-ssr",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"rehype-highlight": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-highlight
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-highlight
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to highlight code blocks",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"highlight.js": "^10.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-math-ssr
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-math-ssr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math-ssr",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support math formula (SSR compatible)",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -19,14 +19,15 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@bytemd/plugin-math": "^1.10.12",
|
||||
"@bytemd/plugin-math": "^1.10.13",
|
||||
"rehype-katex": "^4.0.0",
|
||||
"remark-math": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-math
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-math
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support math formula",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -24,9 +24,10 @@
|
|||
"remark-math": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-medium-zoom
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-medium-zoom
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-medium-zoom",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to zoom images like Medium",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -22,9 +22,10 @@
|
|||
"medium-zoom": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-mermaid
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/plugin-mermaid
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-mermaid",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "ByteMD plugin to support Mermaid diagram",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -23,9 +23,10 @@
|
|||
"mermaid": "^8.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bytemd": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/react
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/react",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "Full-featured markdown editor and viewer",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*"
|
||||
|
@ -27,5 +27,6 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "^17.0.14",
|
||||
"react": "^17.0.2"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.10.13](https://github.com/bytedance/bytemd/compare/v1.10.12...v1.10.13) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/vue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
|
||||
|
||||
**Note:** Version bump only for package @bytemd/vue
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/vue",
|
||||
"version": "1.10.12",
|
||||
"version": "1.10.13",
|
||||
"description": "Full-featured markdown editor and viewer",
|
||||
"author": "Rongjian Zhang <pd4d10@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
@ -19,12 +19,13 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"bytemd": "^1.10.12"
|
||||
"bytemd": "^1.10.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^2.6.14"
|
||||
}
|
||||
},
|
||||
"gitHead": "1a42db1aeb2af3068eac8ec45bf7d2730b400d2f"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue