This commit is contained in:
Rongjian Zhang 2021-03-10 21:04:22 +08:00
parent e5de08d8ee
commit c7868e53ae
36 changed files with 202 additions and 35 deletions

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
### Bug Fixes
* copy without images ([e846f87](https://github.com/bytedance/bytemd/commit/e846f87d5adeb0a3a7443eda2025422d798705d2)), closes [#44](https://github.com/bytedance/bytemd/issues/44)
* use 4 space indent to make nested ol works ([e344abf](https://github.com/bytedance/bytemd/commit/e344abf758c82ecdcf7758421a72764a5fbeb478))
### Features
* lint ([4638830](https://github.com/bytedance/bytemd/commit/4638830823c4dcc250af52997565abd88024c2b5))
* markdownlint plugin wip ([58136aa](https://github.com/bytedance/bytemd/commit/58136aa8f1a64170ceec8788cb3b849640215613))
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)

View File

@ -2,7 +2,7 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.8.0", "version": "1.9.0",
"command": { "command": {
"publish": { "publish": {
"conventionalCommits": true "conventionalCommits": true

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
### Bug Fixes
* copy without images ([e846f87](https://github.com/bytedance/bytemd/commit/e846f87d5adeb0a3a7443eda2025422d798705d2)), closes [#44](https://github.com/bytedance/bytemd/issues/44)
* use 4 space indent to make nested ol works ([e344abf](https://github.com/bytedance/bytemd/commit/e344abf758c82ecdcf7758421a72764a5fbeb478))
### Features
* lint ([4638830](https://github.com/bytedance/bytemd/commit/4638830823c4dcc250af52997565abd88024c2b5))
* markdownlint plugin wip ([58136aa](https://github.com/bytedance/bytemd/commit/58136aa8f1a64170ceec8788cb3b849640215613))
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)

View File

@ -1,6 +1,6 @@
{ {
"name": "bytemd", "name": "bytemd",
"version": "1.8.0", "version": "1.9.0",
"description": "A hackable Markdown editor built with Svelte", "description": "A hackable Markdown editor built with Svelte",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/mp **Note:** Version bump only for package @bytemd/mp

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/mp", "name": "@bytemd/mp",
"version": "1.8.0", "version": "1.9.0",
"private": true, "private": true,
"description": "Full-featured markdown editor and viewer", "description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
@ -20,7 +20,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"devDependencies": { "devDependencies": {
"miniprogram-api-typings": "^3.3.0" "miniprogram-api-typings": "^3.3.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-breaks **Note:** Version bump only for package @bytemd/plugin-breaks

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-breaks", "name": "@bytemd/plugin-breaks",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support breaks", "description": "ByteMD plugin to support breaks",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"remark-breaks": "^2.0.1" "remark-breaks": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-footnotes **Note:** Version bump only for package @bytemd/plugin-footnotes

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-footnotes", "name": "@bytemd/plugin-footnotes",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support footnotes", "description": "ByteMD plugin to support footnotes",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"remark-footnotes": "^3.0.0" "remark-footnotes": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-frontmatter **Note:** Version bump only for package @bytemd/plugin-frontmatter

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-frontmatter", "name": "@bytemd/plugin-frontmatter",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to parse frontmatter", "description": "ByteMD plugin to parse frontmatter",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -24,7 +24,7 @@
"remark-frontmatter": "^3.0.0" "remark-frontmatter": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0", "bytemd": "^1.9.0",
"vfile": "^4.2.1" "vfile": "^4.2.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-gemoji **Note:** Version bump only for package @bytemd/plugin-gemoji

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-gemoji", "name": "@bytemd/plugin-gemoji",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support Gemoji shortcodes", "description": "ByteMD plugin to support Gemoji shortcodes",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"remark-gemoji": "^6.0.0" "remark-gemoji": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-gfm **Note:** Version bump only for package @bytemd/plugin-gfm

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-gfm", "name": "@bytemd/plugin-gfm",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)", "description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"remark-gfm": "^1.0.0" "remark-gfm": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-highlight-ssr **Note:** Version bump only for package @bytemd/plugin-highlight-ssr

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-highlight-ssr", "name": "@bytemd/plugin-highlight-ssr",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)", "description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"rehype-highlight": "^4.1.0" "rehype-highlight": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-highlight **Note:** Version bump only for package @bytemd/plugin-highlight

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-highlight", "name": "@bytemd/plugin-highlight",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to highlight code blocks", "description": "ByteMD plugin to highlight code blocks",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"highlight.js": "^10.6.0" "highlight.js": "^10.6.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](https://github.com/bytedance/bytemd/compare/v1.8.0...v1.9.0) (2021-03-10)
### Features
* markdownlint plugin wip ([58136aa](https://github.com/bytedance/bytemd/commit/58136aa8f1a64170ceec8788cb3b849640215613))

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@bytemd/plugin-markdownlint", "name": "@bytemd/plugin-markdownlint",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to lint document with markdownlint", "description": "ByteMD plugin to lint document with markdownlint",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -23,7 +23,7 @@
"markdownlint": "^0.23.1" "markdownlint": "^0.23.1"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-math-ssr **Note:** Version bump only for package @bytemd/plugin-math-ssr

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-math-ssr", "name": "@bytemd/plugin-math-ssr",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support math formula (SSR compatible)", "description": "ByteMD plugin to support math formula (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -19,12 +19,12 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"@bytemd/plugin-math": "^1.8.0", "@bytemd/plugin-math": "^1.9.0",
"rehype-katex": "^4.0.0", "rehype-katex": "^4.0.0",
"remark-math": "^4.0.0" "remark-math": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-math **Note:** Version bump only for package @bytemd/plugin-math

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-math", "name": "@bytemd/plugin-math",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support math formula", "description": "ByteMD plugin to support math formula",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -24,7 +24,7 @@
"remark-math": "^4.0.0" "remark-math": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-mdx **Note:** Version bump only for package @bytemd/plugin-mdx

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@bytemd/plugin-mdx", "name": "@bytemd/plugin-mdx",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support MDX", "description": "ByteMD plugin to support MDX",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -24,7 +24,7 @@
"micromark-extension-mdx": "^0.2.1" "micromark-extension-mdx": "^0.2.1"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-medium-zoom **Note:** Version bump only for package @bytemd/plugin-medium-zoom

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-medium-zoom", "name": "@bytemd/plugin-medium-zoom",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to zoom images like Medium", "description": "ByteMD plugin to zoom images like Medium",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -22,7 +22,7 @@
"medium-zoom": "^1.0.6" "medium-zoom": "^1.0.6"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/plugin-mermaid **Note:** Version bump only for package @bytemd/plugin-mermaid

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/plugin-mermaid", "name": "@bytemd/plugin-mermaid",
"version": "1.8.0", "version": "1.9.0",
"description": "ByteMD plugin to support Mermaid diagram", "description": "ByteMD plugin to support Mermaid diagram",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -23,7 +23,7 @@
"mermaid": "^8.9.1" "mermaid": "^8.9.1"
}, },
"devDependencies": { "devDependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"bytemd": "^1.5.0" "bytemd": "^1.5.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/react **Note:** Version bump only for package @bytemd/react

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/react", "name": "@bytemd/react",
"version": "1.8.0", "version": "1.9.0",
"description": "Full-featured markdown editor and viewer", "description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "*" "react": "*"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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
# [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10) # [1.8.0](https://github.com/bytedance/bytemd/compare/v1.7.1...v1.8.0) (2021-03-10)
**Note:** Version bump only for package @bytemd/vue **Note:** Version bump only for package @bytemd/vue

View File

@ -1,6 +1,6 @@
{ {
"name": "@bytemd/vue", "name": "@bytemd/vue",
"version": "1.8.0", "version": "1.9.0",
"description": "Full-featured markdown editor and viewer", "description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>", "author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"bytemd": "^1.8.0" "bytemd": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^2.0.0" "vue": "^2.0.0"