diff --git a/core/package.json b/core/package.json index 6ea3c10..c47b9ac 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "react-keywords", - "version": "0.0.2", + "version": "0.0.3", "description": "Highlight a keyword in a piece of text and return a React element.", "homepage": "https://uiwjs.github.io/react-keywords/", "author": "kenny wang ", diff --git a/lerna.json b/lerna.json index 267f2f2..3e021b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "packages": ["core", "www"], "useWorkspaces": true } diff --git a/www/package.json b/www/package.json index 7a3aa87..b164597 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "build": "kkt build", @@ -28,7 +28,7 @@ "react": "~18.2.0", "react-code-preview-layout": "^2.0.6", "react-dom": "~18.2.0", - "react-keywords": "0.0.2", + "react-keywords": "0.0.3", "styled-components": "^5.3.5" }, "eslintConfig": {