Skip to content

Commit 812813f

Browse files
author
dtbuild
committed
Sync tag release - 1.8.2
1 parent a4bfefa commit 812813f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/searchBuilder.bootstrap4.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/SearchBuilder",
16-
"last-tag": "1.8.1",
16+
"last-tag": "1.8.2",
1717
"last-sync": "a3b7e457099aec336c9def600e97b680e485b385"
1818
}

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>1.8.1</version>
4+
<version>1.8.2</version>
55
<id>datatables.net-searchbuilder-bs4</id>
66
<description>This is SearchBuilder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4.git"/>

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/searchBuilder.bootstrap4.mjs",
66
"style": "css/searchBuilder.bootstrap4.css",
77
"types": "./types/searchBuilder.bootstrap4.d.ts",
8-
"version": "1.8.1",
8+
"version": "1.8.2",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -25,8 +25,8 @@
2525
"sort"
2626
],
2727
"dependencies": {
28-
"datatables.net-searchbuilder": "1.8.1",
29-
"datatables.net-bs4": "^2.1",
28+
"datatables.net-searchbuilder": "1.8.2",
29+
"datatables.net-bs4": "^2",
3030
"jquery": ">=1.7"
3131
},
3232
"moduleType": [

0 commit comments

Comments
 (0)