From 3aa6640340208c29f5e187b7714641967477fb50 Mon Sep 17 00:00:00 2001 From: Matt Oestreich <21092343+oze4@users.noreply.github.com> Date: Thu, 29 Apr 2021 17:35:21 -0500 Subject: [PATCH] Release v2.3.35 --- 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 d55ac92f..50e1ba2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "2.3.34", + "version": "2.3.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c43691c..42ad8139 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.3.34", + "version": "2.3.35", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",