Skip to content

Commit

Permalink
type:修复类型导出 (#113)
Browse files Browse the repository at this point in the history
* type:修复类型导出

* released v2.0.5
  • Loading branch information
SunLxy committed Nov 18, 2022
1 parent e984478 commit d1c7b5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@uiw/react-heat-map",
"version": "2.0.4",
"version": "2.0.5",
"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",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"author": "kenny wang <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -28,7 +29,7 @@
"dist.css",
"dist",
"src",
"cjs",
"lib",
"esm"
],
"keywords": [
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.4",
"version": "2.0.5",
"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.4",
"version": "2.0.5",
"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.4",
"@uiw/react-heat-map": "2.0.5",
"@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 d1c7b5c

Please sign in to comment.