Skip to content

Commit

Permalink
released v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 24, 2024
1 parent 7db14c8 commit cf77648
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1.8",
"version": "2.1.9",
"description": "Index react example text in markdown, converted to React components.",
"homepage": "https://kktjs.github.io/markdown-react-code-preview-loader",
"author": "SunLxy <1011771396@qq.com>",
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.1.8",
"version": "2.1.9",
"packages": ["website", "core", "pkg-example"]
}
2 changes: 1 addition & 1 deletion pkg-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg-example",
"version": "1.0.0",
"version": "2.1.9",
"private": true,
"license": "MIT",
"main": "./cjs/index.js",
Expand Down
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.1.8",
"version": "2.1.9",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"kkt": "~7.5.5",
"markdown-react-code-preview-loader": "2.1.8"
"markdown-react-code-preview-loader": "2.1.9"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit cf77648

Please sign in to comment.