Skip to content

Commit 87cf9f9

Browse files
committed
release: v1.17.3
1 parent 0e28d33 commit 87cf9f9

File tree

28 files changed

+95
-14
lines changed

28 files changed

+95
-14
lines changed

packages/bytemd/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* make lodash and icons inline ([0e28d33](https://github.com/bytedance/bytemd/commit/0e28d3364a2d3bdb0895099648ebc34391baddcd)), closes [#218](https://github.com/bytedance/bytemd/issues/218)
7+
8+
9+
110
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
211

312

packages/bytemd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytemd",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "Hackable Markdown Editor and Viewer",
55
"keywords": [
66
"markdown",

packages/plugin-breaks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-breaks/package.json

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

packages/plugin-frontmatter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-frontmatter/package.json

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

packages/plugin-gemoji/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-gemoji/package.json

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

packages/plugin-gfm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* make lodash and icons inline ([0e28d33](https://github.com/bytedance/bytemd/commit/0e28d3364a2d3bdb0895099648ebc34391baddcd)), closes [#218](https://github.com/bytedance/bytemd/issues/218)
7+
8+
9+
110
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
211

312

packages/plugin-gfm/package.json

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

packages/plugin-highlight-ssr/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-highlight-ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-highlight-ssr",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
55
"repository": {
66
"type": "git",

packages/plugin-highlight/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-highlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-highlight",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to highlight code blocks",
55
"repository": {
66
"type": "git",

packages/plugin-math-ssr/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* make lodash and icons inline ([0e28d33](https://github.com/bytedance/bytemd/commit/0e28d3364a2d3bdb0895099648ebc34391baddcd)), closes [#218](https://github.com/bytedance/bytemd/issues/218)
7+
8+
9+
110
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
211

312

packages/plugin-math-ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-math-ssr",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to support math formula (SSR compatible)",
55
"repository": {
66
"type": "git",

packages/plugin-math/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* make lodash and icons inline ([0e28d33](https://github.com/bytedance/bytemd/commit/0e28d3364a2d3bdb0895099648ebc34391baddcd)), closes [#218](https://github.com/bytedance/bytemd/issues/218)
7+
8+
9+
110
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
211

312

packages/plugin-math/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-math",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to support math formula",
55
"repository": {
66
"type": "git",

packages/plugin-medium-zoom/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/plugin-medium-zoom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-medium-zoom",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to zoom images like Medium",
55
"repository": {
66
"type": "git",

packages/plugin-mermaid/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* make lodash and icons inline ([0e28d33](https://github.com/bytedance/bytemd/commit/0e28d3364a2d3bdb0895099648ebc34391baddcd)), closes [#218](https://github.com/bytedance/bytemd/issues/218)
7+
8+
9+
110
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
211

312

packages/plugin-mermaid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-mermaid",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "ByteMD plugin to support Mermaid diagram",
55
"repository": {
66
"type": "git",

packages/react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/react",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

packages/vue-next/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/vue-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/vue-next",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

packages/vue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.3](https://github.com/bytedance/bytemd/compare/v1.17.2...v1.17.3) (2022-10-13)
2+
3+
4+
15
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
26

37

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/vue",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)