Skip to content

Commit 4af1f4d

Browse files
committed
released v2.0.1
1 parent 60ccfaa commit 4af1f4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "markdown-react-code-preview-loader",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Index react example text in markdown, converted to React components.",
66
"author": "SunLxy <[email protected]>",
77
"contributors": [
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@babel/standalone": "^7.17.11",
28-
"babel-plugin-transform-replace-export-default": "^1.0.3",
2928
"babel-plugin-transform-remove-imports": "^1.7.0",
29+
"babel-plugin-transform-replace-export-default": "^1.0.3",
3030
"remark": "~13.0.0"
3131
},
3232
"devDependencies": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"packages": ["website", "core"]
44
}

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "website",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Simple React package development project example template.",
66
"private": true,
77
"scripts": {
@@ -36,7 +36,7 @@
3636
"@types/react": "18.0.8",
3737
"@types/react-dom": "18.0.3",
3838
"kkt": "~7.1.5",
39-
"markdown-react-code-preview-loader": "2.0.0"
39+
"markdown-react-code-preview-loader": "2.0.1"
4040
},
4141
"eslintConfig": {
4242
"extends": [

0 commit comments

Comments
 (0)