From 5a4b194405e415ab0306da9ff9280c3fed405cb9 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Sat, 19 Mar 2022 15:51:24 +0100 Subject: [PATCH] Release v0.2.28 --- 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 b9631cd1..cf6367d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@material-table/core", - "version": "0.2.27", + "version": "0.2.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab840265..f6f17f53 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.2.27", + "version": "0.2.28", "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",