Skip to content

Commit

Permalink
released 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Jul 20, 2023
1 parent d57d61a commit 9d72fdf
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.6",
"version": "2.1.7",
"description": "Index react example text in markdown, converted to React components.",
"homepage": "https://kktjs.github.io/markdown-react-code-preview-loader",
"author": "SunLxy <1011771396@qq.com>",
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.6",
"version": "2.1.7",
"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.6",
"version": "2.1.7",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"kkt": "~7.4.17",
"markdown-react-code-preview-loader": "2.1.6"
"markdown-react-code-preview-loader": "2.1.7"
},
"eslintConfig": {
"extends": [
Expand All @@ -53,4 +53,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 9d72fdf

Please sign in to comment.