From 8d1e29135391df0afd20a9e3757d5adcb7caf469 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Fri, 25 Mar 2022 21:16:16 +0800 Subject: [PATCH] v1.12.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/bytemd/CHANGELOG.md | 16 ++++++++++++++++ packages/bytemd/package.json | 2 +- packages/plugin-breaks/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-breaks/package.json | 4 ++-- packages/plugin-footnotes/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-footnotes/package.json | 4 ++-- packages/plugin-frontmatter/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-frontmatter/package.json | 4 ++-- packages/plugin-gemoji/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-gemoji/package.json | 4 ++-- packages/plugin-gfm/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-gfm/package.json | 4 ++-- packages/plugin-highlight-ssr/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-highlight-ssr/package.json | 4 ++-- packages/plugin-highlight/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-highlight/package.json | 4 ++-- packages/plugin-math-common/CHANGELOG.md | 8 ++++++++ packages/plugin-math-common/package.json | 4 ++-- packages/plugin-math-ssr/CHANGELOG.md | 21 +++++++++++++++++++++ packages/plugin-math-ssr/package.json | 6 +++--- packages/plugin-math/CHANGELOG.md | 21 +++++++++++++++++++++ packages/plugin-math/package.json | 6 +++--- packages/plugin-medium-zoom/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-medium-zoom/package.json | 4 ++-- packages/plugin-mermaid/CHANGELOG.md | 16 ++++++++++++++++ packages/plugin-mermaid/package.json | 4 ++-- packages/react/CHANGELOG.md | 16 ++++++++++++++++ packages/react/package.json | 4 ++-- packages/vue/CHANGELOG.md | 16 ++++++++++++++++ packages/vue/package.json | 4 ++-- 32 files changed, 295 insertions(+), 32 deletions(-) create mode 100644 packages/plugin-math-common/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 41206faa7..6951602dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Bug Fixes + +* type gen ([b431918](https://github.com/bytedance/bytemd/commit/b431918ce7c4287cf18f9c7c9e8774080929537c)) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) diff --git a/lerna.json b/lerna.json index 6afd1aced..e58d0abbf 100644 --- a/lerna.json +++ b/lerna.json @@ -6,7 +6,7 @@ "packages/react", "packages/vue" ], - "version": "1.11.0", + "version": "1.12.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/bytemd/CHANGELOG.md b/packages/bytemd/CHANGELOG.md index bb6206d18..02f08de89 100644 --- a/packages/bytemd/CHANGELOG.md +++ b/packages/bytemd/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package bytemd diff --git a/packages/bytemd/package.json b/packages/bytemd/package.json index f8c644df0..796742714 100644 --- a/packages/bytemd/package.json +++ b/packages/bytemd/package.json @@ -1,6 +1,6 @@ { "name": "bytemd", - "version": "1.11.0", + "version": "1.12.0", "description": "A hackable Markdown editor built with Svelte", "keywords": [ "markdown", diff --git a/packages/plugin-breaks/CHANGELOG.md b/packages/plugin-breaks/CHANGELOG.md index b3657de03..513b82d3f 100644 --- a/packages/plugin-breaks/CHANGELOG.md +++ b/packages/plugin-breaks/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-breaks diff --git a/packages/plugin-breaks/package.json b/packages/plugin-breaks/package.json index 67094e068..953f6ba81 100644 --- a/packages/plugin-breaks/package.json +++ b/packages/plugin-breaks/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-breaks", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support breaks", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "devDependencies": { - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "remark-breaks": "^3.0.2" }, "peerDependencies": { diff --git a/packages/plugin-footnotes/CHANGELOG.md b/packages/plugin-footnotes/CHANGELOG.md index a3ede1430..8980cd934 100644 --- a/packages/plugin-footnotes/CHANGELOG.md +++ b/packages/plugin-footnotes/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-footnotes diff --git a/packages/plugin-footnotes/package.json b/packages/plugin-footnotes/package.json index 2ee261680..6f3963a3e 100644 --- a/packages/plugin-footnotes/package.json +++ b/packages/plugin-footnotes/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-footnotes", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support footnotes", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "devDependencies": { - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "remark-footnotes": "^4.0.1" }, "peerDependencies": { diff --git a/packages/plugin-frontmatter/CHANGELOG.md b/packages/plugin-frontmatter/CHANGELOG.md index ddf2fedc9..986270577 100644 --- a/packages/plugin-frontmatter/CHANGELOG.md +++ b/packages/plugin-frontmatter/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-frontmatter diff --git a/packages/plugin-frontmatter/package.json b/packages/plugin-frontmatter/package.json index 29d971fc6..31886dd50 100644 --- a/packages/plugin-frontmatter/package.json +++ b/packages/plugin-frontmatter/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-frontmatter", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to parse frontmatter", "repository": { "type": "git", @@ -27,7 +27,7 @@ ], "devDependencies": { "@types/js-yaml": "^4.0.5", - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "js-yaml": "^4.1.0", "remark-frontmatter": "^4.0.1", "vfile": "^5.3.2" diff --git a/packages/plugin-gemoji/CHANGELOG.md b/packages/plugin-gemoji/CHANGELOG.md index 56a3f4359..da1d3ecca 100644 --- a/packages/plugin-gemoji/CHANGELOG.md +++ b/packages/plugin-gemoji/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-gemoji diff --git a/packages/plugin-gemoji/package.json b/packages/plugin-gemoji/package.json index ee23c0d95..d466759ea 100644 --- a/packages/plugin-gemoji/package.json +++ b/packages/plugin-gemoji/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gemoji", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support Gemoji shortcodes", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "devDependencies": { - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "remark-gemoji": "^7.0.1" }, "peerDependencies": { diff --git a/packages/plugin-gfm/CHANGELOG.md b/packages/plugin-gfm/CHANGELOG.md index 5ed3d1cda..3cf49151c 100644 --- a/packages/plugin-gfm/CHANGELOG.md +++ b/packages/plugin-gfm/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-gfm diff --git a/packages/plugin-gfm/package.json b/packages/plugin-gfm/package.json index 4e954e84f..c34b00563 100644 --- a/packages/plugin-gfm/package.json +++ b/packages/plugin-gfm/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-gfm", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "devDependencies": { - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "remark-gfm": "^3.0.1" }, "peerDependencies": { diff --git a/packages/plugin-highlight-ssr/CHANGELOG.md b/packages/plugin-highlight-ssr/CHANGELOG.md index af4ee2cf2..e01093289 100644 --- a/packages/plugin-highlight-ssr/CHANGELOG.md +++ b/packages/plugin-highlight-ssr/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **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 f46b98a32..ef0a36aec 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.11.0", + "version": "1.12.0", "description": "ByteMD plugin to highlight code blocks (SSR compatible)", "repository": { "type": "git", @@ -29,7 +29,7 @@ "highlight.js": "^11.5.0" }, "devDependencies": { - "bytemd": "^1.11.0", + "bytemd": "^1.12.0", "rehype-highlight": "^5.0.2" }, "peerDependencies": { diff --git a/packages/plugin-highlight/CHANGELOG.md b/packages/plugin-highlight/CHANGELOG.md index d66f622dd..d62ee3b8d 100644 --- a/packages/plugin-highlight/CHANGELOG.md +++ b/packages/plugin-highlight/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-highlight diff --git a/packages/plugin-highlight/package.json b/packages/plugin-highlight/package.json index 416345888..5ee2c1f2a 100644 --- a/packages/plugin-highlight/package.json +++ b/packages/plugin-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-highlight", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to highlight code blocks", "repository": { "type": "git", @@ -29,7 +29,7 @@ "highlight.js": "^11.5.0" }, "devDependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-common/CHANGELOG.md b/packages/plugin-math-common/CHANGELOG.md new file mode 100644 index 000000000..eeeebea6c --- /dev/null +++ b/packages/plugin-math-common/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + +**Note:** Version bump only for package @bytemd/plugin-math-common diff --git a/packages/plugin-math-common/package.json b/packages/plugin-math-common/package.json index 833d2c8f1..e03570ece 100644 --- a/packages/plugin-math-common/package.json +++ b/packages/plugin-math-common/package.json @@ -1,10 +1,10 @@ { "name": "@bytemd/plugin-math-common", - "version": "1.11.0", + "version": "1.12.0", "private": true, "main": "src/index.ts", "devDependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-math-ssr/CHANGELOG.md b/packages/plugin-math-ssr/CHANGELOG.md index 438cbebf8..dab202838 100644 --- a/packages/plugin-math-ssr/CHANGELOG.md +++ b/packages/plugin-math-ssr/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Bug Fixes + +* type gen ([b431918](https://github.com/bytedance/bytemd/commit/b431918ce7c4287cf18f9c7c9e8774080929537c)) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **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 aa4cfbe45..b114883d8 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.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support math formula (SSR compatible)", "repository": { "type": "git", @@ -26,8 +26,8 @@ "locales" ], "devDependencies": { - "@bytemd/plugin-math-common": "^1.11.0", - "bytemd": "^1.11.0", + "@bytemd/plugin-math-common": "^1.12.0", + "bytemd": "^1.12.0", "rehype-katex": "^6.0.2", "remark-math": "^5.1.1" }, diff --git a/packages/plugin-math/CHANGELOG.md b/packages/plugin-math/CHANGELOG.md index 7b155db7b..f440fb542 100644 --- a/packages/plugin-math/CHANGELOG.md +++ b/packages/plugin-math/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Bug Fixes + +* type gen ([b431918](https://github.com/bytedance/bytemd/commit/b431918ce7c4287cf18f9c7c9e8774080929537c)) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/plugin-math diff --git a/packages/plugin-math/package.json b/packages/plugin-math/package.json index 7529963ee..0d3bebd26 100644 --- a/packages/plugin-math/package.json +++ b/packages/plugin-math/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-math", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support math formula", "repository": { "type": "git", @@ -30,8 +30,8 @@ "katex": "^0.15.2" }, "devDependencies": { - "@bytemd/plugin-math-common": "^1.11.0", - "bytemd": "^1.11.0", + "@bytemd/plugin-math-common": "^1.12.0", + "bytemd": "^1.12.0", "remark-math": "^5.1.1" }, "peerDependencies": { diff --git a/packages/plugin-medium-zoom/CHANGELOG.md b/packages/plugin-medium-zoom/CHANGELOG.md index fc10c9ee5..0bd06a82f 100644 --- a/packages/plugin-medium-zoom/CHANGELOG.md +++ b/packages/plugin-medium-zoom/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) diff --git a/packages/plugin-medium-zoom/package.json b/packages/plugin-medium-zoom/package.json index b23918e9d..f309d0342 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.11.0", + "version": "1.12.0", "description": "ByteMD plugin to zoom images like Medium", "repository": { "type": "git", @@ -29,7 +29,7 @@ "medium-zoom": "^1.0.6" }, "devDependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/plugin-mermaid/CHANGELOG.md b/packages/plugin-mermaid/CHANGELOG.md index f4393954e..91d981571 100644 --- a/packages/plugin-mermaid/CHANGELOG.md +++ b/packages/plugin-mermaid/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) diff --git a/packages/plugin-mermaid/package.json b/packages/plugin-mermaid/package.json index 67067feac..c33809b9a 100644 --- a/packages/plugin-mermaid/package.json +++ b/packages/plugin-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/plugin-mermaid", - "version": "1.11.0", + "version": "1.12.0", "description": "ByteMD plugin to support Mermaid diagram", "repository": { "type": "git", @@ -30,7 +30,7 @@ "mermaid": "^8.14.0" }, "devDependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "peerDependencies": { "bytemd": "^1.5.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index cc40b97c0..f28553ac5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/react diff --git a/packages/react/package.json b/packages/react/package.json index 31805f981..c74a57d35 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/react", - "version": "1.11.0", + "version": "1.12.0", "description": "Full-featured markdown editor and viewer", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "dependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "devDependencies": { "@types/react": "^17.0.40", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 04a797e95..927d8dea9 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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.12.0](https://github.com/bytedance/bytemd/compare/v1.11.1...v1.12.0) (2022-03-25) + + +### Features + +* upgrade norm ([1918b68](https://github.com/bytedance/bytemd/commit/1918b68d32e0e2500a723a0b072dd80433ae8fad)) + + +### Reverts + +* Revert "build: upgrade to v1.11.1" ([82bc61e](https://github.com/bytedance/bytemd/commit/82bc61e1d9cabd20afbada50a607fbd5ae99a88a)) + + + + + # [1.11.0](https://github.com/bytedance/bytemd/compare/v1.10.13...v1.11.0) (2022-02-18) **Note:** Version bump only for package @bytemd/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index d1982d46c..66779189c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@bytemd/vue", - "version": "1.11.0", + "version": "1.12.0", "description": "Full-featured markdown editor and viewer", "repository": { "type": "git", @@ -26,7 +26,7 @@ "locales" ], "dependencies": { - "bytemd": "^1.11.0" + "bytemd": "^1.12.0" }, "devDependencies": { "vue": "^2.6.14"