Skip to content

Commit

Permalink
chore: revert modified verion numbers to base
Browse files Browse the repository at this point in the history
- Reverted changes to some version numbers from previous changes
  • Loading branch information
jgskillable committed Dec 19, 2024
1 parent 927f826 commit e9d1840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/editor",
"version": "3.2.3",
"version": "3.2.2",
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"keywords": [
"nhn",
Expand Down Expand Up @@ -91,4 +91,4 @@
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.7"
}
}
}
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.2.3
// Type definitions for TOAST UI Editor v3.2.2
// TypeScript Version: 4.2.3
import {
EditorCore,
Expand Down

0 comments on commit e9d1840

Please sign in to comment.