Skip to content

Commit

Permalink
chore: update editor, react wrapper version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Jul 7, 2021
1 parent e38a81e commit 86912d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/editor",
"version": "3.0.0",
"version": "3.0.1",
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"keywords": [
"nhn",
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Editor v3.0.0
// Type definitions for TOAST UI Editor v3.0.1
// TypeScript Version: 4.2.3
import {
EditorCore,
Expand Down
4 changes: 2 additions & 2 deletions apps/react-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/react-editor",
"version": "3.0.0",
"version": "3.0.1",
"description": "TOAST UI Editor for React",
"main": "dist/toastui-react-editor.js",
"files": [
Expand Down Expand Up @@ -34,6 +34,6 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@toast-ui/editor": "^3.0.0"
"@toast-ui/editor": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion apps/vue-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"@toast-ui/editor": "^3.0.0"
"@toast-ui/editor": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["apps/*", "plugins/*", "libs/*"],
"version": "3.0.0"
"version": "3.0.1"
}

0 comments on commit 86912d0

Please sign in to comment.