From f5229e826f4055e5059b0e2989088789adc1a855 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Sat, 6 Apr 2024 18:07:43 +0200 Subject: [PATCH] Release v6.4.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 592e6633..8c2390f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@material-table/core", - "version": "6.4.0", + "version": "6.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@material-table/core", - "version": "6.4.0", + "version": "6.4.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/package.json b/package.json index 212929b7..c083426e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://material-table-core.github.io/", - "version": "6.4.0", + "version": "6.4.1", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",