Skip to content

Commit 34c931f

Browse files
committed
v1.20.1
1 parent 8847044 commit 34c931f

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.20.0",
4+
"version": "1.20.1",
55
"registry": "https://registry.npmjs.org"
66
}

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

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support breaks",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to parse frontmatter",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support Gemoji shortcodes",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to highlight code blocks",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support math formula (SSR compatible)",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support math formula",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to zoom images like Medium",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "ByteMD plugin to support Mermaid diagram",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

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.20.0",
3+
"version": "1.20.1",
44
"description": "Hackable Markdown Editor and Viewer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)