Skip to content

Commit

Permalink
released v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 15, 2023
1 parent 9ea5419 commit adb8ae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "markdown-react-code-preview-loader",
"version": "2.1.2",
"version": "2.1.3",
"description": "Index react example text in markdown, converted to React components.",
"homepage": "https://github.com/kktjs/markdown-react-code-preview-loader",
"author": "SunLxy <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.1.2",
"version": "2.1.3",
"packages": ["website", "core"]
}
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "website",
"version": "2.1.2",
"version": "2.1.3",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"@uiw/react-markdown-preview": "^4.0.19",
"@uiw/react-stackblitz": "~1.0.5",
"@wcj/dark-mode": "^1.0.14",
"react-code-preview-layout": "^2.0.6",
"i18next": "~21.7.1",
"react": "18.1.0",
"react-code-preview-layout": "^2.0.6",
"react-dom": "18.1.0",
"react-i18next": "~11.16.9",
"react-router-dom": "^6.3.0",
Expand All @@ -33,7 +33,7 @@
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"kkt": "~7.1.5",
"markdown-react-code-preview-loader": "2.1.2"
"markdown-react-code-preview-loader": "2.1.3"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit adb8ae1

Please sign in to comment.