diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index cebc03dd34..9e73e04d5c 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/cli", - "version": "1.5.1", + "version": "1.6.0", "description": "Malagu CLI.", "publishConfig": { "access": "public" @@ -86,7 +86,7 @@ "worker-loader": "^2.0.0" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/chai": "^4.0.1", "@types/chai-string": "^1.4.0", "@types/friendly-errors-webpack-plugin": "^0.1.2", diff --git a/dev-packages/compression/package.json b/dev-packages/compression/package.json index ab42c3195f..900d31bf57 100644 --- a/dev-packages/compression/package.json +++ b/dev-packages/compression/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/compression", - "version": "1.5.1", + "version": "1.6.0", "description": "", "dependencies": { "compression-webpack-plugin": "^4.0.1" @@ -34,8 +34,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1" + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/eslint/package.json b/dev-packages/eslint/package.json index e137fdb97f..3ddb017007 100644 --- a/dev-packages/eslint/package.json +++ b/dev-packages/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/eslint", - "version": "1.5.1", + "version": "1.6.0", "description": "eslint component", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -38,8 +38,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1" + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index 45b515437f..f6a8964518 100644 --- a/dev-packages/ext-scripts/package.json +++ b/dev-packages/ext-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/ext-scripts", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "description": "NPM scripts for malagu packages.", "files": [ diff --git a/dev-packages/pwa/package.json b/dev-packages/pwa/package.json index 5a0b2c4ecd..f2eedbd8bd 100644 --- a/dev-packages/pwa/package.json +++ b/dev-packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/pwa", - "version": "1.5.1", + "version": "1.6.0", "description": "pwa component", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -35,8 +35,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1" + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/lerna.json b/lerna.json index fe966e1949..966c716e35 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.5.1", + "version": "1.6.0", "packages": [ "packages/*", "dev-pacakges/*" diff --git a/package.json b/package.json index d8c148240e..a5bbf74544 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "**/@types/node": "8.10.20" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/chai": "^4.0.1", "@types/chai-string": "^1.4.0", "@types/jsdom": "^16.2.3", diff --git a/packages/antd/package.json b/packages/antd/package.json index ca7fc07317..db12ca0a37 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/antd", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.5.1", + "@malagu/react": "^1.6.0", "antd": "^4.0.2", "dayjs": "^1.8.22", "react": "^16.12.0", @@ -41,7 +41,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/authing/package.json b/packages/authing/package.json index 8fa65d3aaf..f1bb088878 100644 --- a/packages/authing/package.json +++ b/packages/authing/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/authing", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/security": "^1.5.1", - "@malagu/web": "^1.5.1", + "@malagu/security": "^1.6.0", + "@malagu/web": "^1.6.0", "authing-js-sdk": "^3.11.0", "axios": "^0.19.2", "jsonwebtoken": "^8.5.1", @@ -43,7 +43,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.0", "@types/url-join": "^4.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index 9c7695b619..4806e848a1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/core", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -55,7 +55,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/traverse": "^0.6.32" }, "nyc": { diff --git a/packages/express-adapter/package.json b/packages/express-adapter/package.json index 23799b98e5..03145b948a 100644 --- a/packages/express-adapter/package.json +++ b/packages/express-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/express-adapter", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "express": "^4.17.1" }, "publishConfig": { @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1" + "@malagu/ext-scripts": "^1.6.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/fc-adapter/package.json b/packages/fc-adapter/package.json index b8722b0aff..68e44b738b 100644 --- a/packages/fc-adapter/package.json +++ b/packages/fc-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/fc-adapter", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", @@ -8,7 +8,7 @@ "@alicloud/cloudapi": "^1.1.0", "@alicloud/fc2": "^2.1.1", "@alicloud/ram": "^1.0.0", - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "@webserverless/fc-express": "^0.1.4", "ali-oss": "^6.1.1", "co": "^4.6.0", @@ -50,8 +50,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1", + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0", "@types/inquirer": "^6.5.0", "@types/jszip": "^3.1.6" }, diff --git a/packages/grommet/package.json b/packages/grommet/package.json index 4d323f0831..c18ddf2312 100644 --- a/packages/grommet/package.json +++ b/packages/grommet/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/grommet", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.5.1", + "@malagu/react": "^1.6.0", "grommet": "^2.14.0", "grommet-icons": "^4.4.0", "react": "^16.12.0", @@ -42,7 +42,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/logger/package.json b/packages/logger/package.json index ce5f814a1e..9879919016 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/logger", - "version": "1.5.1", + "version": "1.6.0", "description": "logger component for pino", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "pino": "^5.16.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/pino": "^5.15.5" }, "nyc": { diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index a6cf33c1af..b5366be865 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/material-ui", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.5.1", + "@malagu/react": "^1.6.0", "@material-ui/core": "^4.6.0", "@material-ui/icons": "^4.5.1", "@material-ui/styles": "^4.5.2", @@ -41,7 +41,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/mvc/package.json b/packages/mvc/package.json index b195068cd7..474142009d 100644 --- a/packages/mvc/package.json +++ b/packages/mvc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/mvc", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "mustache": "^4.0.1" }, "publishConfig": { @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.1", "@types/url-join": "^4.0.0", diff --git a/packages/oauth2-client/package.json b/packages/oauth2-client/package.json index ea5b293a81..af38391109 100644 --- a/packages/oauth2-client/package.json +++ b/packages/oauth2-client/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-client", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-jose": "^1.5.1" + "@malagu/oauth2-jose": "^1.6.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-core/package.json b/packages/oauth2-core/package.json index f811b3239b..67ec91f070 100644 --- a/packages/oauth2-core/package.json +++ b/packages/oauth2-core/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-core", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/security": "^1.5.1" + "@malagu/security": "^1.6.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-jose/package.json b/packages/oauth2-jose/package.json index 7516807ac9..2543a00f29 100644 --- a/packages/oauth2-jose/package.json +++ b/packages/oauth2-jose/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-jose", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-core": "^1.5.1", + "@malagu/oauth2-core": "^1.6.0", "jose": "^1.28.0" }, "publishConfig": { diff --git a/packages/oidc-provider/package.json b/packages/oidc-provider/package.json index de7e07aa5b..e752e71738 100644 --- a/packages/oidc-provider/package.json +++ b/packages/oidc-provider/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oidc-provider", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "oidc-provider": "^6.29.5" }, "publishConfig": { @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/crypto-js": "^3.1.47", "@types/jexl": "^2.1.0" }, diff --git a/packages/react/package.json b/packages/react/package.json index cc8cd15830..a9ec4695a4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/react", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/widget": "^1.5.1", + "@malagu/widget": "^1.6.0", "history": "^4.10.1", "react": "^16.12.0", "react-dom": "^16.12.0", @@ -43,7 +43,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/history": "^4.7.3", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.3" diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 5b28df940f..03b990727d 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/rpc", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1" + "@malagu/web": "^1.6.0" }, "publishConfig": { "access": "public" @@ -36,7 +36,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/url-join": "^4.0.0", "@types/uuid": "^3.4.5" }, diff --git a/packages/scf-adapter/package.json b/packages/scf-adapter/package.json index c9b45f95cf..ee53576e0f 100644 --- a/packages/scf-adapter/package.json +++ b/packages/scf-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/scf-adapter", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "dotenv": "^8.2.0", "express": "^4.17.1", "fs-extra": "^8.1.0", @@ -44,8 +44,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1", + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0", "@types/inquirer": "^6.5.0", "@types/jszip": "^3.1.6" }, diff --git a/packages/security/package.json b/packages/security/package.json index 6b2925196c..b07a7b673e 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/security", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "crypto-js": "^4.0.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/crypto-js": "^3.1.47", "@types/jexl": "^2.1.0" }, diff --git a/packages/serve-static/package.json b/packages/serve-static/package.json index 178bc7ede3..8f443776dc 100644 --- a/packages/serve-static/package.json +++ b/packages/serve-static/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/serve-static", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "serve-static": "^1.14.1" }, "publishConfig": { @@ -38,7 +38,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.1", "@types/url-join": "^4.0.0", diff --git a/packages/shell/package.json b/packages/shell/package.json index 2b256d98fe..995d23a99c 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/shell", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/grommet": "^1.5.1" + "@malagu/grommet": "^1.6.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/styled-components": "^5.1.1" }, "nyc": { diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index 16d21fef75..304888e0dd 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/typeorm", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "mysql": "^2.17.1", "typeorm": "^0.2.19" }, @@ -38,8 +38,8 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/cli": "^1.5.1", - "@malagu/ext-scripts": "^1.5.1", + "@malagu/cli": "^1.6.0", + "@malagu/ext-scripts": "^1.6.0", "webpack-filter-warnings-plugin": "^1.2.1" }, "nyc": { diff --git a/packages/vercel-adapter/package.json b/packages/vercel-adapter/package.json index 9de5a25527..8d1789076d 100644 --- a/packages/vercel-adapter/package.json +++ b/packages/vercel-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vercel-adapter", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.5.1", + "@malagu/web": "^1.6.0", "command-exists": "^1.2.9", "express": "^4.17.1" }, @@ -39,7 +39,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "webpack-merge": "^4.2.1" }, "nyc": { diff --git a/packages/web/package.json b/packages/web/package.json index 68ca800d45..4c2d1b446e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/web", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.5.1", + "@malagu/core": "^1.6.0", "@types/express": "^4.16.1", "axios": "^0.19.2", "cookies": "^0.8.0", @@ -46,7 +46,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1", + "@malagu/ext-scripts": "^1.6.0", "@types/cors": "^2.8.6", "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" diff --git a/packages/widget/package.json b/packages/widget/package.json index 2d2c6c0c74..f3f00b4b4b 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/widget", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.5.1" + "@malagu/core": "^1.6.0" }, "publishConfig": { "access": "public" @@ -36,7 +36,7 @@ "docs": "malaguext docs" }, "devDependencies": { - "@malagu/ext-scripts": "^1.5.1" + "@malagu/ext-scripts": "^1.6.0" }, "nyc": { "extends": "../../configs/nyc.json"