diff --git a/core/package.json b/core/package.json index a004a39c..2513b53b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-heat-map", - "version": "2.3.0", + "version": "2.3.1", "description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.", "homepage": "https://uiwjs.github.io/react-heat-map/", "funding": "https://jaywcjlove.github.io/#/sponsor", diff --git a/lerna.json b/lerna.json index 5f1369de..f3ceb411 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.0", + "version": "2.3.1", "packages": [ "core", "www" diff --git a/www/package.json b/www/package.json index 59f571df..37081c6c 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "2.3.0", + "version": "2.3.1", "scripts": { "build": "kkt build", "start": "kkt start", @@ -20,7 +20,7 @@ "source-map-explorer": "^2.5.3" }, "dependencies": { - "@uiw/react-heat-map": "2.3.0", + "@uiw/react-heat-map": "2.3.1", "@uiw/react-markdown-preview-example": "^2.0.0", "@uiw/react-tooltip": "^4.21.11", "@uiw/reset.css": "^1.0.6",