Skip to content

Commit

Permalink
released v2.1.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 13, 2023
1 parent bb4f826 commit db5f95f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.5",
"version": "2.1.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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.5",
"version": "2.1.0",
"packages": [
"core",
"www"
Expand Down
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.0.5",
"version": "2.1.0",
"scripts": {
"build": "kkt build",
"start": "kkt start",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-heat-map": "2.0.5",
"@uiw/react-heat-map": "2.1.0",
"@uiw/react-markdown-preview": "^4.0.17",
"@uiw/react-shields": "~1.1.2",
"@uiw/react-tooltip": "^4.21.11",
Expand Down

0 comments on commit db5f95f

Please sign in to comment.