Skip to content

Commit

Permalink
8e155b3eca39175eec7e9c1fe3ecb273e63a438b Release 2.2.0
Browse files Browse the repository at this point in the history
(Removed one of the UMD headers to make it the same as the ESM build -
it was redundant information)

Sync to source repo @8e155b3eca39175eec7e9c1fe3ecb273e63a438b
  • Loading branch information
dtbuild committed Jan 6, 2025
1 parent eaff715 commit afabc89
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.1.8",
"last-sync": "c5876413be0fdb125cb0e05db5c2ca770a436a1b"
"last-sync": "8e155b3eca39175eec7e9c1fe3ecb273e63a438b"
}
22 changes: 2 additions & 20 deletions js/dataTables.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
/*! DataTables 2.2.0-dev
/*! DataTables 2.2.0
* © SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 2.2.0-dev
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright SpryMedia Ltd.
*
* This source file is free software, available under the following license:
* MIT license - https://datatables.net/license
*
* This source file is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
*
* For details please refer to: https://www.datatables.net
*/

(function( factory ) {
"use strict";

Expand Down Expand Up @@ -10002,7 +9984,7 @@
* @type string
* @default Version number
*/
DataTable.version = "2.2.0-dev";
DataTable.version = "2.2.0";

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions js/dataTables.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 2.2.0-dev
/*! DataTables 2.2.0
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -9949,7 +9949,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
* @type string
* @default Version number
*/
DataTable.version = "2.2.0-dev";
DataTable.version = "2.2.0";

/**
* Private data store, containing all of the settings objects that are
Expand Down

0 comments on commit afabc89

Please sign in to comment.