Skip to content

Commit

Permalink
chore: update version to v4.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed May 23, 2023
1 parent 1cf852b commit 7ab22ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.9"
"version": "4.21.10"
}
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.9",
"version": "4.21.10",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"types": "types/index.d.ts",
Expand Down
28 changes: 14 additions & 14 deletions packages/toast-ui.grid/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
// Type definitions for TOAST UI Grid v4.21.9
// Type definitions for TOAST UI Grid v4.21.10
// TypeScript Version: 3.9.5

import { CellValue, RowKey, Row, SortState, RowSpan, InvalidRow } from './store/data';
import { CellValue, InvalidRow, Row, RowKey, RowSpan, SortState } from './store/data';
import { SummaryColumnContentMap, SummaryValueMap } from './store/summary';
import { ColumnInfo } from './store/column';
import { Range } from './store/selection';
import {
Dictionary,
GridEventName,
GridEventListener,
OptThemePresetNames,
OptPreset,
OptI18nData,
OptGrid,
GridEventName,
OptAppendRow,
OptColumn,
OptGrid,
OptHeader,
OptI18nData,
OptMoveRow,
OptPrependRow,
OptPreset,
OptRemoveRow,
OptHeader,
OptRow,
OptColumn,
OptThemePresetNames,
ResetOptions,
OptMoveRow,
} from './options';
import {
ModifiedRowsOptions,
ModificationTypeCode,
ModifiedRows,
ModifiedRowsOptions,
Params,
RequestType,
ModificationTypeCode,
RequestOptions,
RequestType,
} from './dataSource';
import { FilterOptionType, Filter, FilterState } from './store/filterLayerState';
import { Filter, FilterOptionType, FilterState } from './store/filterLayerState';
import { MenuItem } from './store/contextMenu';
import { OptExport } from './store/export';

Expand Down

0 comments on commit 7ab22ae

Please sign in to comment.