release: v1.17.2
This commit is contained in:
parent
1f0d27f54a
commit
abc0ed8f0c
|
@ -1,3 +1,12 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* optimize umd bundle size ([88ee554](https://github.com/bytedance/bytemd/commit/88ee5548d07a1985c4d297a057183e7f4b85202e))
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bytemd",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "Hackable Markdown Editor and Viewer",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-breaks",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support breaks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-frontmatter",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to parse frontmatter",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-gemoji",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support Gemoji shortcodes",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* optimize umd bundle size ([88ee554](https://github.com/bytedance/bytemd/commit/88ee5548d07a1985c4d297a057183e7f4b85202e))
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-gfm",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight-ssr",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **highlight:** supports graphql ([fd01b02](https://github.com/bytedance/bytemd/commit/fd01b0239cd6e86cc7ebefca1bf4703a5570b003)), closes [#209](https://github.com/bytedance/bytemd/issues/209)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-highlight",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to highlight code blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math-ssr",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support math formula (SSR compatible)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-math",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support math formula",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-medium-zoom",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to zoom images like Medium",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/plugin-mermaid",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "ByteMD plugin to support Mermaid diagram",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/react",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "Hackable Markdown Editor and Viewer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/vue-next",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "Hackable Markdown Editor and Viewer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## [1.17.2](https://github.com/bytedance/bytemd/compare/v1.17.1...v1.17.2) (2022-07-21)
|
||||
|
||||
|
||||
|
||||
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bytemd/vue",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "Hackable Markdown Editor and Viewer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue