Skip to content

Commit 1a42db1

Browse files
committed
v1.10.12
1 parent 75f7f89 commit 1a42db1

File tree

30 files changed

+149
-29
lines changed

30 files changed

+149
-29
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
7+
8+
**Note:** Version bump only for package bytemd
9+
10+
11+
12+
13+
614
## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22)
715

816
**Note:** Version bump only for package bytemd

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.10.11",
5+
"version": "1.10.12",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

packages/bytemd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
7+
8+
**Note:** Version bump only for package bytemd
9+
10+
11+
12+
13+
614
## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22)
715

816
**Note:** Version bump only for package bytemd

packages/bytemd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytemd",
3-
"version": "1.10.11",
3+
"version": "1.10.12",
44
"description": "A hackable Markdown editor built with Svelte",
55
"author": "Rongjian Zhang <pd4d10@gmail.com>",
66
"license": "MIT",

packages/plugin-breaks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
7+
8+
**Note:** Version bump only for package @bytemd/plugin-breaks
9+
10+
11+
12+
13+
614
## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22)
715

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

packages/plugin-breaks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-breaks",
3-
"version": "1.10.11",
3+
"version": "1.10.12",
44
"description": "ByteMD plugin to support breaks",
55
"author": "Rongjian Zhang <pd4d10@gmail.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"remark-breaks": "^2.0.2"
2323
},
2424
"devDependencies": {
25-
"bytemd": "^1.10.11"
25+
"bytemd": "^1.10.12"
2626
},
2727
"peerDependencies": {
2828
"bytemd": "^1.5.0"

packages/plugin-footnotes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
7+
8+
**Note:** Version bump only for package @bytemd/plugin-footnotes
9+
10+
11+
12+
13+
614
## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22)
715

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

packages/plugin-footnotes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-footnotes",
3-
"version": "1.10.11",
3+
"version": "1.10.12",
44
"description": "ByteMD plugin to support footnotes",
55
"author": "Rongjian Zhang <pd4d10@gmail.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"remark-footnotes": "^3.0.0"
2323
},
2424
"devDependencies": {
25-
"bytemd": "^1.10.11"
25+
"bytemd": "^1.10.12"
2626
},
2727
"peerDependencies": {
2828
"bytemd": "^1.5.0"

packages/plugin-frontmatter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.12](https://github.com/bytedance/bytemd/compare/v1.10.11...v1.10.12) (2021-07-22)
7+
8+
**Note:** Version bump only for package @bytemd/plugin-frontmatter
9+
10+
11+
12+
13+
614
## [1.10.11](https://github.com/bytedance/bytemd/compare/v1.10.10...v1.10.11) (2021-07-22)
715

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

packages/plugin-frontmatter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-frontmatter",
3-
"version": "1.10.11",
3+
"version": "1.10.12",
44
"description": "ByteMD plugin to parse frontmatter",
55
"author": "Rongjian Zhang <pd4d10@gmail.com>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"remark-frontmatter": "^3.0.0"
2525
},
2626
"devDependencies": {
27-
"bytemd": "^1.10.11",
27+
"bytemd": "^1.10.12",
2828
"vfile": "^4.2.1"
2929
},
3030
"peerDependencies": {

0 commit comments

Comments
 (0)