Skip to content

Commit

Permalink
released v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 7, 2023
1 parent bc055bb commit f4167fd
Show file tree
Hide file tree
Showing 4 changed files with 8 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.2.0",
"version": "2.2.1",
"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
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "2.2.1",
"packages": [
"core",
"www"
Expand Down
4 changes: 4 additions & 0 deletions www/.kktrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default (conf: WebpackConfiguration, env: 'production' | 'development', o
}),
);
conf.module!.exprContextCritical = false;
conf.ignoreWarnings = [
{ module: /node_modules[\\/]parse5[\\/]/, }
];

if (env === 'production') {
conf.optimization = {
...conf.optimization,
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.2.0",
"version": "2.2.1",
"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.0",
"@uiw/react-heat-map": "2.2.1",
"@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 f4167fd

Please sign in to comment.