Skip to content

Commit

Permalink
v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 25, 2022
1 parent ec1fab5 commit 42946e2
Show file tree
Hide file tree
Showing 32 changed files with 175 additions and 32 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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)


### Bug Fixes

* update deps and scripts ([ec1fab5](https://github.com/bytedance/bytemd/commit/ec1fab5c8d14132c735257f7cbc6a36e724c80c0))





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/react",
"packages/vue"
],
"version": "1.12.2",
"version": "1.12.3",
"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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)


### Bug Fixes

* update deps and scripts ([ec1fab5](https://github.com/bytedance/bytemd/commit/ec1fab5c8d14132c735257f7cbc6a36e724c80c0))





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**Note:** Version bump only for package bytemd
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.12.2",
"version": "1.12.3",
"description": "A hackable Markdown editor built with Svelte",
"keywords": [
"markdown",
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support breaks",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"locales"
],
"devDependencies": {
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"remark-breaks": "^3.0.2"
},
"peerDependencies": {
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support footnotes",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"locales"
],
"devDependencies": {
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"remark-footnotes": "^4.0.1"
},
"peerDependencies": {
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to parse frontmatter",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
],
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"js-yaml": "^4.1.0",
"remark-frontmatter": "^4.0.1",
"vfile": "^5.3.2"
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support Gemoji shortcodes",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"locales"
],
"devDependencies": {
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"remark-gemoji": "^7.0.1"
},
"peerDependencies": {
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"locales"
],
"devDependencies": {
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"remark-gfm": "^3.0.1"
},
"peerDependencies": {
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"highlight.js": "^11.5.0"
},
"devDependencies": {
"bytemd": "^1.12.2",
"bytemd": "^1.12.3",
"rehype-highlight": "^5.0.2"
},
"peerDependencies": {
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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to highlight code blocks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"highlight.js": "^11.5.0"
},
"devDependencies": {
"bytemd": "^1.12.2"
"bytemd": "^1.12.3"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-math-common/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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**Note:** Version bump only for package @bytemd/plugin-math-common
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math-common/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@bytemd/plugin-math-common",
"version": "1.12.2",
"version": "1.12.3",
"private": true,
"main": "src/index.ts",
"devDependencies": {
"bytemd": "^1.12.2"
"bytemd": "^1.12.3"
},
"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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support math formula (SSR compatible)",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"locales"
],
"devDependencies": {
"@bytemd/plugin-math-common": "^1.12.2",
"bytemd": "^1.12.2",
"@bytemd/plugin-math-common": "^1.12.3",
"bytemd": "^1.12.3",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-math/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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)


### Bug Fixes

* update deps and scripts ([ec1fab5](https://github.com/bytedance/bytemd/commit/ec1fab5c8d14132c735257f7cbc6a36e724c80c0))





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**Note:** Version bump only for package @bytemd/plugin-math
Expand Down
6 changes: 3 additions & 3 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.12.2",
"version": "1.12.3",
"description": "ByteMD plugin to support math formula",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"katex": "^0.15.3"
},
"devDependencies": {
"@bytemd/plugin-math-common": "^1.12.2",
"bytemd": "^1.12.2",
"@bytemd/plugin-math-common": "^1.12.3",
"bytemd": "^1.12.3",
"remark-math": "^5.1.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-medium-zoom/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.12.3](https://github.com/bytedance/bytemd/compare/v1.12.2...v1.12.3) (2022-03-25)

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





## [1.12.2](https://github.com/bytedance/bytemd/compare/v1.12.1...v1.12.2) (2022-03-25)

**Note:** Version bump only for package @bytemd/plugin-medium-zoom
Expand Down
Loading

0 comments on commit 42946e2

Please sign in to comment.