diff --git a/core/package.json b/core/package.json index 3d66ce8..e287a2d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-only-when", - "version": "2.0.1", + "version": "2.0.2", "description": "A declarative component for conditional rendering.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index ddf4383..369f803 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "2.0.1", + "version": "2.0.2", "packages": ["core", "www"] } diff --git a/www/package.json b/www/package.json index 080b492..2cab8c2 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.0.1", + "version": "2.0.2", "preview": true, "scripts": { "build": "kkt build", @@ -9,7 +9,7 @@ }, "dependencies": { "@uiw/react-markdown-preview-example": "^1.3.1", - "@uiw/react-only-when": "2.0.1", + "@uiw/react-only-when": "2.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" },