diff --git a/core/package.json b/core/package.json index 2ba7699..e7a1bd8 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "react-keywords", - "version": "0.0.1", + "version": "0.0.2", "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 40b0b25..267f2f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "packages": ["core", "www"], "useWorkspaces": true } diff --git a/www/package.json b/www/package.json index 7b6aabf..452a952 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "build": "kkt build", @@ -25,10 +25,10 @@ "@uiw/react-shields": "~1.1.3", "@uiw/reset.css": "~1.0.6", "@wcj/dark-mode": "~1.0.15", - "react-keywords": "0.0.1", "react": "~18.2.0", "react-code-preview-layout": "^2.0.6", "react-dom": "~18.2.0", + "react-keywords": "0.0.2", "styled-components": "^5.3.5" }, "eslintConfig": {