From 8e7f715fa8f42b6d0a95762e25747db9cea535ce Mon Sep 17 00:00:00 2001 From: Domino987 Date: Sat, 26 Feb 2022 23:04:56 +0100 Subject: [PATCH] Release v4.3.32 --- 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 fd929393..d67035d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "4.3.31", + "version": "4.3.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05d564c1..bea27cc9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public" }, "url": "https://github.com/material-table-core/core", - "version": "4.3.31", + "version": "4.3.32", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",