From 06355b6c1885fa2b5109209e93292c7f2367e4d7 Mon Sep 17 00:00:00 2001 From: jajugoguma Date: Fri, 5 Aug 2022 16:14:21 +0900 Subject: [PATCH] chore: update plugins version to 3.1.0 update code-syntax-highlight, color-syntax, table-merge-cell plugin --- package-lock.json | 6 +++--- plugins/code-syntax-highlight/package.json | 2 +- plugins/color-syntax/package.json | 2 +- plugins/table-merged-cell/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46cd1ddd30..1c6ce789f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28601,7 +28601,7 @@ }, "plugins/code-syntax-highlight": { "name": "@toast-ui/editor-plugin-code-syntax-highlight", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "prismjs": "^1.23.0" @@ -28613,7 +28613,7 @@ }, "plugins/color-syntax": { "name": "@toast-ui/editor-plugin-color-syntax", - "version": "3.0.3", + "version": "3.1.0", "license": "MIT", "dependencies": { "tui-color-picker": "^2.2.6" @@ -28624,7 +28624,7 @@ }, "plugins/table-merged-cell": { "name": "@toast-ui/editor-plugin-table-merged-cell", - "version": "3.0.2", + "version": "3.1.0", "license": "MIT" }, "plugins/uml": { diff --git a/plugins/code-syntax-highlight/package.json b/plugins/code-syntax-highlight/package.json index 62a37d6e72..2328d0ac4c 100644 --- a/plugins/code-syntax-highlight/package.json +++ b/plugins/code-syntax-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@toast-ui/editor-plugin-code-syntax-highlight", - "version": "3.0.0", + "version": "3.1.0", "description": "TOAST UI Editor : Code Syntax Highlight Plugin", "keywords": [ "nhn", diff --git a/plugins/color-syntax/package.json b/plugins/color-syntax/package.json index 0ae28446d8..8a2a0b5b6f 100644 --- a/plugins/color-syntax/package.json +++ b/plugins/color-syntax/package.json @@ -1,6 +1,6 @@ { "name": "@toast-ui/editor-plugin-color-syntax", - "version": "3.0.3", + "version": "3.1.0", "description": "TOAST UI Editor : Color Syntax Plugin", "keywords": [ "nhn", diff --git a/plugins/table-merged-cell/package.json b/plugins/table-merged-cell/package.json index 04f81d5d73..d0e0b3e44f 100644 --- a/plugins/table-merged-cell/package.json +++ b/plugins/table-merged-cell/package.json @@ -1,6 +1,6 @@ { "name": "@toast-ui/editor-plugin-table-merged-cell", - "version": "3.0.2", + "version": "3.1.0", "description": "TOAST UI Editor : Table Merged Cell Plugin", "keywords": [ "nhn",