Skip to content

Commit

Permalink
v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 30, 2023
1 parent b464120 commit 7d942bf
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.20.2",
"version": "1.21.0",
"registry": "https://registry.npmjs.org"
}
2 changes: 1 addition & 1 deletion packages/bytemd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytemd",
"version": "1.20.2",
"version": "1.21.0",
"description": "Hackable Markdown Editor and Viewer",
"keywords": [
"markdown",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-breaks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-breaks",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support breaks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-frontmatter",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to parse frontmatter",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gemoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gemoji",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support Gemoji shortcodes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-gfm",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-highlight-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight-ssr",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-highlight",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to highlight code blocks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-math-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math-ssr",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support math formula (SSR compatible)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-math",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support math formula",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-medium-zoom",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to zoom images like Medium",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/plugin-mermaid",
"version": "1.20.2",
"version": "1.21.0",
"description": "ByteMD plugin to support Mermaid diagram",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/react",
"version": "1.20.2",
"version": "1.21.0",
"description": "Hackable Markdown Editor and Viewer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/vue-next",
"version": "1.20.2",
"version": "1.21.0",
"description": "Hackable Markdown Editor and Viewer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytemd/vue",
"version": "1.20.2",
"version": "1.21.0",
"description": "Hackable Markdown Editor and Viewer",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d942bf

Please sign in to comment.