Skip to content

Commit 04f2b7e

Browse files
committed
chore: update editor version to 3.2.0
1 parent 65c4983 commit 04f2b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toast-ui/editor",
3-
"version": "3.1.10",
3+
"version": "3.2.0",
44
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
55
"keywords": [
66
"nhn",

apps/editor/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for TOAST UI Editor v3.1.10
1+
// Type definitions for TOAST UI Editor v3.2.0
22
// TypeScript Version: 4.2.3
33
import {
44
EditorCore,

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["apps/*", "plugins/*", "libs/*"],
3-
"version": "3.1.10"
3+
"version": "3.2.0"
44
}

0 commit comments

Comments
 (0)