Skip to content

Commit dd06ab6

Browse files
committed
released v2.1.4
1 parent 58d1de9 commit dd06ab6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

+1-1
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.3",
4+
"version": "2.1.4",
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 <[email protected]>",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.1.3",
2+
"version": "2.1.4",
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.1.3",
4+
"version": "2.1.4",
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.1.5",
36-
"markdown-react-code-preview-loader": "2.1.3"
36+
"markdown-react-code-preview-loader": "2.1.4"
3737
},
3838
"eslintConfig": {
3939
"extends": [

0 commit comments

Comments
 (0)