From 9e10a2678920ed4f19f15d38bee145137a47ec10 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Thu, 22 Jul 2021 17:26:10 +0800 Subject: [PATCH] v1.10.10 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/bytemd/CHANGELOG.md | 8 ++++++++ packages/bytemd/package.json | 2 +- packages/plugin-breaks/CHANGELOG.md | 8 ++++++++ packages/plugin-breaks/package.json | 4 ++-- packages/plugin-footnotes/CHANGELOG.md | 8 ++++++++ packages/plugin-footnotes/package.json | 4 ++-- packages/plugin-frontmatter/CHANGELOG.md | 8 ++++++++ packages/plugin-frontmatter/package.json | 4 ++-- packages/plugin-gemoji/CHANGELOG.md | 8 ++++++++ packages/plugin-gemoji/package.json | 4 ++-- packages/plugin-gfm/CHANGELOG.md | 8 ++++++++ packages/plugin-gfm/package.json | 4 ++-- packages/plugin-highlight-ssr/CHANGELOG.md | 8 ++++++++ packages/plugin-highlight-ssr/package.json | 4 ++-- packages/plugin-highlight/CHANGELOG.md | 8 ++++++++ packages/plugin-highlight/package.json | 4 ++-- packages/plugin-math-ssr/CHANGELOG.md | 8 ++++++++ packages/plugin-math-ssr/package.json | 6 +++--- packages/plugin-math/CHANGELOG.md | 8 ++++++++ packages/plugin-math/package.json | 4 ++-- packages/plugin-medium-zoom/CHANGELOG.md | 8 ++++++++ packages/plugin-medium-zoom/package.json | 4 ++-- packages/plugin-mermaid/CHANGELOG.md | 8 ++++++++ packages/plugin-mermaid/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package.json | 4 ++-- 30 files changed, 149 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6946917..4041e5c09 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) diff --git a/lerna.json b/lerna.json index d8d042b8d..34dc5d2d9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.10.9", + "version": "1.10.10", "command": { "publish": { "conventionalCommits": true diff --git a/packages/bytemd/CHANGELOG.md b/packages/bytemd/CHANGELOG.md index 40348b17c..9a593c0a6 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index a0423e17d..d628a0f83 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -1,6 +1,6 @@ { "name": "bytemd", - "version": "1.10.9", + "version": "1.10.10", "description": "A hackable Markdown editor built with Svelte", "author": "Rongjian Zhang ", "license": "MIT", diff --git a/packages/plugin-breaks/CHANGELOG.md b/packages/plugin-breaks/CHANGELOG.md index e488efa19..4b44f0a90 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-breaks + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-breaks diff --git a/packages/plugin-breaks/package.json b/packages/plugin-breaks/package.json index 2695b70e8..36f46ed14 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-breaks", - "version": "1.10.9", + "version": "1.10.10", "description": "ByteMD plugin to support breaks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-breaks": "^2.0.2" }, "devDependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-footnotes/CHANGELOG.md b/packages/plugin-footnotes/CHANGELOG.md index 6ee770b5e..370edc6f5 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-footnotes + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-footnotes diff --git a/packages/plugin-footnotes/package.json b/packages/plugin-footnotes/package.json index 668daa331..b3edcfc2c 100644 --- a/packages/plugin-footnotes/package.json +++ b/packages/plugin-footnotes/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-footnotes", - "version": "1.10.9", + "version": "1.10.10", "description": "ByteMD plugin to support footnotes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-footnotes": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-frontmatter/CHANGELOG.md b/packages/plugin-frontmatter/CHANGELOG.md index 387c71527..4f0814028 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-frontmatter + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) diff --git a/packages/plugin-frontmatter/package.json b/packages/plugin-frontmatter/package.json index 9f650a156..3001edb50 100644 --- a/packages/plugin-frontmatter/package.json +++ b/packages/plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-frontmatter", - "version": "1.10.9", + "version": "1.10.10", "description": "ByteMD plugin to parse frontmatter", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-frontmatter": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.9", + "bytemd": "^1.10.10", "vfile": "^4.2.1" }, "peerDependencies": { diff --git a/packages/plugin-gemoji/CHANGELOG.md b/packages/plugin-gemoji/CHANGELOG.md index f5a8de14c..0f70dcfc2 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-gemoji + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-gemoji diff --git a/packages/plugin-gemoji/package.json b/packages/plugin-gemoji/package.json index a8f649310..f35160abe 100644 --- a/packages/plugin-gemoji/package.json +++ b/packages/plugin-gemoji/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gemoji", - "version": "1.10.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-gfm/CHANGELOG.md b/packages/plugin-gfm/CHANGELOG.md index e81dfc214..04f62d29b 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-gfm + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-gfm diff --git a/packages/plugin-gfm/package.json b/packages/plugin-gfm/package.json index c05206501..ae62c4031 100644 --- a/packages/plugin-gfm/package.json +++ b/packages/plugin-gfm/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gfm", - "version": "1.10.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight-ssr/CHANGELOG.md b/packages/plugin-highlight-ssr/CHANGELOG.md index d23e52dc3..1ae39c486 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-highlight-ssr + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **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 001bb5314..4e28752c6 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.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight/CHANGELOG.md b/packages/plugin-highlight/CHANGELOG.md index 2b5ea1cb9..1aec204b7 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-highlight + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index 0410911b2..9af8454f2 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight", - "version": "1.10.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-ssr/CHANGELOG.md b/packages/plugin-math-ssr/CHANGELOG.md index 9db2272b4..0adbded35 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-math-ssr + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **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 6dc5cb5d7..0a782ec8d 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.9", + "version": "1.10.10", "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.9", + "@bytemd/plugin-math": "^1.10.10", "rehype-katex": "^4.0.0", "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math/CHANGELOG.md b/packages/plugin-math/CHANGELOG.md index 2f098eadf..5c9316f73 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-math + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-math diff --git a/packages/plugin-math/package.json b/packages/plugin-math/package.json index 1c35c330d..2692acc03 100644 --- a/packages/plugin-math/package.json +++ b/packages/plugin-math/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math", - "version": "1.10.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-medium-zoom/CHANGELOG.md b/packages/plugin-medium-zoom/CHANGELOG.md index 124b3d95a..46a3fcf4c 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-medium-zoom + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **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 6efd3612b..ec2abd34e 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.9", + "version": "1.10.10", "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.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mermaid/CHANGELOG.md b/packages/plugin-mermaid/CHANGELOG.md index f6ecc9c08..5bfef3098 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/plugin-mermaid + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-mermaid diff --git a/packages/plugin-mermaid/package.json b/packages/plugin-mermaid/package.json index de8a3fc6b..9a0a8a516 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-mermaid", - "version": "1.10.9", + "version": "1.10.10", "description": "ByteMD plugin to support Mermaid diagram", "author": "Rongjian Zhang ", "license": "MIT", @@ -23,7 +23,7 @@ "mermaid": "^8.11.0" }, "devDependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index edcd047f3..a056de8b9 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/react + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/react diff --git a/packages/react/package.json b/packages/react/package.json index c383b4039..fa643fa7d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/react", - "version": "1.10.9", + "version": "1.10.10", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "react": "*" diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 181d43962..39d1dfe75 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.10](https://github.com/bytedance/bytemd/compare/v1.10.9...v1.10.10) (2021-07-22) + +**Note:** Version bump only for package @bytemd/vue + + + + + ## [1.10.9](https://github.com/bytedance/bytemd/compare/v1.10.8...v1.10.9) (2021-07-22) **Note:** Version bump only for package @bytemd/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index c822c0525..7809dbf78 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/vue", - "version": "1.10.9", + "version": "1.10.10", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.9" + "bytemd": "^1.10.10" }, "peerDependencies": { "vue": "^2.0.0"