Skip to content

Commit

Permalink
update version to 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jan 27, 2024
1 parent b41e1ac commit b9663b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "tabulator",
"main": "dist/js/tabulator.js",
"version": "5.5.3",
"version": "5.5.4",
"description": "Interactive table generation JavaScript library",
"keywords": [
"table",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator.js
@@ -1,4 +1,4 @@
/* Tabulator v5.5.3 (c) Oliver Folkerd 2024 */
/* Tabulator v5.5.4 (c) Oliver Folkerd 2024 */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.js
@@ -1,4 +1,4 @@
/* Tabulator v5.5.3 (c) Oliver Folkerd 2024 */
/* Tabulator v5.5.4 (c) Oliver Folkerd 2024 */
class CoreFeature{

constructor(table){
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tabulator-tables",
"version": "5.5.3",
"version": "5.5.4",
"description": "Interactive table generation JavaScript library",
"style": "dist/css/tabulator.css",
"main": "dist/js/tabulator.js",
Expand Down

0 comments on commit b9663b8

Please sign in to comment.