Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
v0.2.98
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 18, 2020
1 parent aa91d29 commit 3a4143d
Show file tree
Hide file tree
Showing 26 changed files with 144 additions and 34 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)


### Bug Fixes

* Fix inner mw ([#170](https://github.com/midwayjs/midway-faas/issues/170)) ([aa91d29](https://github.com/midwayjs/midway-faas/commit/aa91d29817f6d38b6d8cefd28ca426c31651ae50))





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
}
},
"npmClient": "npm",
"version": "0.2.97"
"version": "0.2.98"
}
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-dev-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-dev-pack",
"version": "0.2.97",
"version": "0.2.98",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,7 +13,7 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^0.2.97",
"@midwayjs/faas-dev-pack": "^0.2.98",
"@midwayjs/fcli-command-core": "^0.2.97",
"koa": "^2.11.0",
"koa-onerror": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-fc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"@midwayjs/serverless-spec-builder": "^0.2.97"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.97",
"@midwayjs/fcli-plugin-package": "^0.2.98",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-invoke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -20,7 +20,7 @@
"globby": "^10.0.1"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.97",
"@midwayjs/faas": "^0.2.98",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"micromatch": "^4.0.2"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.97",
"@midwayjs/faas": "^0.2.98",
"@midwayjs/serverless-spec-builder": "^0.2.97",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-scf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.97",
"@midwayjs/fcli-plugin-package": "^0.2.98",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/faas-cli





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
12 changes: 6 additions & 6 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/faas-cli",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/fcli-command-core": "^0.2.97",
"@midwayjs/fcli-plugin-create": "^0.2.97",
"@midwayjs/fcli-plugin-deploy": "^0.2.97",
"@midwayjs/fcli-plugin-dev-pack": "^0.2.97",
"@midwayjs/fcli-plugin-fc": "^0.2.97",
"@midwayjs/fcli-plugin-invoke": "^0.2.97",
"@midwayjs/fcli-plugin-package": "^0.2.97",
"@midwayjs/fcli-plugin-scf": "^0.2.97",
"@midwayjs/fcli-plugin-dev-pack": "^0.2.98",
"@midwayjs/fcli-plugin-fc": "^0.2.98",
"@midwayjs/fcli-plugin-invoke": "^0.2.98",
"@midwayjs/fcli-plugin-package": "^0.2.98",
"@midwayjs/fcli-plugin-scf": "^0.2.98",
"@midwayjs/fcli-plugin-test": "^0.2.97",
"@midwayjs/serverless-spec-builder": "^0.2.97",
"enquirer": "^2.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-dev-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/faas-dev-pack





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
10 changes: 5 additions & 5 deletions packages/faas-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/faas-dev-pack",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^0.2.97",
"@midwayjs/gateway-common-http": "^0.2.97",
"@midwayjs/serverless-invoke": "^0.2.97",
"@midwayjs/gateway-common-core": "^0.2.98",
"@midwayjs/gateway-common-http": "^0.2.98",
"@midwayjs/serverless-invoke": "^0.2.98",
"body-parser": "^1.19.0",
"compose-middleware": "^5.0.1",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.97",
"@midwayjs/faas": "^0.2.98",
"@types/express": "^4.17.0",
"@types/koa": "^2.0.49",
"express": "^4.17.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/faas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)


### Bug Fixes

* Fix inner mw ([#170](https://github.com/midwayjs/midway-faas/issues/170)) ([aa91d29](https://github.com/midwayjs/midway-faas/commit/aa91d29817f6d38b6d8cefd28ca426c31651ae50))





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/faas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/faas",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gateway-common-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/gateway-common-core





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/gateway-common-core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/gateway-common-core",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"devDependencies": {
"@midwayjs/serverless-invoke": "^0.2.97",
"@midwayjs/serverless-invoke": "^0.2.98",
"@types/express": "^4.17.0",
"@types/koa": "^2.0.49",
"body-parser": "^1.19.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/gateway-common-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/gateway-common-http





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/gateway-common-http/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/gateway-common-http",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^0.2.97",
"@midwayjs/serverless-invoke": "^0.2.97",
"@midwayjs/gateway-common-core": "^0.2.98",
"@midwayjs/serverless-invoke": "^0.2.98",
"@midwayjs/serverless-spec-builder": "^0.2.97",
"@types/express": "^4.17.0",
"picomatch": "^2.2.1"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.97",
"@midwayjs/faas": "^0.2.98",
"express": "^4.17.1",
"koa": "^2.11.0",
"micromatch": "^4.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-invoke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.98](https://github.com/midwayjs/midway-faas/compare/v0.2.97...v0.2.98) (2020-05-18)

**Note:** Version bump only for package @midwayjs/serverless-invoke





## [0.2.97](https://github.com/midwayjs/midway-faas/compare/v0.2.96...v0.2.97) (2020-05-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/serverless-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@midwayjs/serverless-invoke",
"version": "0.2.97",
"version": "0.2.98",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-plugin-invoke": "^0.2.97"
"@midwayjs/fcli-plugin-invoke": "^0.2.98"
},
"devDependencies": {
"@midwayjs/faas": "^0.2.97",
"@midwayjs/faas": "^0.2.98",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 3a4143d

Please sign in to comment.