From d47eac90a81a9fdd7153aa76f65cafcfc813f1d2 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 7 Oct 2023 13:23:14 +0800 Subject: [PATCH] released v2.2.0 (#114) --- core/package.json | 2 +- lerna.json | 2 +- www/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/package.json b/core/package.json index f05b056c..4fecc751 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-heat-map", - "version": "2.1.1", + "version": "2.2.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/", "main": "./lib/index.js", diff --git a/lerna.json b/lerna.json index 7f627b9e..cd50f919 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.2.0", "packages": [ "core", "www" diff --git a/www/package.json b/www/package.json index 6c56be3c..0accdde2 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "2.1.1", + "version": "2.2.0", "scripts": { "build": "kkt build", "start": "kkt start", @@ -20,8 +20,8 @@ "source-map-explorer": "^2.5.3" }, "dependencies": { + "@uiw/react-heat-map": "2.2.0", "@uiw/react-markdown-preview-example": "^1.5.3", - "@uiw/react-heat-map": "2.1.1", "@uiw/react-tooltip": "^4.21.11", "@uiw/reset.css": "^1.0.6", "react": "^18.2.0",