Skip to content

Commit

Permalink
🆙 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Jul 9, 2024
1 parent d43acc3 commit 91e571b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Serenity.SleekGrid.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>1.8.5</Version>
<Version>1.8.6</Version>
<Description>NuGet version of @serenity-is/sleekgrid NPM package</Description>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ export declare class Grid<TItem = any> implements EditorHost {
private _columnCssRulesR;
private _currentEditor;
private _data;
private _draggableInstance;
private _editController;
private _emptyNode;
private _headerColumnWidthDiff;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-is/sleekgrid",
"version": "1.8.5",
"version": "1.8.6",
"description": "A modern Data Grid / Spreadsheet component",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 91e571b

Please sign in to comment.