Skip to content

Commit 7d942bf

Browse files
committed
v1.21.0
1 parent b464120 commit 7d942bf

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "1.21.0",
55
"registry": "https://registry.npmjs.org"
66
}

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)