diff --git a/core/package.json b/core/package.json index d1d2c494..a004a39c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-heat-map", - "version": "2.2.2", + "version": "2.3.0", "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 05f606a4..5f1369de 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { - "version": "2.2.2", + "version": "2.3.0", "packages": [ "core", "www" ] -} +} \ No newline at end of file diff --git a/www/package.json b/www/package.json index bbd351c9..59f571df 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "2.2.2", + "version": "2.3.0", "scripts": { "build": "kkt build", "start": "kkt start", @@ -20,7 +20,7 @@ "source-map-explorer": "^2.5.3" }, "dependencies": { - "@uiw/react-heat-map": "2.2.2", + "@uiw/react-heat-map": "2.3.0", "@uiw/react-markdown-preview-example": "^2.0.0", "@uiw/react-tooltip": "^4.21.11", "@uiw/reset.css": "^1.0.6",