Skip to content

Commit

Permalink
released v2.2.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 7, 2023
1 parent 8c51eb0 commit d47eac9
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.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",
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.1.1",
"version": "2.2.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.1.1",
"version": "2.2.0",
"scripts": {
"build": "kkt build",
"start": "kkt start",
Expand All @@ -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",
Expand Down

0 comments on commit d47eac9

Please sign in to comment.