diff --git a/CHANGELOG.md b/CHANGELOG.md index 656f01821..0e9fa6a7e 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.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package bytemd diff --git a/lerna.json b/lerna.json index 8b5ef6ef2..9e6809e45 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.10.11", + "version": "1.10.12", "command": { "publish": { "conventionalCommits": true diff --git a/packages/bytemd/CHANGELOG.md b/packages/bytemd/CHANGELOG.md index bfc77d4d6..ab73c4bc1 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.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22) + +**Note:** Version bump only for package bytemd + + + + + ## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package bytemd diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index a72cd1ba0..357533bc0 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -1,6 +1,6 @@ { "name": "bytemd", - "version": "1.10.11", + "version": "1.10.12", "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 c49a1b13f..4d79e5996 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 056b78d46..6ea34557b 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-breaks", - "version": "1.10.11", + "version": "1.10.12", "description": "ByteMD plugin to support breaks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-breaks": "^2.0.2" }, "devDependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-footnotes/CHANGELOG.md b/packages/plugin-footnotes/CHANGELOG.md index 272555f95..f989c5a51 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 9d0ba4321..b67ca7be5 100644 --- a/packages/plugin-footnotes/package.json +++ b/packages/plugin-footnotes/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-footnotes", - "version": "1.10.11", + "version": "1.10.12", "description": "ByteMD plugin to support footnotes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-footnotes": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-frontmatter/CHANGELOG.md b/packages/plugin-frontmatter/CHANGELOG.md index 1b24936d1..15e6d6e11 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-frontmatter diff --git a/packages/plugin-frontmatter/package.json b/packages/plugin-frontmatter/package.json index 0dd8f7bc6..af53b2f85 100644 --- a/packages/plugin-frontmatter/package.json +++ b/packages/plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-frontmatter", - "version": "1.10.11", + "version": "1.10.12", "description": "ByteMD plugin to parse frontmatter", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-frontmatter": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.10.11", + "bytemd": "^1.10.12", "vfile": "^4.2.1" }, "peerDependencies": { diff --git a/packages/plugin-gemoji/CHANGELOG.md b/packages/plugin-gemoji/CHANGELOG.md index 277d960e3..7bc0b9553 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 2befaa742..8c53d8cfb 100644 --- a/packages/plugin-gemoji/package.json +++ b/packages/plugin-gemoji/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gemoji", - "version": "1.10.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-gfm/CHANGELOG.md b/packages/plugin-gfm/CHANGELOG.md index c77b76d01..b832533f1 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 2c8c5a5c1..3eec55188 100644 --- a/packages/plugin-gfm/package.json +++ b/packages/plugin-gfm/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gfm", - "version": "1.10.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight-ssr/CHANGELOG.md b/packages/plugin-highlight-ssr/CHANGELOG.md index d6281e7b7..4bf32a3f9 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 a6ff03734..261cb9987 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.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight/CHANGELOG.md b/packages/plugin-highlight/CHANGELOG.md index e5afa7ec3..c488b9fab 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package @bytemd/plugin-highlight diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index f55f4322c..56d8fb099 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight", - "version": "1.10.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-ssr/CHANGELOG.md b/packages/plugin-math-ssr/CHANGELOG.md index aa2b61103..1b2573a1d 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 f27d15dec..ff214abb0 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.11", + "version": "1.10.12", "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.11", + "@bytemd/plugin-math": "^1.10.12", "rehype-katex": "^4.0.0", "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math/CHANGELOG.md b/packages/plugin-math/CHANGELOG.md index fb83334f7..8cd07648e 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 4de29acb3..721b74bb4 100644 --- a/packages/plugin-math/package.json +++ b/packages/plugin-math/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math", - "version": "1.10.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-medium-zoom/CHANGELOG.md b/packages/plugin-medium-zoom/CHANGELOG.md index b29bb2863..f92e4791e 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 5972f4e7f..82ae10cd8 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.11", + "version": "1.10.12", "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.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mermaid/CHANGELOG.md b/packages/plugin-mermaid/CHANGELOG.md index 60a9c1e49..6ebdc0ed9 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (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 759163e41..d15dc075f 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-mermaid", - "version": "1.10.11", + "version": "1.10.12", "description": "ByteMD plugin to support Mermaid diagram", "author": "Rongjian Zhang ", "license": "MIT", @@ -23,7 +23,7 @@ "mermaid": "^8.11.0" }, "devDependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 738f9ba93..7efd36d63 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package @bytemd/react diff --git a/packages/react/package.json b/packages/react/package.json index 06a6203d9..922e33606 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/react", - "version": "1.10.11", + "version": "1.10.12", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "react": "*" diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 593ea6c8b..33ebc7a8e 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.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.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22) **Note:** Version bump only for package @bytemd/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 60c79dc43..e968cd8b8 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/vue", - "version": "1.10.11", + "version": "1.10.12", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.10.11" + "bytemd": "^1.10.12" }, "peerDependencies": { "vue": "^2.0.0"