From f2f69b3cc913b7952ae13a6b759a2d9032008a19 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Mon, 10 Jan 2022 00:27:36 +0100 Subject: [PATCH] Release v4.3.18 --- 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 ef2d1ce5..40030ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "4.3.17", + "version": "4.3.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fad69eef..c7065988 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://github.com/material-table-core/core", - "version": "4.3.17", + "version": "4.3.18", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",