Skip to content

Commit 9d72fdf

Browse files
committed
released 2.1.7
1 parent d57d61a commit 9d72fdf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
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.1.6",
4+
"version": "2.1.7",
55
"description": "Index react example text in markdown, converted to React components.",
66
"homepage": "https://kktjs.github.io/markdown-react-code-preview-loader",
77
"author": "SunLxy <1011771396@qq.com>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.1.6",
2+
"version": "2.1.7",
33
"packages": ["website", "core"]
44
}

website/package.json

Lines changed: 3 additions & 3 deletions
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.1.6",
4+
"version": "2.1.7",
55
"description": "Simple React package development project example template.",
66
"private": true,
77
"scripts": {
@@ -33,7 +33,7 @@
3333
"@types/react": "18.0.8",
3434
"@types/react-dom": "18.0.3",
3535
"kkt": "~7.4.17",
36-
"markdown-react-code-preview-loader": "2.1.6"
36+
"markdown-react-code-preview-loader": "2.1.7"
3737
},
3838
"eslintConfig": {
3939
"extends": [
@@ -53,4 +53,4 @@
5353
"last 1 safari version"
5454
]
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)