Skip to content

Commit b29152c

Browse files
committed
released v2.3.4 #141
1 parent f87fcd1 commit b29152c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-heat-map",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.3",
2+
"version": "2.3.4",
33
"packages": [
44
"core",
55
"www"

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "2.3.3",
4+
"version": "2.3.4",
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.3",
23+
"@uiw/react-heat-map": "2.3.4",
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)