From e3ec3ff9c344cffd16320d78ae4558021bd2bb1f Mon Sep 17 00:00:00 2001 From: Domino987 Date: Fri, 10 Nov 2023 16:47:57 +0100 Subject: [PATCH] Release v6.3.0 --- 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 9b9b2b13..10cac897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@material-table/core", - "version": "6.2.11", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@material-table/core", - "version": "6.2.11", + "version": "6.3.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/package.json b/package.json index 6d1b30cb..6d86a694 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://material-table-core.github.io/", - "version": "6.2.11", + "version": "6.3.0", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",