From 6cffc58ec518d7ebd1a632b9681bee300dc47058 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 11 Apr 2024 13:45:54 +0000 Subject: [PATCH] Sync tag release - 2.0.1 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datatables.json b/datatables.json index e37ebfd..6b85ff7 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.foundation.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.0", + "last-tag": "2.0.1", "last-sync": "0278c079772272387c3d8a3363fc4951740f6763" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 5621332..cadc832 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 datatables.net-select-zf This is Select for DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index a63139e..1642363 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.foundation.mjs", "style": "css/select.foundation.css", "types": "./types/select.foundation.d.ts", - "version": "2.0.0", + "version": "2.0.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,8 +23,8 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.0", - "datatables.net-zf": ">=2.0.0", + "datatables.net-select": "2.0.1", + "datatables.net-zf": "^2", "jquery": ">=1.7" }, "moduleType": [