Skip to content

Commit

Permalink
publish v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Jan 5, 2021
1 parent 431b78a commit d194d8f
Show file tree
Hide file tree
Showing 37 changed files with 109 additions and 109 deletions.
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": "1.9.1",
"version": "1.9.2",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -87,7 +87,7 @@
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/compression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/compression",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"dependencies": {
"compression-webpack-plugin": "^4.0.1"
Expand Down Expand Up @@ -34,8 +34,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1"
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/eslint",
"version": "1.9.1",
"version": "1.9.2",
"description": "eslint component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1"
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
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": "1.9.1",
"version": "1.9.2",
"license": "MIT",
"description": "NPM scripts for malagu packages.",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/pwa",
"version": "1.9.1",
"version": "1.9.2",
"description": "pwa component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1"
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
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": "1.9.1",
"version": "1.9.2",
"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": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^16.2.3",
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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.9.1",
"@malagu/react": "^1.9.2",
"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": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/security": "^1.9.1",
"@malagu/web": "^1.9.1",
"@malagu/security": "^1.9.2",
"@malagu/web": "^1.9.2",
"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": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.0",
"@types/url-join": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/cloud",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/core": "^1.9.1"
"@malagu/core": "^1.9.2"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,7 +36,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/puppeteer-core": "^2.0.0",
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/traverse": "^0.6.32"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cos/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/cos",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "^1.9.1",
"@malagu/cloud": "^1.9.2",
"cos-nodejs-sdk-v5": "^2.8.3"
},
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/ali-oss": "^6.0.5",
"@types/puppeteer-core": "^2.0.0",
"bufferutil": "^4.0.1",
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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^1.9.1",
"@malagu/web": "^1.9.2",
"express": "^4.17.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1"
"@malagu/ext-scripts": "^1.9.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/faas-adapter",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cloud": "^1.9.1",
"@malagu/cloud": "^1.9.2",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.1",
Expand Down Expand Up @@ -41,8 +41,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1",
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6"
},
Expand Down
10 changes: 5 additions & 5 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": "1.9.1",
"version": "1.9.2",
"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/faas-adapter": "^1.9.1",
"@malagu/web": "^1.9.1",
"@malagu/faas-adapter": "^1.9.2",
"@malagu/web": "^1.9.2",
"@webserverless/fc-express": "^0.1.4",
"ali-oss": "^6.1.1",
"co": "^4.6.0",
Expand Down Expand Up @@ -48,8 +48,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1",
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2",
"@types/jszip": "^3.1.6"
},
"nyc": {
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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.9.1",
"@malagu/react": "^1.9.2",
"grommet": "^2.14.0",
"grommet-icons": "^4.4.0",
"react": "^16.12.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/lambda-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/lambda-adapter",
"version": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/faas-adapter": "^1.9.1",
"@malagu/web": "^1.9.1",
"@malagu/faas-adapter": "^1.9.2",
"@malagu/web": "^1.9.2",
"@vendia/serverless-express": "^3.4.0",
"aws-sdk": "^2.807.0",
"express": "^4.17.1"
Expand Down Expand Up @@ -41,8 +41,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.9.1",
"@malagu/ext-scripts": "^1.9.1",
"@malagu/cli": "^1.9.2",
"@malagu/ext-scripts": "^1.9.2",
"@types/jszip": "^3.1.6"
},
"nyc": {
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": "1.9.1",
"version": "1.9.2",
"description": "logger component for pino",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^1.9.1",
"@malagu/web": "^1.9.2",
"pino": "^5.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@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": "1.9.1",
"version": "1.9.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.9.1",
"@malagu/react": "^1.9.2",
"@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": "^1.9.1",
"@malagu/ext-scripts": "^1.9.2",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
Loading

0 comments on commit d194d8f

Please sign in to comment.