Skip to content

Commit

Permalink
chore: update version to v4.21.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Jan 10, 2024
1 parent 285f7ae commit 42aee4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "4.21.21"
"version": "4.21.22"
}
2 changes: 1 addition & 1 deletion packages/toast-ui.grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toast-ui.grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tui-grid",
"version": "4.21.21",
"version": "4.21.22",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/toast-ui.grid/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Grid v4.21.21
// Type definitions for TOAST UI Grid v4.21.22
// TypeScript Version: 3.9.5

import { CellValue, InvalidRow, Row, RowKey, RowSpan, SortState } from './store/data';
Expand Down

0 comments on commit 42aee4f

Please sign in to comment.