Skip to content

Commit

Permalink
serverless-v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 19, 2020
1 parent 9724f4a commit f4d6698
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 17 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.

## [1.2.5](https://github.com/midwayjs/midway/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)


### Bug Fixes

* invoke error output ([#610](https://github.com/midwayjs/midway/issues/610)) ([9724f4a](https://github.com/midwayjs/midway/commit/9724f4a06e301fe37e428b9428aa6d1639232301))





## [1.2.4](https://github.com/midwayjs/midway/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)


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": "1.2.4"
"version": "1.2.5"
}
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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack
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": "1.2.4",
"version": "1.2.5",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,7 +13,7 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.2.4",
"@midwayjs/faas-dev-pack": "^1.2.5",
"@midwayjs/fcli-command-core": "^1.2.3",
"koa": "^2.11.0",
"koa-onerror": "^4.1.0"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)


### Bug Fixes

* invoke error output ([#610](https://github.com/midwayjs/midway-faas/issues/610)) ([9724f4a](https://github.com/midwayjs/midway-faas/commit/9724f4a06e301fe37e428b9428aa6d1639232301))





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/faas-cli",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^1.0.0",
"@midwayjs/fcli-command-core": "^1.2.3",
"@midwayjs/fcli-plugin-create": "^1.2.3",
"@midwayjs/fcli-plugin-deploy": "^1.2.3",
"@midwayjs/fcli-plugin-dev-pack": "^1.2.4",
"@midwayjs/fcli-plugin-invoke": "^1.2.4",
"@midwayjs/fcli-plugin-dev-pack": "^1.2.5",
"@midwayjs/fcli-plugin-invoke": "^1.2.5",
"@midwayjs/fcli-plugin-package": "^1.2.4",
"@midwayjs/fcli-plugin-test": "^1.2.3",
"@midwayjs/serverless-spec-builder": "^1.2.0",
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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/faas-dev-pack
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/faas-dev-pack",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^1.2.4",
"@midwayjs/gateway-common-http": "^1.2.4",
"@midwayjs/serverless-invoke": "^1.2.4",
"@midwayjs/gateway-common-core": "^1.2.5",
"@midwayjs/gateway-common-http": "^1.2.5",
"@midwayjs/serverless-invoke": "^1.2.5",
"body-parser": "^1.19.0",
"compose-middleware": "^5.0.1",
"fs-extra": "^8.1.0",
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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/gateway-common-core
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": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"devDependencies": {
"@midwayjs/serverless-invoke": "^1.2.4",
"@midwayjs/serverless-invoke": "^1.2.5",
"@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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/gateway-common-http
Expand Down
4 changes: 2 additions & 2 deletions packages/gateway-common-http/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/gateway-common-http",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^1.2.4",
"@midwayjs/gateway-common-core": "^1.2.5",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"@types/express": "^4.17.0",
"picomatch": "^2.2.1"
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.

## [1.2.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.4...serverless-v1.2.5) (2020-08-19)

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





## [1.2.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)

**Note:** Version bump only for package @midwayjs/serverless-invoke
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/serverless-invoke",
"version": "1.2.4",
"version": "1.2.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-plugin-invoke": "^1.2.4"
"@midwayjs/fcli-plugin-invoke": "^1.2.5"
},
"devDependencies": {
"@midwayjs/faas": "^1.2.1",
Expand Down

0 comments on commit f4d6698

Please sign in to comment.