Skip to content

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed May 12, 2021
1 parent c882148 commit 08f9aff
Show file tree
Hide file tree
Showing 34 changed files with 175 additions and 33 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)


### Bug Fixes

* first render ctrl-z ([c882148](https://github.com/bytedance/bytemd/commit/c8821487eb10991117b8df9103c7be398513a78e))





## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.9.1",
"version": "1.9.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/bytemd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)


### Bug Fixes

* first render ctrl-z ([c882148](https://github.com/bytedance/bytemd/commit/c8821487eb10991117b8df9103c7be398513a78e))





## [1.9.1](https://github.com/bytedance/bytemd/compare/v1.9.0...v1.9.1) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/bytemd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.9.1",
"version": "1.9.2",
"description": "A hackable Markdown editor built with Svelte",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/mp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/mp





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/mp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/mp",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"description": "Full-featured markdown editor and viewer",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
Expand All @@ -20,7 +20,7 @@
"lib"
],
"dependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"devDependencies": {
"miniprogram-api-typings": "^3.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-breaks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-breaks





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-breaks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-breaks",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support breaks",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"remark-breaks": "^2.0.2"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-footnotes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-footnotes





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-footnotes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-footnotes",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support footnotes",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"remark-footnotes": "^3.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-frontmatter





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-frontmatter",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to parse frontmatter",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"remark-frontmatter": "^3.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1",
"bytemd": "^1.9.2",
"vfile": "^4.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-gemoji/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-gemoji





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-gemoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gemoji",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support Gemoji shortcodes",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"remark-gemoji": "^6.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-gfm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-gfm





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-gfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gfm",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-highlight-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-highlight-ssr





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-highlight-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight-ssr",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"rehype-highlight": "^4.1.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-highlight





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to highlight code blocks",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"highlight.js": "^10.7.2"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-math-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-math-ssr





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-math-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math-ssr",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support math formula (SSR compatible)",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -19,12 +19,12 @@
"lib"
],
"dependencies": {
"@bytemd/plugin-math": "^1.9.1",
"@bytemd/plugin-math": "^1.9.2",
"rehype-katex": "^4.0.0",
"remark-math": "^4.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-math





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math",
"version": "1.9.1",
"version": "1.9.2",
"description": "ByteMD plugin to support math formula",
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"remark-math": "^4.0.0"
},
"devDependencies": {
"bytemd": "^1.9.1"
"bytemd": "^1.9.2"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/bytedance/bytemd/compare/v1.9.1...v1.9.2) (2021-05-12)

**Note:** Version bump only for package @bytemd/plugin-mdx





## [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
Expand Down
Loading

0 comments on commit 08f9aff

Please sign in to comment.