This commit is contained in:
Rongjian Zhang 2022-03-25 21:16:16 +08:00
parent 645a9ea02e
commit 8d1e291353
32 changed files with 295 additions and 32 deletions

View File

@ -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)

View File

@ -6,7 +6,7 @@
"packages/react",
"packages/vue"
],
"version": "1.11.0",
"version": "1.12.0",
"command": {
"publish": {
"conventionalCommits": true,

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.11.0",
"version": "1.12.0",
"description": "A hackable Markdown editor built with Svelte",
"keywords": [
"markdown",

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"
},

View File

@ -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

View File

@ -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": {

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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"