Skip to content

Commit 5c5512c

Browse files
committed
update version to 6.2.5
1 parent 0072b25 commit 5c5512c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tabulator",
33
"main": "dist/js/tabulator.js",
4-
"version": "6.2.4",
4+
"version": "6.2.5",
55
"description": "Interactive table generation JavaScript library",
66
"keywords": [
77
"table",

dist/js/tabulator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Tabulator v6.2.4 (c) Oliver Folkerd 2024 */
1+
/* Tabulator v6.2.5 (c) Oliver Folkerd 2024 */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :

dist/js/tabulator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/tabulator_esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Tabulator v6.2.4 (c) Oliver Folkerd 2024 */
1+
/* Tabulator v6.2.5 (c) Oliver Folkerd 2024 */
22
class CoreFeature{
33

44
constructor(table){

dist/js/tabulator_esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/tabulator_esm.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/js/tabulator_esm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Tabulator v6.2.4 (c) Oliver Folkerd 2024 */
1+
/* Tabulator v6.2.5 (c) Oliver Folkerd 2024 */
22
class CoreFeature{
33

44
constructor(table){

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabulator-tables",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"description": "Interactive table generation JavaScript library",
55
"style": "dist/css/tabulator.css",
66
"main": "dist/js/tabulator.js",

0 commit comments

Comments
 (0)