Skip to content

Commit

Permalink
publish v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Jun 23, 2020
1 parent 3397c8d commit 039ae12
Show file tree
Hide file tree
Showing 23 changed files with 84 additions and 62 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## v0.0.24

- feat(cli) add admin-app application template
- feat(cli) deployment command no longer checks mode when skipping build
- feat(cli) supports automatic identification of favicon.ico in the root directory of the project
- feat(cli) supports generating resource manifest.json to facilitate access to the micro front-end system
- feat(cli) front-end application supports SPA
- feat(serve-static) optimizes the static resource caching strategy, js, css, pictures and other resources are permanently cached by default, and the HTML file is cached for 5 seconds
- fix(cli) Fix the sourcemap file contains the local path information of the packaged user
- fix(cli) Fix the problem of infinite loop when loading configuration file based on mode
- fix(fc-adapter) Fix the version/alias of the custom domain name binding does not follow the deployment environment

- feat(cli) 添加 admin-app 应用模板
- feat(cli) 部署命令跳过构建时不再检查 mode
- feat(cli) 支持自动识别在项目根目录下的 favicon.ico
- feat(cli) 支持生成资源 manifest.json,方便接入微前端体系
- feat(cli) 前端应用支持 SPA
- feat(serve-static) 优化静态资源缓存策略,js、css 和图片等资源默认永久缓存,html 文件缓存 5 秒
- fix(cli) 修复 sourcemap 文件中包含打包用户的本地路径信息
- fix(cli) 修复基于 mode 加载配置文件出现死循环问题
- fix(fc-adapter) 修复自定义域名绑定的版本/别名没有跟着部署环境走

## v0.0.23

- feat(scf-adapter) Add scf-adapter component
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.23",
"version": "0.0.24",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -84,7 +84,7 @@
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"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.23",
"version": "0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.23",
"@malagu/react": "^0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/security": "^0.0.23",
"@malagu/web": "^0.0.23",
"@malagu/security": "^0.0.24",
"@malagu/web": "^0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"express": "^4.17.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23"
"@malagu/ext-scripts": "^0.0.24"
},
"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.23",
"version": "0.0.24",
"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.23",
"@malagu/web": "^0.0.23",
"@malagu/cli": "^0.0.24",
"@malagu/web": "^0.0.24",
"@webserverless/fc-express": "^0.1.4",
"ali-oss": "^6.1.1",
"co": "^4.6.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.23",
"@malagu/react": "^0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "logger component for pino",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"pino": "^5.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/grommet": "^0.0.23",
"@malagu/grommet": "^0.0.24",
"@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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"mustache": "^4.0.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/core": "^0.0.23",
"@malagu/core": "^0.0.24",
"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.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"reconnecting-websocket": "^4.1.10"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/scf-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/scf-adapter",
"version": "0.0.23",
"version": "0.0.24",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cli": "^0.0.23",
"@malagu/web": "^0.0.23",
"@malagu/cli": "^0.0.24",
"@malagu/web": "^0.0.24",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6"
},
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.23",
"version": "0.0.24",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"crypto-js": "^4.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@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.23",
"version": "0.0.24",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.23",
"@malagu/web": "^0.0.24",
"serve-static": "^1.14.1"
},
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.23",
"@malagu/ext-scripts": "^0.0.24",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
Loading

0 comments on commit 039ae12

Please sign in to comment.