Skip to content

Commit

Permalink
publish v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Jun 9, 2020
1 parent da86911 commit 2e85f0b
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 58 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.0.20

- Modify build command options --skipBuild to --skip-build
- The configuration file supports runtime expression definition: ${{xxx}}
- Resources support multi-regional deployment

## v0.0.19

- feat(fc-adapter) support custom runtime
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli",
"version": "0.0.19",
"version": "0.0.20",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -82,7 +82,7 @@
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/ext-scripts",
"version": "0.0.19",
"version": "0.0.20",
"license": "MIT",
"description": "NPM scripts for malagu packages.",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.19",
"version": "0.0.20",
"packages": [
"packages/*",
"dev-pacakges/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"**/@types/node": "8.10.20"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.18",
"@malagu/ext-scripts": "^0.0.20",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^11.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/antd",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.19",
"@malagu/react": "^0.0.20",
"antd": "^4.0.2",
"dayjs": "^1.8.22",
"react": "^16.12.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/authing/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/authing",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/security": "^0.0.19",
"@malagu/web": "^0.0.19",
"@malagu/security": "^0.0.20",
"@malagu/web": "^0.0.20",
"authing-js-sdk": "^3.11.0",
"axios": "^0.19.2",
"jsonwebtoken": "^8.5.1",
Expand Down Expand Up @@ -43,7 +43,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.0",
"@types/url-join": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/core",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/traverse": "^0.6.32"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/express-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/express-adapter",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"express": "^4.17.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19"
"@malagu/ext-scripts": "^0.0.20"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/fc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@malagu/fc-adapter",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@alicloud/cloudapi": "^1.1.0",
"@alicloud/fc2": "^2.1.1",
"@alicloud/ram": "^1.0.0",
"@malagu/cli": "^0.0.19",
"@malagu/web": "^0.0.19",
"@malagu/cli": "^0.0.20",
"@malagu/web": "^0.0.20",
"ali-oss": "^6.1.1",
"co": "^4.6.0",
"co-defer": "^1.0.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/grommet/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/grommet",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.19",
"@malagu/react": "^0.0.20",
"grommet": "^2.9.0",
"grommet-icons": "^4.4.0",
"react": "^16.12.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/logger",
"version": "0.0.19",
"version": "0.0.20",
"description": "logger component for pino",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"pino": "^5.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/pino": "^5.15.5"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/material-ui",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/grommet": "^0.0.19",
"@malagu/grommet": "^0.0.20",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mvc/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/mvc",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"mustache": "^4.0.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/react",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/core": "^0.0.19",
"@malagu/core": "^0.0.20",
"history": "^4.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/history": "^4.7.3",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/rpc",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"reconnecting-websocket": "^4.1.10"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/security",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"crypto-js": "^4.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/crypto-js": "^3.1.47",
"@types/jexl": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/serve-static/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/serve-static",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"serve-static": "^1.14.1"
},
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.19",
"@malagu/ext-scripts": "^0.0.20",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/typeorm",
"version": "0.0.19",
"version": "0.0.20",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.19",
"@malagu/web": "^0.0.20",
"mysql": "^2.17.1",
"typeorm": "^0.2.19"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^0.0.19",
"@malagu/ext-scripts": "^0.0.19",
"@malagu/cli": "^0.0.20",
"@malagu/ext-scripts": "^0.0.20",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"nyc": {
Expand Down
Loading

0 comments on commit 2e85f0b

Please sign in to comment.