Skip to content

Commit 9b94c04

Browse files
committed
chore: update editor version to 3.2.2
1 parent 2f0cbb5 commit 9b94c04

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.2.1",
3+
"version": "3.2.2",
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.2.1
1+
// Type definitions for TOAST UI Editor v3.2.2
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.2.1"
3+
"version": "3.2.2"
44
}

0 commit comments

Comments
 (0)