diff --git a/core/package.json b/core/package.json index 5448d4c..ed8c6fb 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "kktp", - "version": "0.0.11", + "version": "0.0.12", "description": "kktp cli", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -33,9 +33,9 @@ "framework" ], "dependencies": { - "@kkt/doc": "^0.0.11", + "@kkt/doc": "^0.0.12", "@kkt/less-modules": "~7.3.2", - "@kkt/plugin-pro-config": "^0.0.11", + "@kkt/plugin-pro-config": "^0.0.12", "@proload/plugin-json": "~0.3.1", "@proload/plugin-rc": "~0.2.1", "@swc-node/register": "~1.6.1", @@ -45,4 +45,4 @@ "minimist": "~1.2.7", "typescript": "~4.9.5" } -} \ No newline at end of file +} diff --git a/examples/auto-routes/package.json b/examples/auto-routes/package.json index 024267a..e5dd721 100644 --- a/examples/auto-routes/package.json +++ b/examples/auto-routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/auto-routes", - "version": "0.0.11", + "version": "0.0.12", "description": "案例", "private": true, "scripts": { @@ -25,7 +25,7 @@ "@types/jest": "~27.4.1", "@types/react": "~18.0.0", "@types/react-dom": "~18.0.0", - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/examples/basic-js/package.json b/examples/basic-js/package.json index eb4604c..0ff2445 100644 --- a/examples/basic-js/package.json +++ b/examples/basic-js/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-js", - "version": "0.0.11", + "version": "0.0.12", "description": "案例", "private": true, "scripts": { @@ -18,7 +18,7 @@ "web-vitals": "^2.1.2" }, "devDependencies": { - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/examples/basic/package.json b/examples/basic/package.json index 43483f3..f2d10fa 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic", - "version": "0.0.11", + "version": "0.0.12", "description": "案例", "private": true, "scripts": { @@ -21,7 +21,7 @@ "@types/jest": "~27.4.1", "@types/react": "~18.0.0", "@types/react-dom": "~18.0.0", - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/examples/config/package.json b/examples/config/package.json index c543049..165ae00 100644 --- a/examples/config/package.json +++ b/examples/config/package.json @@ -1,6 +1,6 @@ { "name": "@examples/config", - "version": "0.0.11", + "version": "0.0.12", "description": "案例", "private": true, "scripts": { @@ -28,7 +28,7 @@ "@types/jest": "~27.4.1", "@types/react": "~18.0.0", "@types/react-dom": "~18.0.0", - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/examples/mocker/package.json b/examples/mocker/package.json index 6787046..6744d4b 100644 --- a/examples/mocker/package.json +++ b/examples/mocker/package.json @@ -2,7 +2,7 @@ "name": "@examples/mocker", "description": "基础模拟 API 示例", "private": true, - "version": "0.0.11", + "version": "0.0.12", "scripts": { "start": "kktp start", "build": "kktp build", @@ -20,7 +20,7 @@ "react-router-dom": "~6.8.0" }, "devDependencies": { - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/examples/routes/package.json b/examples/routes/package.json index d15cf79..39fa696 100644 --- a/examples/routes/package.json +++ b/examples/routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/routes", - "version": "0.0.11", + "version": "0.0.12", "description": "案例", "private": true, "scripts": { @@ -25,7 +25,7 @@ "@types/jest": "~27.4.1", "@types/react": "~18.0.0", "@types/react-dom": "~18.0.0", - "kktp": "^0.0.11" + "kktp": "^0.0.12" }, "eslintConfig": { "extends": [ diff --git a/lerna.json b/lerna.json index 7af1847..1ca0100 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.11", + "version": "0.0.12", "packages": ["core", "packages/*", "examples/*", "packages/plugin/*"], "useWorkspaces": true } diff --git a/packages/create-kktp/package.json b/packages/create-kktp/package.json index b934b36..7db2718 100644 --- a/packages/create-kktp/package.json +++ b/packages/create-kktp/package.json @@ -1,6 +1,6 @@ { "name": "create-kktp", - "version": "0.0.11", + "version": "0.0.12", "description": "Creates a kktp application using the command line.", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/doc/package.json b/packages/doc/package.json index 0d7d8fd..04644f3 100644 --- a/packages/doc/package.json +++ b/packages/doc/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/doc", - "version": "0.0.11", + "version": "0.0.12", "description": "Document Preview", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/plugin/config/package.json b/packages/plugin/config/package.json index 0d36172..0f7289c 100644 --- a/packages/plugin/config/package.json +++ b/packages/plugin/config/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-config", - "version": "0.0.11", + "version": "0.0.12", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,9 +31,9 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-entry": "^0.0.11", - "@kkt/plugin-pro-rematch": "^0.0.11", - "@kkt/plugin-pro-router": "^0.0.11", + "@kkt/plugin-pro-entry": "^0.0.12", + "@kkt/plugin-pro-rematch": "^0.0.12", + "@kkt/plugin-pro-router": "^0.0.12", "kkt": "^7.3.2" } } diff --git a/packages/plugin/entry/package.json b/packages/plugin/entry/package.json index 316294d..3b2b8e6 100644 --- a/packages/plugin/entry/package.json +++ b/packages/plugin/entry/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-entry", - "version": "0.0.11", + "version": "0.0.12", "description": "自动生成入口文件", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/plugin/rematch/package.json b/packages/plugin/rematch/package.json index 6aa101d..f0e3146 100644 --- a/packages/plugin/rematch/package.json +++ b/packages/plugin/rematch/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-rematch", - "version": "0.0.11", + "version": "0.0.12", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,7 +31,7 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-utils": "^0.0.11", + "@kkt/plugin-pro-utils": "^0.0.12", "@types/fs-extra": "~11.0.1", "chokidar": "~3.5.3", "fs-extra": "~11.1.0" diff --git a/packages/plugin/router/package.json b/packages/plugin/router/package.json index b05c791..af7b021 100644 --- a/packages/plugin/router/package.json +++ b/packages/plugin/router/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-router", - "version": "0.0.11", + "version": "0.0.12", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,7 +31,7 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-utils": "^0.0.11", + "@kkt/plugin-pro-utils": "^0.0.12", "@types/fs-extra": "~11.0.1", "@types/recursive-readdir": "~2.2.1", "chokidar": "~3.5.3", diff --git a/packages/plugin/utils/package.json b/packages/plugin/utils/package.json index 293cef1..b55733f 100644 --- a/packages/plugin/utils/package.json +++ b/packages/plugin/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-utils", - "version": "0.0.11", + "version": "0.0.12", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT",