From b7b4a9f587c40291e4795c8f9b45acad5ee33530 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Mon, 26 Sep 2022 20:10:14 +0200 Subject: [PATCH] Release v0.2.37 --- 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 3469102f..02ae77f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "0.2.36", + "version": "0.2.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2242e43c..c932f853 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.2.36", + "version": "0.2.37", "url": "https://github.com/material-table-core/core", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js",