Skip to content

Commit f665249

Browse files
author
dtbuild
committed
Sync tag release - 0.9.2
1 parent cddb05b commit f665249

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/columnControl.jqueryui.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/ColumnControl",
16-
"last-tag": "0.0.1",
16+
"last-tag": "0.9.2",
1717
"last-sync": "b21a6cea75e3df6deaef39016e95fc1751598e77"
1818
}

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>0.0.1</version>
4+
<version>0.9.2</version>
55
<id>datatables.net-columncontrol-jqui</id>
66
<description>This is ColumnControl for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-ColumnControl-jQueryUI.git"/>

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/columnControl.jqueryui.mjs",
66
"style": "css/columnControl.jqueryui.css",
77
"types": "./types/columnControl.jqueryui.d.ts",
8-
"version": "0.0.1",
8+
"version": "0.9.2",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -14,20 +14,20 @@
1414
],
1515
"keywords": [
1616
"ColumnControl",
17-
"search",
18-
"filter",
19-
"buttons",
20-
"column visibility",
17+
"search",
18+
"filter",
19+
"buttons",
20+
"column visibility",
2121
"jQuery UI",
22-
"jQueryUI",
22+
"jQueryUI",
2323
"Datatables",
2424
"table",
2525
"filter",
2626
"sort"
2727
],
2828
"dependencies": {
29-
"datatables.net-columncontrol": "~0.0.1",
30-
"datatables.net-jqui": "^2.3"
29+
"datatables.net-columncontrol": "0.9.2",
30+
"datatables.net-jqui": "^2.3.0"
3131
},
3232
"moduleType": [
3333
"globals",
@@ -50,4 +50,4 @@
5050
"type": "git",
5151
"url": "https://github.com/DataTables/Dist-DataTables-ColumnControl-jQueryUI.git"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)