Skip to content

Commit 36a2e70

Browse files
author
dtbuild
committed
Sync tag release - 0.9.2
1 parent ca54a9f commit 36a2e70

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.foundation.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-zf</id>
66
<description>This is ColumnControl for DataTables with styling for [Foundation](https://get.foundation/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-ColumnControl-Foundation.git"/>

package.json

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

0 commit comments

Comments
 (0)