Skip to content

Commit

Permalink
released v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 2, 2022
1 parent 21e48f6 commit 3a606e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"packages": ["core", "www"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "kkt build",
Expand All @@ -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": {
Expand Down

0 comments on commit 3a606e6

Please sign in to comment.