From 7a8d729b493e4f5cfdff7e5e1ae51a7e1f4bef2c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 4 Aug 2022 15:24:58 +0800 Subject: [PATCH] released v0.0.4 --- 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 c47b9ac..fdfb7f3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "react-keywords", - "version": "0.0.3", + "version": "0.0.4", "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 3e021b1..0255b67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.3", + "version": "0.0.4", "packages": ["core", "www"], "useWorkspaces": true } diff --git a/www/package.json b/www/package.json index b164597..6be1683 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.0.3", + "version": "0.0.4", "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.3", + "react-keywords": "0.0.4", "styled-components": "^5.3.5" }, "eslintConfig": {