Skip to content

Commit 9c9b617

Browse files
committed
release: v1.17.4
1 parent 69930bb commit 9c9b617

File tree

28 files changed

+95
-14
lines changed

28 files changed

+95
-14
lines changed

packages/bytemd/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.4](https://github.com/bytedance/bytemd/compare/v1.17.3...v1.17.4) (2022-10-14)
2+
3+
4+
### Reverts
5+
6+
* Revert "fix: make lodash and icons inline" ([69930bb](https://github.com/bytedance/bytemd/commit/69930bbc838136a538b1ebeea80f561e7139931f))
7+
8+
9+
110
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
211

312

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.17.3",
3+
"version": "1.17.4",
44
"description": "Hackable Markdown Editor and Viewer",
55
"keywords": [
66
"markdown",

packages/plugin-breaks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.4](https://github.com/bytedance/bytemd/compare/v1.17.3...v1.17.4) (2022-10-14)
2+
3+
4+
15
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
26

37

packages/plugin-breaks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-breaks",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "ByteMD plugin to support breaks",
55
"repository": {
66
"type": "git",

packages/plugin-frontmatter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.4](https://github.com/bytedance/bytemd/compare/v1.17.3...v1.17.4) (2022-10-14)
2+
3+
4+
15
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
26

37

packages/plugin-frontmatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-frontmatter",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "ByteMD plugin to parse frontmatter",
55
"repository": {
66
"type": "git",

packages/plugin-gemoji/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.4](https://github.com/bytedance/bytemd/compare/v1.17.3...v1.17.4) (2022-10-14)
2+
3+
4+
15
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
26

37

packages/plugin-gemoji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-gemoji",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "ByteMD plugin to support Gemoji shortcodes",
55
"repository": {
66
"type": "git",

packages/plugin-gfm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.4](https://github.com/bytedance/bytemd/compare/v1.17.3...v1.17.4) (2022-10-14)
2+
3+
4+
### Reverts
5+
6+
* Revert "fix: make lodash and icons inline" ([69930bb](https://github.com/bytedance/bytemd/commit/69930bbc838136a538b1ebeea80f561e7139931f))
7+
8+
9+
110
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
211

312

packages/plugin-gfm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-gfm",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)