From eae287a7952e8338772f792f64e9dba69534cd97 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 25 Jan 2021 17:41:23 +0800 Subject: [PATCH] released v6.6.0 --- core/package.json | 2 +- example/basic/package.json | 4 ++-- example/bundle-react-component-tsx/package.json | 8 ++++---- example/bundle/package.json | 8 ++++---- example/chrome-plugin/package.json | 4 ++-- example/electron/package.json | 6 +++--- example/less/package.json | 6 +++--- example/markdown/package.json | 8 ++++---- example/react-component-tsx/package.json | 10 +++++----- example/rematch-hash-router/package.json | 6 +++--- example/rematch-tsx/package.json | 10 +++++----- example/rematch-uiw/package.json | 6 +++--- example/rematch/package.json | 6 +++--- example/scss/package.json | 4 ++-- example/stylus/package.json | 6 +++--- example/typescript/package.json | 6 +++--- example/uiw/package.json | 4 ++-- lerna.json | 2 +- packages/less-modules/package.json | 4 ++-- packages/mocker-api/package.json | 4 ++-- packages/raw-modules/package.json | 4 ++-- packages/react-library/package.json | 4 ++-- packages/scope-plugin-options/package.json | 4 ++-- packages/stylus-modules/package.json | 4 ++-- 24 files changed, 65 insertions(+), 65 deletions(-) diff --git a/core/package.json b/core/package.json index 3c9533f2..86d5fa42 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "kkt", - "version": "6.5.1", + "version": "6.6.0", "description": "Create React apps with no build configuration, Cli tool for creating react apps.", "author": "Kenny Wong (https://github.com/jaywcjlove)", "main": "lib/index.js", diff --git a/example/basic/package.json b/example/basic/package.json index a0303fc0..db6a79e5 100644 --- a/example/basic/package.json +++ b/example/basic/package.json @@ -1,6 +1,6 @@ { "name": "@template/basic", - "version": "6.5.1", + "version": "6.6.0", "description": "The react base application.", "private": true, "scripts": { @@ -22,7 +22,7 @@ "web-vitals": "1.1.0" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/bundle-react-component-tsx/package.json b/example/bundle-react-component-tsx/package.json index 7e60e9f2..984a8a3b 100644 --- a/example/bundle-react-component-tsx/package.json +++ b/example/bundle-react-component-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle-react-component-tsx", - "version": "6.5.1", + "version": "6.6.0", "main": "dist/bundle.js", "description": "", "private": true, @@ -20,11 +20,11 @@ "react-dom": "17.0.1" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "@kkt/react-library": "6.5.1", + "@kkt/less-modules": "6.6.0", + "@kkt/react-library": "6.6.0", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", - "kkt": "6.5.1" + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/bundle/package.json b/example/bundle/package.json index bf9217e2..590bd1b4 100644 --- a/example/bundle/package.json +++ b/example/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle", - "version": "6.5.1", + "version": "6.6.0", "main": "dist/bundle.js", "module": "src/components/index.js", "description": "", @@ -23,9 +23,9 @@ "react-dom": "17.0.1" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "@kkt/react-library": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "@kkt/react-library": "6.6.0", + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/chrome-plugin/package.json b/example/chrome-plugin/package.json index e2a4726e..ecba8347 100644 --- a/example/chrome-plugin/package.json +++ b/example/chrome-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@template/chrome-plugin", - "version": "6.5.1", + "version": "6.6.0", "description": "", "private": true, "scripts": { @@ -22,7 +22,7 @@ "devDependencies": { "clean-webpack-plugin": "3.0.0", "filemanager-webpack-plugin": "2.0.5", - "kkt": "6.5.1" + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/electron/package.json b/example/electron/package.json index 245fe6b8..7b2efb69 100644 --- a/example/electron/package.json +++ b/example/electron/package.json @@ -1,6 +1,6 @@ { "name": "@template/electron", - "version": "6.5.1", + "version": "6.6.0", "description": "Electron example.", "main": "lib/main.js", "private": true, @@ -21,11 +21,11 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/less-modules": "6.5.1", + "@kkt/less-modules": "6.6.0", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", "electron": "11.2.0", - "kkt": "6.5.1", + "kkt": "6.6.0", "tsbb": "2.0.5" }, "dependencies": { diff --git a/example/less/package.json b/example/less/package.json index fa580b43..ccdd9277 100644 --- a/example/less/package.json +++ b/example/less/package.json @@ -1,6 +1,6 @@ { "name": "@template/less", - "version": "6.5.1", + "version": "6.6.0", "description": "", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "17.0.1" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/example/markdown/package.json b/example/markdown/package.json index b12514ed..5b779b7a 100644 --- a/example/markdown/package.json +++ b/example/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@template/markdown", - "version": "6.5.1", + "version": "6.6.0", "description": "", "private": true, "scripts": { @@ -18,9 +18,9 @@ "react-dom": "17.0.1" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "@kkt/raw-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "@kkt/raw-modules": "6.6.0", + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index fda604fa..9d690c34 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/react-component-tsx", - "version": "6.5.1", + "version": "6.6.0", "description": "React Component Example for TypeScript.", "private": true, "main": "lib/cjs/index.js", @@ -46,14 +46,14 @@ "prop-types": "15.7.2" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "@kkt/raw-modules": "6.5.1", - "@kkt/scope-plugin-options": "6.5.1", + "@kkt/less-modules": "6.6.0", + "@kkt/raw-modules": "6.6.0", + "@kkt/scope-plugin-options": "6.6.0", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", "compile-less-cli": "1.6.0", "husky": "4.3.8", - "kkt": "6.5.1", + "kkt": "6.6.0", "lint-staged": "10.5.3", "prettier": "2.2.1", "react": "17.0.1", diff --git a/example/rematch-hash-router/package.json b/example/rematch-hash-router/package.json index 65f30619..3848795e 100644 --- a/example/rematch-hash-router/package.json +++ b/example/rematch-hash-router/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch-hash-router", - "version": "6.5.1", + "version": "6.6.0", "description": "", "private": true, "scripts": { @@ -24,8 +24,8 @@ "react-router-dom": "5.2.0" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/rematch-tsx/package.json b/example/rematch-tsx/package.json index 9e0650cf..f22804d3 100644 --- a/example/rematch-tsx/package.json +++ b/example/rematch-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch-tsx", - "version": "6.5.1", + "version": "6.6.0", "description": "Use Rematch & TypeScript for the project.", "private": true, "scripts": { @@ -25,14 +25,14 @@ "uiw": "4.7.7" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "@kkt/raw-modules": "6.5.1", - "@kkt/scope-plugin-options": "6.5.1", + "@kkt/less-modules": "6.6.0", + "@kkt/raw-modules": "6.6.0", + "@kkt/scope-plugin-options": "6.6.0", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", "@types/react-redux": "7.1.15", "@types/react-router-dom": "5.1.7", - "kkt": "6.5.1" + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/rematch-uiw/package.json b/example/rematch-uiw/package.json index 1cbe8366..7dcf1e05 100644 --- a/example/rematch-uiw/package.json +++ b/example/rematch-uiw/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch-uiw", - "version": "6.5.1", + "version": "6.6.0", "description": "", "private": true, "scripts": { @@ -25,8 +25,8 @@ "uiw": "4.7.7" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/rematch/package.json b/example/rematch/package.json index 72ac55a9..738d2642 100644 --- a/example/rematch/package.json +++ b/example/rematch/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch", - "version": "6.5.1", + "version": "6.6.0", "description": "Use Rematch for the project.", "private": true, "scripts": { @@ -26,8 +26,8 @@ "redux": "4.0.4" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/less-modules": "6.6.0", + "kkt": "6.6.0" }, "eslintConfig": { "extends": [ diff --git a/example/scss/package.json b/example/scss/package.json index 1843701f..38b84a3b 100644 --- a/example/scss/package.json +++ b/example/scss/package.json @@ -1,6 +1,6 @@ { "name": "@template/scss", - "version": "6.5.1", + "version": "6.6.0", "description": "Use an example of SCSS.", "private": true, "scripts": { @@ -18,7 +18,7 @@ "react-dom": "17.0.1" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/example/stylus/package.json b/example/stylus/package.json index 308d915d..bbf3b19a 100644 --- a/example/stylus/package.json +++ b/example/stylus/package.json @@ -1,6 +1,6 @@ { "name": "@template/stylus", - "version": "6.5.1", + "version": "6.6.0", "description": "React uses the server side rendering of the Stylus based application.", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "17.0.1" }, "devDependencies": { - "@kkt/stylus-modules": "6.5.1", - "kkt": "6.5.1" + "@kkt/stylus-modules": "6.6.0", + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/example/typescript/package.json b/example/typescript/package.json index a7a5b34e..800bd157 100644 --- a/example/typescript/package.json +++ b/example/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@template/typescript", - "version": "6.5.1", + "version": "6.6.0", "description": "Use an example of TypeScript.", "private": true, "scripts": { @@ -21,11 +21,11 @@ "web-vitals": "1.1.0" }, "devDependencies": { - "@kkt/less-modules": "6.5.1", + "@kkt/less-modules": "6.6.0", "@types/jest": "24.9.1", "@types/react": "17.0.0", "@types/react-dom": "17.0.0", - "kkt": "6.5.1" + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/example/uiw/package.json b/example/uiw/package.json index 8d80430e..4b71aa92 100644 --- a/example/uiw/package.json +++ b/example/uiw/package.json @@ -1,6 +1,6 @@ { "name": "@template/uiw", - "version": "6.5.1", + "version": "6.6.0", "description": "Use uiw for the project.", "private": true, "scripts": { @@ -21,7 +21,7 @@ "uiw": "4.7.7" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" }, "browserslist": { "production": [ diff --git a/lerna.json b/lerna.json index e3a9ef06..120242e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.5.1", + "version": "6.6.0", "packages": [ "core", "example/*", diff --git a/packages/less-modules/package.json b/packages/less-modules/package.json index 4be162da..109e5783 100644 --- a/packages/less-modules/package.json +++ b/packages/less-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/less-modules", - "version": "6.5.1", + "version": "6.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular less files and *.module.less files.", @@ -22,6 +22,6 @@ "less-loader": "^7.1.0" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } } diff --git a/packages/mocker-api/package.json b/packages/mocker-api/package.json index a836ba90..6ff3128b 100644 --- a/packages/mocker-api/package.json +++ b/packages/mocker-api/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/mocker-api", - "version": "6.5.1", + "version": "6.6.0", "private": true, "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,6 +21,6 @@ "mocker-api": "2.8.0" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } } diff --git a/packages/raw-modules/package.json b/packages/raw-modules/package.json index 156023b9..ba118298 100644 --- a/packages/raw-modules/package.json +++ b/packages/raw-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/raw-modules", - "version": "6.5.1", + "version": "6.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Makes it easy to use the webpack raw-loader.", @@ -20,6 +20,6 @@ "raw-loader": "^4.0.2" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } } diff --git a/packages/react-library/package.json b/packages/react-library/package.json index 4dec8346..6db60650 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/react-library", - "version": "6.5.1", + "version": "6.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Use create-react-app to build react libraries.", @@ -22,6 +22,6 @@ "css-minimizer-webpack-plugin": "1.2.0" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } } diff --git a/packages/scope-plugin-options/package.json b/packages/scope-plugin-options/package.json index 36f839d0..3cb600fa 100644 --- a/packages/scope-plugin-options/package.json +++ b/packages/scope-plugin-options/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/scope-plugin-options", - "version": "6.5.1", + "version": "6.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.", @@ -17,6 +17,6 @@ "src" ], "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } } diff --git a/packages/stylus-modules/package.json b/packages/stylus-modules/package.json index 81bba307..08594c6a 100644 --- a/packages/stylus-modules/package.json +++ b/packages/stylus-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/stylus-modules", - "version": "6.5.1", + "version": "6.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular stylus files and *.module.styl files.", @@ -23,6 +23,6 @@ "stylus-loader": "^4.3.1" }, "devDependencies": { - "kkt": "6.5.1" + "kkt": "6.6.0" } }