diff --git a/core/package.json b/core/package.json index dfc6174..8bc5216 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/ssr", - "version": "3.1.10", + "version": "3.1.11", "description": "", "license": "MIT", "main": "lib/index.js", diff --git a/example/basic-plugins/package.json b/example/basic-plugins/package.json index 4a6766f..0fa95f1 100644 --- a/example/basic-plugins/package.json +++ b/example/basic-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-plugins", - "version": "3.1.10", + "version": "3.1.11", "description": "", "private": true, "scripts": { @@ -16,7 +16,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/plugin-ssr": "3.1.10", + "@kkt/plugin-ssr": "3.1.11", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic-routes-rematch-new/package.json b/example/basic-routes-rematch-new/package.json index d3c8269..6ff41b4 100644 --- a/example/basic-routes-rematch-new/package.json +++ b/example/basic-routes-rematch-new/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes-rematch-new", - "version": "3.1.10", + "version": "3.1.11", "description": "", "private": true, "scripts": { @@ -21,7 +21,7 @@ "serialize-javascript": "6.0.0" }, "devDependencies": { - "@kkt/ssr": "3.1.10", + "@kkt/ssr": "3.1.11", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic-routes/package.json b/example/basic-routes/package.json index acf5637..2fba5ac 100644 --- a/example/basic-routes/package.json +++ b/example/basic-routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes", - "version": "3.1.10", + "version": "3.1.11", "description": "", "private": true, "scripts": { @@ -17,7 +17,7 @@ "react-router-dom": "^6.2.2" }, "devDependencies": { - "@kkt/ssr": "3.1.10", + "@kkt/ssr": "3.1.11", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic/package.json b/example/basic/package.json index 9011cd0..f348a76 100644 --- a/example/basic/package.json +++ b/example/basic/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic", - "version": "3.1.10", + "version": "3.1.11", "description": "", "private": true, "scripts": { @@ -15,7 +15,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/ssr": "3.1.10", + "@kkt/ssr": "3.1.11", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/react-router-rematch-old/package.json b/example/react-router-rematch-old/package.json index 1f002ee..0d01fb0 100644 --- a/example/react-router-rematch-old/package.json +++ b/example/react-router-rematch-old/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes-rematch-old", - "version": "3.1.10", + "version": "3.1.11", "description": "", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "Kenny Wong ", "license": "MIT", "dependencies": { - "@kkt/react-ssr-enhanced": "3.1.10", + "@kkt/react-ssr-enhanced": "3.1.11", "@rematch/core": "2.2.0", "axios": "0.26.0", "cookie-parser": "1.4.3", @@ -29,8 +29,8 @@ "redux": "4.1.2" }, "devDependencies": { - "@kkt/plugin-less": "3.1.10", - "@kkt/ssr": "3.1.10", + "@kkt/plugin-less": "3.1.11", + "@kkt/ssr": "3.1.11", "assert": "2.0.0", "browserify-zlib": "0.2.0", "buffer": "6.0.3", diff --git a/lerna.json b/lerna.json index 0c6405d..b54d969 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "packages/kkt-plugin-less", "packages/kkt-plugin-ssr" ], - "version": "3.1.10", + "version": "3.1.11", "command": { "create": { "license": "MIT" diff --git a/packages/create-kkt-ssr/package.json b/packages/create-kkt-ssr/package.json index 513f4cd..17988b9 100644 --- a/packages/create-kkt-ssr/package.json +++ b/packages/create-kkt-ssr/package.json @@ -1,6 +1,6 @@ { "name": "create-kkt-ssr", - "version": "3.1.10", + "version": "3.1.11", "description": "CLI tool to bootstrap KKT applications with no configuration", "main": "lib/cli.js", "bin": { diff --git a/packages/kkt-plugin-less/package.json b/packages/kkt-plugin-less/package.json index 7458693..b652cbc 100644 --- a/packages/kkt-plugin-less/package.json +++ b/packages/kkt-plugin-less/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-less", - "version": "3.1.10", + "version": "3.1.11", "description": "Support less.", "main": "lib/index.js", "module": "esm/index.js", diff --git a/packages/kkt-plugin-ssr/package.json b/packages/kkt-plugin-ssr/package.json index 85427fd..5b5d75b 100644 --- a/packages/kkt-plugin-ssr/package.json +++ b/packages/kkt-plugin-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-ssr", - "version": "3.1.10", + "version": "3.1.11", "description": "", "main": "lib/index.js", "module": "esm/index.js", diff --git a/packages/react-ssr-enhanced/package.json b/packages/react-ssr-enhanced/package.json index f75c562..b607718 100644 --- a/packages/react-ssr-enhanced/package.json +++ b/packages/react-ssr-enhanced/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/react-ssr-enhanced", - "version": "3.1.10", + "version": "3.1.11", "description": "KKT react server side rendering enhancement tool.", "main": "lib/index.js", "module": "esm/index.js",