Skip to content

Commit

Permalink
released v2.3.0 #132
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 8, 2024
1 parent 4d46dbf commit 0cbd026
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.2.2",
"version": "2.3.0",
"packages": [
"core",
"www"
]
}
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "2.2.2",
"version": "2.3.0",
"scripts": {
"build": "kkt build",
"start": "kkt start",
Expand All @@ -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",
Expand Down

0 comments on commit 0cbd026

Please sign in to comment.