From e8ca970e090eb2d5a0549301c1fa69d7c1e8fe58 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Sat, 14 Jan 2023 00:02:36 +0100 Subject: [PATCH] Release v6.1.10 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0696f34e..68ec0a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "6.1.9", + "version": "6.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84f2bf9b..d6b73a24 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://github.com/material-table-core/core", - "version": "6.1.9", + "version": "6.1.10", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",