Skip to content

Commit cf77648

Browse files
committed
released v2.1.9
1 parent 7db14c8 commit cf77648

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.8",
4+
"version": "2.1.9",
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.8",
2+
"version": "2.1.9",
33
"packages": ["website", "core", "pkg-example"]
44
}

pkg-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg-example",
3-
"version": "1.0.0",
3+
"version": "2.1.9",
44
"private": true,
55
"license": "MIT",
66
"main": "./cjs/index.js",

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.8",
4+
"version": "2.1.9",
55
"description": "Simple React package development project example template.",
66
"private": true,
77
"scripts": {
@@ -34,7 +34,7 @@
3434
"@types/react": "^18.2.0",
3535
"@types/react-dom": "^18.2.0",
3636
"kkt": "~7.5.5",
37-
"markdown-react-code-preview-loader": "2.1.8"
37+
"markdown-react-code-preview-loader": "2.1.9"
3838
},
3939
"eslintConfig": {
4040
"extends": [

0 commit comments

Comments
 (0)