Skip to content

Commit

Permalink
released v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 12, 2022
1 parent 60ccfaa commit 4af1f4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "2.0.1",
"description": "Index react example text in markdown, converted to React components.",
"author": "SunLxy <1011771396@qq.com>",
"contributors": [
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/standalone": "^7.17.11",
"babel-plugin-transform-replace-export-default": "^1.0.3",
"babel-plugin-transform-remove-imports": "^1.7.0",
"babel-plugin-transform-replace-export-default": "^1.0.3",
"remark": "~13.0.0"
},
"devDependencies": {
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.0.0",
"version": "2.0.1",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 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.0.0",
"version": "2.0.1",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"kkt": "~7.1.5",
"markdown-react-code-preview-loader": "2.0.0"
"markdown-react-code-preview-loader": "2.0.1"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 4af1f4d

Please sign in to comment.