From 485c1e0a525ca54c62c9e3738f070aa7ffe8ed31 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Thu, 29 Dec 2022 14:25:43 +0100 Subject: [PATCH] Release v6.0.0 --- 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 6d9dbe49..f36bb75e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "5.1.9", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6bb8e71a..52c53cec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://github.com/material-table-core/core", - "version": "5.1.9", + "version": "6.0.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",