diff --git a/CHANGELOG.md b/CHANGELOG.md index 70549c4f5..ed1b9918c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) diff --git a/lerna.json b/lerna.json index 2d3ce1c59..81ff5abd0 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.10.7", + "version": "1.10.8", "command": { "publish": { "conventionalCommits": true diff --git a/packages/bytemd/CHANGELOG.md b/packages/bytemd/CHANGELOG.md index 95712b4de..347a801bf 100644 --- a/packages/bytemd/CHANGELOG.md +++ b/packages/bytemd/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index 52a94aed3..d21d6fd85 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -1,6 +1,6 @@ { "name": "bytemd", - "version": "1.10.7", + "version": "1.10.8", "description": "A hackable Markdown editor built with Svelte", "author": "Rongjian Zhang ", "license": "MIT", diff --git a/packages/mp/CHANGELOG.md b/packages/mp/CHANGELOG.md index 1d7accb36..d727e5957 100644 --- a/packages/mp/CHANGELOG.md +++ b/packages/mp/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/mp + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/mp diff --git a/packages/mp/package.json b/packages/mp/package.json index a5a942da8..63e107a95 100644 --- a/packages/mp/package.json +++ b/packages/mp/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/mp", - "version": "1.10.7", + "version": "1.10.8", "private": true, "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", @@ -20,7 +20,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "devDependencies": { "miniprogram-api-typings": "^3.3.2" diff --git a/packages/plugin-breaks/CHANGELOG.md b/packages/plugin-breaks/CHANGELOG.md index 8b5aa5f84..60797aea9 100644 --- a/packages/plugin-breaks/CHANGELOG.md +++ b/packages/plugin-breaks/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-breaks + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-breaks diff --git a/packages/plugin-breaks/package.json b/packages/plugin-breaks/package.json index 9117ab0f3..be8532d64 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-breaks", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support breaks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-breaks": "^2.0.2" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-footnotes/CHANGELOG.md b/packages/plugin-footnotes/CHANGELOG.md index 3e68714d5..d004a914c 100644 --- a/packages/plugin-footnotes/CHANGELOG.md +++ b/packages/plugin-footnotes/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-footnotes + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-footnotes diff --git a/packages/plugin-footnotes/package.json b/packages/plugin-footnotes/package.json index 1a660692b..91a1c31ff 100644 --- a/packages/plugin-footnotes/package.json +++ b/packages/plugin-footnotes/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-footnotes", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support footnotes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-footnotes": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-frontmatter/CHANGELOG.md b/packages/plugin-frontmatter/CHANGELOG.md index a8d7b4386..73ec534e0 100644 --- a/packages/plugin-frontmatter/CHANGELOG.md +++ b/packages/plugin-frontmatter/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-frontmatter + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-frontmatter diff --git a/packages/plugin-frontmatter/package.json b/packages/plugin-frontmatter/package.json index dc57f7b77..fdf7a49a8 100644 --- a/packages/plugin-frontmatter/package.json +++ b/packages/plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-frontmatter", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to parse frontmatter", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-frontmatter": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.7", + "bytemd": "^1.10.8", "vfile": "^4.2.1" }, "peerDependencies": { diff --git a/packages/plugin-gemoji/CHANGELOG.md b/packages/plugin-gemoji/CHANGELOG.md index c6287832e..1f1d18d84 100644 --- a/packages/plugin-gemoji/CHANGELOG.md +++ b/packages/plugin-gemoji/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-gemoji + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-gemoji diff --git a/packages/plugin-gemoji/package.json b/packages/plugin-gemoji/package.json index 55b92e4db..775698dca 100644 --- a/packages/plugin-gemoji/package.json +++ b/packages/plugin-gemoji/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gemoji", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support Gemoji shortcodes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-gemoji": "^6.0.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-gfm/CHANGELOG.md b/packages/plugin-gfm/CHANGELOG.md index 01a49220e..21f549939 100644 --- a/packages/plugin-gfm/CHANGELOG.md +++ b/packages/plugin-gfm/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-gfm + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-gfm diff --git a/packages/plugin-gfm/package.json b/packages/plugin-gfm/package.json index e12cc2db9..9dfe484e1 100644 --- a/packages/plugin-gfm/package.json +++ b/packages/plugin-gfm/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gfm", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-gfm": "^1.0.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight-ssr/CHANGELOG.md b/packages/plugin-highlight-ssr/CHANGELOG.md index ec40790a5..6358b6fed 100644 --- a/packages/plugin-highlight-ssr/CHANGELOG.md +++ b/packages/plugin-highlight-ssr/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-highlight-ssr + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-highlight-ssr diff --git a/packages/plugin-highlight-ssr/package.json b/packages/plugin-highlight-ssr/package.json index 18875ee6c..1bed4b89d 100644 --- a/packages/plugin-highlight-ssr/package.json +++ b/packages/plugin-highlight-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight-ssr", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to highlight code blocks (SSR compatible)", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "rehype-highlight": "^4.1.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight/CHANGELOG.md b/packages/plugin-highlight/CHANGELOG.md index 266d07258..7e6cf8459 100644 --- a/packages/plugin-highlight/CHANGELOG.md +++ b/packages/plugin-highlight/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-highlight + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-highlight diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index 5f9cbc3a1..f4fdf8513 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to highlight code blocks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "highlight.js": "^10.7.3" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-ssr/CHANGELOG.md b/packages/plugin-math-ssr/CHANGELOG.md index 7c641e439..8a4522424 100644 --- a/packages/plugin-math-ssr/CHANGELOG.md +++ b/packages/plugin-math-ssr/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-math-ssr + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-math-ssr diff --git a/packages/plugin-math-ssr/package.json b/packages/plugin-math-ssr/package.json index 8df57c11e..154d0aa37 100644 --- a/packages/plugin-math-ssr/package.json +++ b/packages/plugin-math-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math-ssr", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support math formula (SSR compatible)", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,12 +19,12 @@ "lib" ], "dependencies": { - "@bytemd/plugin-math": "^1.10.7", + "@bytemd/plugin-math": "^1.10.8", "rehype-katex": "^4.0.0", "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math/CHANGELOG.md b/packages/plugin-math/CHANGELOG.md index 3f9442236..4d630e38e 100644 --- a/packages/plugin-math/CHANGELOG.md +++ b/packages/plugin-math/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-math + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-math diff --git a/packages/plugin-math/package.json b/packages/plugin-math/package.json index 0bef843c0..d4eb11a2e 100644 --- a/packages/plugin-math/package.json +++ b/packages/plugin-math/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support math formula", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mdx/CHANGELOG.md b/packages/plugin-mdx/CHANGELOG.md index 0e552db68..57b6f662f 100644 --- a/packages/plugin-mdx/CHANGELOG.md +++ b/packages/plugin-mdx/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-mdx + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-mdx diff --git a/packages/plugin-mdx/package.json b/packages/plugin-mdx/package.json index 9bc850537..8ee4c3106 100644 --- a/packages/plugin-mdx/package.json +++ b/packages/plugin-mdx/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@bytemd/plugin-mdx", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support MDX", "author": "Rongjian Zhang ", "license": "MIT", @@ -23,7 +23,7 @@ "remark-mdx": "^2.0.0-next.9" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-medium-zoom/CHANGELOG.md b/packages/plugin-medium-zoom/CHANGELOG.md index 0cc433ffc..6704b6985 100644 --- a/packages/plugin-medium-zoom/CHANGELOG.md +++ b/packages/plugin-medium-zoom/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-medium-zoom + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-medium-zoom diff --git a/packages/plugin-medium-zoom/package.json b/packages/plugin-medium-zoom/package.json index cd618e2e8..a53a68002 100644 --- a/packages/plugin-medium-zoom/package.json +++ b/packages/plugin-medium-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-medium-zoom", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to zoom images like Medium", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "medium-zoom": "^1.0.6" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mermaid/CHANGELOG.md b/packages/plugin-mermaid/CHANGELOG.md index 818c8eaae..9188d2248 100644 --- a/packages/plugin-mermaid/CHANGELOG.md +++ b/packages/plugin-mermaid/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/plugin-mermaid + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/plugin-mermaid diff --git a/packages/plugin-mermaid/package.json b/packages/plugin-mermaid/package.json index a56f936ee..9b8a78bdc 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-mermaid", - "version": "1.10.7", + "version": "1.10.8", "description": "ByteMD plugin to support Mermaid diagram", "author": "Rongjian Zhang ", "license": "MIT", @@ -23,7 +23,7 @@ "mermaid": "^8.11.0" }, "devDependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 87943a22d..de261758a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/react + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/react diff --git a/packages/react/package.json b/packages/react/package.json index 0988422cc..55b920a2f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/react", - "version": "1.10.7", + "version": "1.10.8", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "react": "*" diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 52686daab..f1d6b1789 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -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.8](https://github.com/bytedance/bytemd/compare/v1.10.7...v1.10.8) (2021-07-11) + +**Note:** Version bump only for package @bytemd/vue + + + + + ## [1.10.7](https://github.com/bytedance/bytemd/compare/v1.10.6...v1.10.7) (2021-07-11) **Note:** Version bump only for package @bytemd/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index fd6195e6f..e7a91a90d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/vue", - "version": "1.10.7", + "version": "1.10.8", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.7" + "bytemd": "^1.10.8" }, "peerDependencies": { "vue": "^2.0.0"