Skip to content

Commit 5156434

Browse files
author
dtbuild
committed
e72da51146691efe6781d3397964721185047204 Release 1.1.1
Tweak to use local tsconfig file 37b6dd707820af04ecdb32ade7044b1f032dfdac Build: Don't check external types Sync to source repo @e72da51146691efe6781d3397964721185047204
1 parent 6760737 commit 5156434

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"src-repo": "http://github.com/DataTables/ColumnControl",
1313
"last-tag": "1.1.0",
14-
"last-sync": "3d958de9c0e8f4eba2db4d0f1ddb4812b11c2ed0"
14+
"last-sync": "e72da51146691efe6781d3397964721185047204"
1515
}

js/dataTables.columnControl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ColumnControl 1.1.0
1+
/*! ColumnControl 1.1.1
22
* Copyright (c) SpryMedia Ltd - datatables.net/license
33
*
44
* SVG icons: ISC License
@@ -2788,7 +2788,7 @@ var ColumnControl = /** @class */ (function () {
27882788
/** SVG icons that can be used by the content plugins */
27892789
ColumnControl.icons = icons;
27902790
/** Version */
2791-
ColumnControl.version = '1.1.0';
2791+
ColumnControl.version = '1.1.1';
27922792
return ColumnControl;
27932793
}());
27942794

js/dataTables.columnControl.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.columnControl.min.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

js/dataTables.columnControl.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ColumnControl 1.1.0
1+
/*! ColumnControl 1.1.1
22
* Copyright (c) SpryMedia Ltd - datatables.net/license
33
*
44
* SVG icons: ISC License
@@ -2748,7 +2748,7 @@ var ColumnControl = /** @class */ (function () {
27482748
/** SVG icons that can be used by the content plugins */
27492749
ColumnControl.icons = icons;
27502750
/** Version */
2751-
ColumnControl.version = '1.1.0';
2751+
ColumnControl.version = '1.1.1';
27522752
return ColumnControl;
27532753
}());
27542754

0 commit comments

Comments
 (0)