Skip to content

Commit 3cc2333

Browse files
committed
Sync tag release - 2.3.0
1 parent 8a00ef4 commit 3cc2333

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"types/types.d.ts"
1515
],
1616
"src-repo": "http://github.com/DataTables/Buttons",
17-
"last-tag": "2.2.3",
17+
"last-tag": "2.3.0",
1818
"last-sync": "1228db0e02f81a3042bda794769aa3d7647a02ed"
1919
}

nuget.nuspec

+1-1
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>2.2.3</version>
4+
<version>2.3.0</version>
55
<id>datatables.net-buttons-jqui</id>
66
<description>This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"/>

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/buttons.jqueryui.mjs",
66
"style": "css/buttons.jqueryui.css",
77
"types": "./types/types.d.ts",
8-
"version": "2.2.3",
8+
"version": "2.3.0",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -14,13 +14,13 @@
1414
],
1515
"keywords": [
1616
"Buttons",
17-
"Column Visibility",
18-
"csv",
19-
"excel",
20-
"pdf",
21-
"print",
17+
"Column Visibility",
18+
"csv",
19+
"excel",
20+
"pdf",
21+
"print",
2222
"jQuery UI",
23-
"jQueryUI",
23+
"jQueryUI",
2424
"Datatables",
2525
"jQuery",
2626
"table",
@@ -53,4 +53,4 @@
5353
"type": "git",
5454
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)