Skip to content

Commit ad65f1c

Browse files
committed
released v0.0.3
1 parent abc9eba commit ad65f1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-keywords",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Highlight a keyword in a piece of text and return a React element.",
55
"homepage": "https://uiwjs.github.io/react-keywords/",
66
"author": "kenny wang <[email protected]>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.0.3",
33
"packages": ["core", "www"],
44
"useWorkspaces": true
55
}

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",
@@ -28,7 +28,7 @@
2828
"react": "~18.2.0",
2929
"react-code-preview-layout": "^2.0.6",
3030
"react-dom": "~18.2.0",
31-
"react-keywords": "0.0.2",
31+
"react-keywords": "0.0.3",
3232
"styled-components": "^5.3.5"
3333
},
3434
"eslintConfig": {

0 commit comments

Comments
 (0)