From 3a606e6e08aa734c1bbcd3bf593d49554efb8345 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 2 Aug 2022 22:05:03 +0800 Subject: [PATCH] released v0.0.2 --- core/package.json | 2 +- lerna.json | 2 +- www/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {