From b095967226bc900467486423a54fe94718866b95 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 4 Oct 2024 10:22:05 +0000 Subject: [PATCH] Sync tag release - 1.8.1 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datatables.json b/datatables.json index 45a23f4..fe50d45 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/searchBuilder.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/SearchBuilder", - "last-tag": "1.8.0", + "last-tag": "1.8.1", "last-sync": "2891b300feef2bcd50e7cdfb98e9d9e32aea7a47" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 944362d..5f236e7 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.8.0 + 1.8.1 datatables.net-searchbuilder-bs4 This is SearchBuilder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index d7df368..e542ef8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/searchBuilder.bootstrap4.mjs", "style": "css/searchBuilder.bootstrap4.css", "types": "./types/searchBuilder.bootstrap4.d.ts", - "version": "1.8.0", + "version": "1.8.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -25,7 +25,7 @@ "sort" ], "dependencies": { - "datatables.net-searchbuilder": "1.8.0", + "datatables.net-searchbuilder": "1.8.1", "datatables.net-bs4": "^2.1", "jquery": ">=1.7" },