diff --git a/core/package.json b/core/package.json index 440c8ca..3a3561e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "kktp", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp cli", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -37,10 +37,10 @@ "@babel/node": "^7.20.7", "@babel/preset-typescript": "^7.21.0", "@babel/register": "^7.21.0", - "@kkt/doc": "^1.1.1", + "@kkt/doc": "^1.1.2", "@kkt/less-modules": "~7.3.2", - "@kkt/plugin-pro-config": "^1.1.1", - "@kkt/request": "^1.1.1", + "@kkt/plugin-pro-config": "^1.1.2", + "@kkt/request": "^1.1.2", "@proload/plugin-json": "~0.3.1", "@proload/plugin-rc": "~0.2.1", "@types/jest": "~27.4.1", diff --git a/examples/access/package.json b/examples/access/package.json index 5e4c716..76a442a 100644 --- a/examples/access/package.json +++ b/examples/access/package.json @@ -1,6 +1,6 @@ { "name": "@examples/access", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -20,7 +20,7 @@ "uiw": "^4.21.23" }, "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/auto-routes/package.json b/examples/auto-routes/package.json index 5d4ed34..25d43a9 100644 --- a/examples/auto-routes/package.json +++ b/examples/auto-routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/auto-routes", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -14,7 +14,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/basic-js/package.json b/examples/basic-js/package.json index 1b5e8d0..3086d04 100644 --- a/examples/basic-js/package.json +++ b/examples/basic-js/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-js", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/basic/package.json b/examples/basic/package.json index f1af55c..e390852 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/config/package.json b/examples/config/package.json index 564df9d..fb7a592 100644 --- a/examples/config/package.json +++ b/examples/config/package.json @@ -1,6 +1,6 @@ { "name": "@examples/config", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -18,7 +18,7 @@ "uiw": "4.21.23" }, "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/docs/package.json b/examples/docs/package.json index 1c59b01..c1f3d97 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -1,6 +1,6 @@ { "name": "@examples/docs", - "version": "1.1.1", + "version": "1.1.2", "private": true, "description": "new webiste with kktp.", "scripts": { @@ -29,7 +29,7 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@kkt/pro": "^1.1.1", + "@kkt/pro": "^1.1.2", "@types/react-test-renderer": "18.0.0", "hast": "^1.0.0", "rehype-rewrite": "^3.0.6", diff --git a/examples/mocker/package.json b/examples/mocker/package.json index d0c121f..1891153 100644 --- a/examples/mocker/package.json +++ b/examples/mocker/package.json @@ -2,7 +2,7 @@ "name": "@examples/mocker", "description": "基础模拟 API 示例", "private": true, - "version": "1.1.1", + "version": "1.1.2", "scripts": { "start": "kktp start", "build": "kktp build", @@ -14,7 +14,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/rematch/package.json b/examples/rematch/package.json index 231ffc4..3266c8d 100644 --- a/examples/rematch/package.json +++ b/examples/rematch/package.json @@ -1,6 +1,6 @@ { "name": "@examples/rematch", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -14,7 +14,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/examples/routes/package.json b/examples/routes/package.json index 6d472a6..b89857c 100644 --- a/examples/routes/package.json +++ b/examples/routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/routes", - "version": "1.1.1", + "version": "1.1.2", "description": "案例", "private": true, "scripts": { @@ -14,7 +14,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/pro": "^1.1.1" + "@kkt/pro": "^1.1.2" }, "eslintConfig": { "extends": [ diff --git a/lerna.json b/lerna.json index 5e7e0f7..2dbcab4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "packages": ["core", "packages/*", "examples/*", "packages/plugin/*"], "useWorkspaces": true } diff --git a/packages/create-kktp/package.json b/packages/create-kktp/package.json index 3298b50..26e1551 100644 --- a/packages/create-kktp/package.json +++ b/packages/create-kktp/package.json @@ -1,6 +1,6 @@ { "name": "create-kktp", - "version": "1.1.1", + "version": "1.1.2", "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 27a09ad..c34d48b 100644 --- a/packages/doc/package.json +++ b/packages/doc/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/doc", - "version": "1.1.1", + "version": "1.1.2", "description": "Document Preview", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/plugin/access/package.json b/packages/plugin/access/package.json index b620ce2..e6bbdb9 100644 --- a/packages/plugin/access/package.json +++ b/packages/plugin/access/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-access", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,7 +31,7 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-utils": "^1.1.1", + "@kkt/plugin-pro-utils": "^1.1.2", "@types/fs-extra": "~11.0.1", "@types/recursive-readdir": "~2.2.1", "chokidar": "~3.5.3", diff --git a/packages/plugin/config/package.json b/packages/plugin/config/package.json index 41b8b65..a1779d0 100644 --- a/packages/plugin/config/package.json +++ b/packages/plugin/config/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-config", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,10 +31,10 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-entry": "^1.1.1", - "@kkt/plugin-pro-rematch": "^1.1.1", - "@kkt/plugin-pro-router": "^1.1.1", - "@kkt/request": "^1.1.1", + "@kkt/plugin-pro-entry": "^1.1.2", + "@kkt/plugin-pro-rematch": "^1.1.2", + "@kkt/plugin-pro-router": "^1.1.2", + "@kkt/request": "^1.1.2", "@types/webpack-bundle-analyzer": "^4.6.0", "kkt": "^7.3.2", "webpack-bundle-analyzer": "^4.8.0" diff --git a/packages/plugin/entry/package.json b/packages/plugin/entry/package.json index e90c064..596f32f 100644 --- a/packages/plugin/entry/package.json +++ b/packages/plugin/entry/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-entry", - "version": "1.1.1", + "version": "1.1.2", "description": "自动生成入口文件", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/plugin/pro/package.json b/packages/plugin/pro/package.json index 22e872d..646f4d0 100644 --- a/packages/plugin/pro/package.json +++ b/packages/plugin/pro/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/pro", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,6 +31,6 @@ "framework" ], "dependencies": { - "kktp": "^1.1.1" + "kktp": "^1.1.2" } } diff --git a/packages/plugin/rematch/package.json b/packages/plugin/rematch/package.json index 75bf1cb..8775823 100644 --- a/packages/plugin/rematch/package.json +++ b/packages/plugin/rematch/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-rematch", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,7 +31,7 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-utils": "^1.1.1", + "@kkt/plugin-pro-utils": "^1.1.2", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", "@types/fs-extra": "~11.0.1", diff --git a/packages/plugin/router/package.json b/packages/plugin/router/package.json index c7d8fe7..f78bc84 100644 --- a/packages/plugin/router/package.json +++ b/packages/plugin/router/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-router", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", @@ -31,7 +31,7 @@ "framework" ], "dependencies": { - "@kkt/plugin-pro-utils": "^1.1.1", + "@kkt/plugin-pro-utils": "^1.1.2", "@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 46bf1a6..959c49f 100644 --- a/packages/plugin/utils/package.json +++ b/packages/plugin/utils/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-pro-utils", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp plugins", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/packages/request/package.json b/packages/request/package.json index eac104e..1ce11b3 100644 --- a/packages/request/package.json +++ b/packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/request", - "version": "1.1.1", + "version": "1.1.2", "description": "kktp request", "author": "SunLxy <1011771396@qq.com>", "license": "MIT", diff --git a/website/package.json b/website/package.json index 3682fe8..8a03239 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.1.1", + "version": "1.1.2", "description": "doc", "private": true, "scripts": { @@ -24,7 +24,7 @@ "uiw": "4.21.23" }, "devDependencies": { - "@kkt/pro": "^1.1.1", + "@kkt/pro": "^1.1.2", "@types/styled-components": "^5.1.26", "hast": "^1.0.0", "markdown-react-code-preview-loader": "^2.1.5",