Skip to content

Commit

Permalink
released v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 20, 2022
1 parent ebfc314 commit d688804
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.4",
"version": "0.0.5",
"description": "Highlight a keyword in a piece of text and return a React element.",
"homepage": "https://uiwjs.github.io/react-keywords/",
"author": "kenny wang <wowohoo@qq.com>",
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.4",
"version": "0.0.5",
"packages": ["core", "www"],
"useWorkspaces": true
}
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
},
"keywords": [],
"author": "jaywcjlove",
"license": "ISC",
"keywords": [
"keywords",
"react-component",
"react"
],
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
"workspaces": [
"core",
"www"
Expand Down
5 changes: 2 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "www",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "kkt build",
"start": "kkt start",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
"author": "jaywcjlove",
"devDependencies": {
"@kkt/less-modules": "~7.2.0",
"@kkt/raw-modules": "~7.2.0",
Expand All @@ -28,7 +27,7 @@
"react": "~18.2.0",
"react-code-preview-layout": "^2.0.6",
"react-dom": "~18.2.0",
"react-keywords": "0.0.4",
"react-keywords": "0.0.5",
"styled-components": "^5.3.5"
},
"eslintConfig": {
Expand Down

0 comments on commit d688804

Please sign in to comment.