diff --git a/core/package.json b/core/package.json index 2513b53b..b0357afd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-heat-map", - "version": "2.3.1", + "version": "2.3.2", "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 f3ceb411..991b51e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "packages": [ "core", "www" diff --git a/www/package.json b/www/package.json index 37081c6c..76ed6c45 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "2.3.1", + "version": "2.3.2", "scripts": { "build": "kkt build", "start": "kkt start", @@ -20,7 +20,7 @@ "source-map-explorer": "^2.5.3" }, "dependencies": { - "@uiw/react-heat-map": "2.3.1", + "@uiw/react-heat-map": "2.3.2", "@uiw/react-markdown-preview-example": "^2.0.0", "@uiw/react-tooltip": "^4.21.11", "@uiw/reset.css": "^1.0.6",