diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab0351f3..cb664e1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + + +### Bug Fixes + +* disable scroll sync when override preview ([574cbdf](https://github.com/bytedance/bytemd/commit/574cbdf2bb1efcde6aaddb5cd46bb164e72d383b)) +* image paste and drop ([543b87b](https://github.com/bytedance/bytemd/commit/543b87be751f20c4cc7e4e2e0ffc8061065666de)), closes [#45](https://github.com/bytedance/bytemd/issues/45) +* message location null ([d4613bc](https://github.com/bytedance/bytemd/commit/d4613bc5bea1b304b609a462e03bb14d230b9bc9)) +* nested heading in toc ([8776ebc](https://github.com/bytedance/bytemd/commit/8776ebc26a07373dcad3eb99c84da1663bf35657)), closes [#48](https://github.com/bytedance/bytemd/issues/48) +* ResizeObserver browser compatibility ([2eb6f0a](https://github.com/bytedance/bytemd/commit/2eb6f0a6621441f8653322b4a99a56d31a8564e1)), closes [#70](https://github.com/bytedance/bytemd/issues/70) +* **vue:** root element ([7908c30](https://github.com/bytedance/bytemd/commit/7908c30ef1cfd68d689b227cb7376d36b1981760)) + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) diff --git a/lerna.json b/lerna.json index 13493e72a..c94af55a1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.9.0", + "version": "1.9.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/bytemd/CHANGELOG.md b/packages/bytemd/CHANGELOG.md index a5bee7d86..01b4a4804 100644 --- a/packages/bytemd/CHANGELOG.md +++ b/packages/bytemd/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + + +### Bug Fixes + +* disable scroll sync when override preview ([574cbdf](https://github.com/bytedance/bytemd/commit/574cbdf2bb1efcde6aaddb5cd46bb164e72d383b)) +* image paste and drop ([543b87b](https://github.com/bytedance/bytemd/commit/543b87be751f20c4cc7e4e2e0ffc8061065666de)), closes [#45](https://github.com/bytedance/bytemd/issues/45) +* message location null ([d4613bc](https://github.com/bytedance/bytemd/commit/d4613bc5bea1b304b609a462e03bb14d230b9bc9)) +* nested heading in toc ([8776ebc](https://github.com/bytedance/bytemd/commit/8776ebc26a07373dcad3eb99c84da1663bf35657)), closes [#48](https://github.com/bytedance/bytemd/issues/48) +* ResizeObserver browser compatibility ([2eb6f0a](https://github.com/bytedance/bytemd/commit/2eb6f0a6621441f8653322b4a99a56d31a8564e1)), closes [#70](https://github.com/bytedance/bytemd/issues/70) + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index a16417233..ac6b7ae1a 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -1,6 +1,6 @@ { "name": "bytemd", - "version": "1.9.0", + "version": "1.9.1", "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 99421ee1b..ccc30c2ab 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/mp + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/mp diff --git a/packages/mp/package.json b/packages/mp/package.json index f55453b93..6095fd168 100644 --- a/packages/mp/package.json +++ b/packages/mp/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/mp", - "version": "1.9.0", + "version": "1.9.1", "private": true, "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", @@ -20,7 +20,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "devDependencies": { "miniprogram-api-typings": "^3.3.0" diff --git a/packages/plugin-breaks/CHANGELOG.md b/packages/plugin-breaks/CHANGELOG.md index 5effb0773..c5a269138 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-breaks + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-breaks diff --git a/packages/plugin-breaks/package.json b/packages/plugin-breaks/package.json index ed988f228..e54fc61e9 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-breaks", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support breaks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-breaks": "^2.0.2" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-footnotes/CHANGELOG.md b/packages/plugin-footnotes/CHANGELOG.md index 1920a6fbe..736f39dc9 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-footnotes + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-footnotes diff --git a/packages/plugin-footnotes/package.json b/packages/plugin-footnotes/package.json index 857c843ba..f9c5b39a3 100644 --- a/packages/plugin-footnotes/package.json +++ b/packages/plugin-footnotes/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-footnotes", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support footnotes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-footnotes": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-frontmatter/CHANGELOG.md b/packages/plugin-frontmatter/CHANGELOG.md index 04cc1985f..fcd7e73b1 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-frontmatter + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-frontmatter diff --git a/packages/plugin-frontmatter/package.json b/packages/plugin-frontmatter/package.json index c3eb3deea..4bc6fc568 100644 --- a/packages/plugin-frontmatter/package.json +++ b/packages/plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-frontmatter", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to parse frontmatter", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-frontmatter": "^3.0.0" }, "devDependencies": { - "bytemd": "^1.9.0", + "bytemd": "^1.9.1", "vfile": "^4.2.1" }, "peerDependencies": { diff --git a/packages/plugin-gemoji/CHANGELOG.md b/packages/plugin-gemoji/CHANGELOG.md index 3242b8870..97f22d6a2 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-gemoji + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-gemoji diff --git a/packages/plugin-gemoji/package.json b/packages/plugin-gemoji/package.json index 8a4b205b0..7b6eb6ef3 100644 --- a/packages/plugin-gemoji/package.json +++ b/packages/plugin-gemoji/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gemoji", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support Gemoji shortcodes", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "remark-gemoji": "^6.0.0" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-gfm/CHANGELOG.md b/packages/plugin-gfm/CHANGELOG.md index c209f76ba..1361facbc 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-gfm + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-gfm diff --git a/packages/plugin-gfm/package.json b/packages/plugin-gfm/package.json index 1ce7c4992..d41d7fe01 100644 --- a/packages/plugin-gfm/package.json +++ b/packages/plugin-gfm/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gfm", - "version": "1.9.0", + "version": "1.9.1", "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.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight-ssr/CHANGELOG.md b/packages/plugin-highlight-ssr/CHANGELOG.md index cf47ae2f1..ba46a5a61 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-highlight-ssr + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **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 d8122826c..9dd9cced2 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.9.0", + "version": "1.9.1", "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.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-highlight/CHANGELOG.md b/packages/plugin-highlight/CHANGELOG.md index 3fcf44145..1e01ac3a2 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-highlight + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-highlight diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index a8b7bc426..23c48aaef 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to highlight code blocks", "author": "Rongjian Zhang ", "license": "MIT", @@ -22,7 +22,7 @@ "highlight.js": "^10.7.1" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-ssr/CHANGELOG.md b/packages/plugin-math-ssr/CHANGELOG.md index 20458b1f1..9375d3adb 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-math-ssr + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **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 d2a554aee..8714bedfd 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.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support math formula (SSR compatible)", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,12 +19,12 @@ "lib" ], "dependencies": { - "@bytemd/plugin-math": "^1.9.0", + "@bytemd/plugin-math": "^1.9.1", "rehype-katex": "^4.0.0", "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math/CHANGELOG.md b/packages/plugin-math/CHANGELOG.md index b053d016e..13644098b 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-math + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-math diff --git a/packages/plugin-math/package.json b/packages/plugin-math/package.json index 5dd57ba41..4cf66ef86 100644 --- a/packages/plugin-math/package.json +++ b/packages/plugin-math/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support math formula", "author": "Rongjian Zhang ", "license": "MIT", @@ -24,7 +24,7 @@ "remark-math": "^4.0.0" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mdx/CHANGELOG.md b/packages/plugin-mdx/CHANGELOG.md index 1aa090247..8ee24dcbb 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-mdx + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-mdx diff --git a/packages/plugin-mdx/package.json b/packages/plugin-mdx/package.json index c096d8890..209b170fa 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.9.0", + "version": "1.9.1", "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.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-medium-zoom/CHANGELOG.md b/packages/plugin-medium-zoom/CHANGELOG.md index 724ac2f15..dbfe730bb 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-medium-zoom + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **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 cacdf161e..b82a0cece 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.9.0", + "version": "1.9.1", "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.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mermaid/CHANGELOG.md b/packages/plugin-mermaid/CHANGELOG.md index 5522aed9a..54579061c 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/plugin-mermaid + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/plugin-mermaid diff --git a/packages/plugin-mermaid/package.json b/packages/plugin-mermaid/package.json index 35af5ef18..9cc981766 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-mermaid", - "version": "1.9.0", + "version": "1.9.1", "description": "ByteMD plugin to support Mermaid diagram", "author": "Rongjian Zhang ", "license": "MIT", @@ -23,7 +23,7 @@ "mermaid": "^8.9.2" }, "devDependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e12252166..1c18d9335 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.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + +**Note:** Version bump only for package @bytemd/react + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/react diff --git a/packages/react/package.json b/packages/react/package.json index 82370ef21..3e9efc6df 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/react", - "version": "1.9.0", + "version": "1.9.1", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "react": "*" diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index ea9eff59a..919d5ffec 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12) + + +### Bug Fixes + +* **vue:** root element ([7908c30](https://github.com/bytedance/bytemd/commit/7908c30ef1cfd68d689b227cb7376d36b1981760)) + + + + + # [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10) **Note:** Version bump only for package @bytemd/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index c1d21e623..4330199e6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/vue", - "version": "1.9.0", + "version": "1.9.1", "description": "Full-featured markdown editor and viewer", "author": "Rongjian Zhang ", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "bytemd": "^1.9.0" + "bytemd": "^1.9.1" }, "peerDependencies": { "vue": "^2.0.0"