Skip to content

Commit 35e126e

Browse files
author
dtbuild
committed
Sync tag release - 3.2.2
1 parent 3a5125b commit 35e126e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/buttons.semanticui.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/Buttons",
16-
"last-tag": "3.2.1",
16+
"last-tag": "3.2.2",
1717
"last-sync": "c7e84795b0e6974ad8a0d3d25a41cb93ca72fbd0"
1818
}

Diff for: 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>3.2.1</version>
4+
<version>3.2.2</version>
55
<id>datatables.net-buttons-se</id>
66
<description>This is Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-SemanticUI.git"/>

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/buttons.semanticui.mjs",
66
"style": "css/buttons.semanticui.css",
77
"types": "./types/buttons.semanticui.d.ts",
8-
"version": "3.2.1",
8+
"version": "3.2.2",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -29,7 +29,7 @@
2929
"sort"
3030
],
3131
"dependencies": {
32-
"datatables.net-buttons": "3.2.1",
32+
"datatables.net-buttons": "3.2.2",
3333
"datatables.net-se": "^2",
3434
"jquery": ">=1.7"
3535
},

0 commit comments

Comments
 (0)