Skip to content

Commit

Permalink
build: bump package version
Browse files Browse the repository at this point in the history
- Bumped the package version to 3.2.3. This update includes fixing an issue where widgets weren't supported inside of table cells.
  • Loading branch information
jgskillable committed Jul 30, 2024
1 parent 95e7d62 commit 927f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2",
"version": "3.2.3",
"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.2.2
// Type definitions for TOAST UI Editor v3.2.3
// TypeScript Version: 4.2.3
import {
EditorCore,
Expand Down

0 comments on commit 927f826

Please sign in to comment.