From 0c525d4cf4e3362fecd773ab0ab94663b354e67c Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 15 Feb 2024 12:27:04 +0100 Subject: [PATCH] Sync tag release - 3.0.0 --- 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 4d07cad..a65b357 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bulma.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.4.2", + "last-tag": "3.0.0", "last-sync": "9e2d8667d12abbda4b2407416452229d21317680" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index a4c41c9..a316754 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.4.2 + 3.0.0 datatables.net-buttons-bm This is Buttons for DataTables with styling for [Bulma](https://bulma.io/) diff --git a/package.json b/package.json index 7329bc2..c6edd6b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bulma.mjs", "style": "css/buttons.bulma.css", "types": "./types/buttons.bulma.d.ts", - "version": "2.4.2", + "version": "3.0.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -27,8 +27,8 @@ "sort" ], "dependencies": { - "datatables.net-buttons": ">=2.3.6", - "datatables.net-bm": ">=1.13.4", + "datatables.net-buttons": "3.0.0", + "datatables.net-bm": ">=2.0.0", "jquery": ">=1.7" }, "moduleType": [