Skip to content

Commit 728d195

Browse files
committed
released v2.3.1 #133
1 parent 1f86e7e commit 728d195

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-heat-map",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.",
55
"homepage": "https://uiwjs.github.io/react-heat-map/",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"packages": [
44
"core",
55
"www"

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"scripts": {
66
"build": "kkt build",
77
"start": "kkt start",
@@ -20,7 +20,7 @@
2020
"source-map-explorer": "^2.5.3"
2121
},
2222
"dependencies": {
23-
"@uiw/react-heat-map": "2.3.0",
23+
"@uiw/react-heat-map": "2.3.1",
2424
"@uiw/react-markdown-preview-example": "^2.0.0",
2525
"@uiw/react-tooltip": "^4.21.11",
2626
"@uiw/reset.css": "^1.0.6",

0 commit comments

Comments
 (0)