From f855e6a27b698aaaf4aa61868fff9f437061726e Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 7 Jul 2020 19:54:59 +0800 Subject: [PATCH] serverless-v1.0.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/faas-cli-command-core/CHANGELOG.md | 8 ++++++++ packages/faas-cli-command-core/package.json | 4 ++-- packages/faas-cli-plugin-aws/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-aws/package.json | 8 ++++---- packages/faas-cli-plugin-create/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-create/package.json | 4 ++-- packages/faas-cli-plugin-deploy/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-deploy/package.json | 4 ++-- packages/faas-cli-plugin-dev-pack/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-dev-pack/package.json | 6 +++--- packages/faas-cli-plugin-fc/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-fc/package.json | 8 ++++---- packages/faas-cli-plugin-invoke/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-invoke/package.json | 6 +++--- packages/faas-cli-plugin-package/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-package/package.json | 6 +++--- packages/faas-cli-plugin-scf/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-scf/package.json | 8 ++++---- packages/faas-cli-plugin-test/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-test/package.json | 4 ++-- packages/faas-cli/CHANGELOG.md | 8 ++++++++ packages/faas-cli/package.json | 18 +++++++++--------- packages/faas-dev-pack/CHANGELOG.md | 8 ++++++++ packages/faas-dev-pack/package.json | 8 ++++---- packages/gateway-common-core/CHANGELOG.md | 8 ++++++++ packages/gateway-common-core/package.json | 4 ++-- packages/gateway-common-http/CHANGELOG.md | 8 ++++++++ packages/gateway-common-http/package.json | 8 ++++---- packages/serverless-invoke/CHANGELOG.md | 8 ++++++++ packages/serverless-invoke/package.json | 4 ++-- packages/serverless-spec-builder/CHANGELOG.md | 11 +++++++++++ packages/serverless-spec-builder/package.json | 2 +- 34 files changed, 194 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917430239ac2..c351e6c8a169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + + +### Bug Fixes + +* wrapper ejs ([#522](https://github.com/midwayjs/midway-faas/issues/522)) ([659b051](https://github.com/midwayjs/midway-faas/commit/659b051173209747d74cb32b41cdf718e894bd6f)) + + + + + ## 1.0.2 (2020-07-06) diff --git a/lerna.json b/lerna.json index 47b6493516b5..f0edd5ba03d2 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "1.0.2" + "version": "1.0.3" } diff --git a/packages/faas-cli-command-core/CHANGELOG.md b/packages/faas-cli-command-core/CHANGELOG.md index 84d675d79085..d9ca9bcc18ce 100644 --- a/packages/faas-cli-command-core/CHANGELOG.md +++ b/packages/faas-cli-command-core/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-command-core + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-command-core/package.json b/packages/faas-cli-command-core/package.json index 944993f64b03..1be5b1003677 100644 --- a/packages/faas-cli-command-core/package.json +++ b/packages/faas-cli-command-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-command-core", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/serverless-spec-builder": "^1.0.3", "minimist": "^1.2.0" }, "devDependencies": { diff --git a/packages/faas-cli-plugin-aws/CHANGELOG.md b/packages/faas-cli-plugin-aws/CHANGELOG.md index eaa72a1cb26f..0fc1b584fb0c 100644 --- a/packages/faas-cli-plugin-aws/CHANGELOG.md +++ b/packages/faas-cli-plugin-aws/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-aws + + + + + ## 1.0.2 (2020-07-06) **Note:** Version bump only for package @midwayjs/fcli-plugin-aws diff --git a/packages/faas-cli-plugin-aws/package.json b/packages/faas-cli-plugin-aws/package.json index c49a7d0351c8..9c26ef19505a 100644 --- a/packages/faas-cli-plugin-aws/package.json +++ b/packages/faas-cli-plugin-aws/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-aws", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@alicloud/fun": "^3.1.3", - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "@midwayjs/serverless-fc-starter": "^1.0.1", - "@midwayjs/serverless-spec-builder": "^1.0.1" + "@midwayjs/serverless-spec-builder": "^1.0.3" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.0.2", + "@midwayjs/fcli-plugin-package": "^1.0.3", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-create/CHANGELOG.md b/packages/faas-cli-plugin-create/CHANGELOG.md index ed6275907269..10c332086a3d 100644 --- a/packages/faas-cli-plugin-create/CHANGELOG.md +++ b/packages/faas-cli-plugin-create/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-create + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-create/package.json b/packages/faas-cli-plugin-create/package.json index a11bd6c3e018..2f9f97b3b8d3 100644 --- a/packages/faas-cli-plugin-create/package.json +++ b/packages/faas-cli-plugin-create/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-create", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "enquirer": "^2.3.4", "fs-extra": "^8.1.0", "light-generator": "^1.3.2" diff --git a/packages/faas-cli-plugin-deploy/CHANGELOG.md b/packages/faas-cli-plugin-deploy/CHANGELOG.md index 0066e3387f4d..281b9044bb19 100644 --- a/packages/faas-cli-plugin-deploy/CHANGELOG.md +++ b/packages/faas-cli-plugin-deploy/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-deploy/package.json b/packages/faas-cli-plugin-deploy/package.json index 6acc04c3fafb..16625eca63eb 100644 --- a/packages/faas-cli-plugin-deploy/package.json +++ b/packages/faas-cli-plugin-deploy/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-deploy", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.0.2" + "@midwayjs/fcli-command-core": "^1.0.3" }, "devDependencies": { "midway-bin": "^2.0.0" diff --git a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md index c96e0e962f96..53f694d68023 100644 --- a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md +++ b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-dev-pack/package.json b/packages/faas-cli-plugin-dev-pack/package.json index c5d2f39560f7..9c39a50b795d 100644 --- a/packages/faas-cli-plugin-dev-pack/package.json +++ b/packages/faas-cli-plugin-dev-pack/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-dev-pack", - "version": "1.0.2", + "version": "1.0.3", "description": "faas cli dev pack", "keywords": [ "faas", @@ -13,8 +13,8 @@ "src" ], "dependencies": { - "@midwayjs/faas-dev-pack": "^1.0.2", - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/faas-dev-pack": "^1.0.3", + "@midwayjs/fcli-command-core": "^1.0.3", "koa": "^2.11.0", "koa-onerror": "^4.1.0" }, diff --git a/packages/faas-cli-plugin-fc/CHANGELOG.md b/packages/faas-cli-plugin-fc/CHANGELOG.md index 6730c1eb87a9..5a8100e985e6 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-fc + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index 92ce599acafd..639efc6cd7aa 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -1,17 +1,17 @@ { "name": "@midwayjs/fcli-plugin-fc", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@alicloud/fun": "^3.1.3", - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "@midwayjs/serverless-fc-starter": "^1.0.1", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/serverless-spec-builder": "^1.0.3", "request": "^2.88.2" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.0.2", + "@midwayjs/fcli-plugin-package": "^1.0.3", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-invoke/CHANGELOG.md b/packages/faas-cli-plugin-invoke/CHANGELOG.md index d7a65734f116..91a25723d9e2 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index 4ad4f78aea29..0a8c41d5082f 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/fcli-plugin-invoke", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^0.0.3", "@midwayjs/faas-code-analysis": "^1.0.1", - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", "@midwayjs/runtime-engine": "^1.0.1", @@ -15,7 +15,7 @@ "@midwayjs/serverless-fc-trigger": "^1.0.1", "@midwayjs/serverless-scf-starter": "^1.0.1", "@midwayjs/serverless-scf-trigger": "^1.0.1", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/serverless-spec-builder": "^1.0.3", "fs-extra": "^8.1.0", "globby": "^10.0.1" }, diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index f252235a872d..338b1cc65214 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-package + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index 6ffe9a008cb7..94b0c26514c7 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/fcli-plugin-package", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/faas-code-analysis": "^1.0.1", - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", "archiver": "^3.1.1", @@ -15,7 +15,7 @@ }, "devDependencies": { "@midwayjs/faas": "^1.0.1", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/serverless-spec-builder": "^1.0.3", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/faas-cli-plugin-scf/CHANGELOG.md b/packages/faas-cli-plugin-scf/CHANGELOG.md index b810b0a1d0d4..fce48a1c522e 100644 --- a/packages/faas-cli-plugin-scf/CHANGELOG.md +++ b/packages/faas-cli-plugin-scf/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-scf + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-scf/package.json b/packages/faas-cli-plugin-scf/package.json index 826ea70c0240..fe0581234ab9 100644 --- a/packages/faas-cli-plugin-scf/package.json +++ b/packages/faas-cli-plugin-scf/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-scf", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "@midwayjs/serverless-scf-starter": "^1.0.1", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/serverless-spec-builder": "^1.0.3", "serverless-tencent-scf": "^0.1.36" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.0.2", + "@midwayjs/fcli-plugin-package": "^1.0.3", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-test/CHANGELOG.md b/packages/faas-cli-plugin-test/CHANGELOG.md index 628d28a0cede..57c30afaa9cb 100644 --- a/packages/faas-cli-plugin-test/CHANGELOG.md +++ b/packages/faas-cli-plugin-test/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-test + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli-plugin-test/package.json b/packages/faas-cli-plugin-test/package.json index ce825127ba48..8b0b8d2c9db1 100644 --- a/packages/faas-cli-plugin-test/package.json +++ b/packages/faas-cli-plugin-test/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-test", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.0.2", + "@midwayjs/fcli-command-core": "^1.0.3", "fs-extra": "^9.0.0", "globby": "^11.0.0", "mocha": "^7.1.2", diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index 0d40c59b1447..24cc8f081642 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/faas-cli + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index 5700ef0d5dc3..83301c319fcb 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -1,18 +1,18 @@ { "name": "@midwayjs/faas-cli", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^0.0.3", - "@midwayjs/fcli-command-core": "^1.0.2", - "@midwayjs/fcli-plugin-create": "^1.0.2", - "@midwayjs/fcli-plugin-deploy": "^1.0.2", - "@midwayjs/fcli-plugin-dev-pack": "^1.0.2", - "@midwayjs/fcli-plugin-invoke": "^1.0.2", - "@midwayjs/fcli-plugin-package": "^1.0.2", - "@midwayjs/fcli-plugin-test": "^1.0.2", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/fcli-command-core": "^1.0.3", + "@midwayjs/fcli-plugin-create": "^1.0.3", + "@midwayjs/fcli-plugin-deploy": "^1.0.3", + "@midwayjs/fcli-plugin-dev-pack": "^1.0.3", + "@midwayjs/fcli-plugin-invoke": "^1.0.3", + "@midwayjs/fcli-plugin-package": "^1.0.3", + "@midwayjs/fcli-plugin-test": "^1.0.3", + "@midwayjs/serverless-spec-builder": "^1.0.3", "enquirer": "^2.3.4", "light-spinner": "^1.0.0", "minimist": "^1.2.5", diff --git a/packages/faas-dev-pack/CHANGELOG.md b/packages/faas-dev-pack/CHANGELOG.md index 3000cdafd610..ab146e431adc 100644 --- a/packages/faas-dev-pack/CHANGELOG.md +++ b/packages/faas-dev-pack/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/faas-dev-pack + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/faas-dev-pack/package.json b/packages/faas-dev-pack/package.json index 03a44a2ce312..4dcb2059200d 100644 --- a/packages/faas-dev-pack/package.json +++ b/packages/faas-dev-pack/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/faas-dev-pack", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.0.2", - "@midwayjs/gateway-common-http": "^1.0.2", - "@midwayjs/serverless-invoke": "^1.0.2", + "@midwayjs/gateway-common-core": "^1.0.3", + "@midwayjs/gateway-common-http": "^1.0.3", + "@midwayjs/serverless-invoke": "^1.0.3", "body-parser": "^1.19.0", "compose-middleware": "^5.0.1", "koa-bodyparser": "^4.2.1", diff --git a/packages/gateway-common-core/CHANGELOG.md b/packages/gateway-common-core/CHANGELOG.md index fbf9aab2f68c..50868934ace0 100644 --- a/packages/gateway-common-core/CHANGELOG.md +++ b/packages/gateway-common-core/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/gateway-common-core + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/gateway-common-core/package.json b/packages/gateway-common-core/package.json index 51fc4d462fc2..45d70ede01fb 100644 --- a/packages/gateway-common-core/package.json +++ b/packages/gateway-common-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/gateway-common-core", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/serverless-invoke": "^1.0.2", + "@midwayjs/serverless-invoke": "^1.0.3", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "body-parser": "^1.19.0", diff --git a/packages/gateway-common-http/CHANGELOG.md b/packages/gateway-common-http/CHANGELOG.md index ca3f909b83c4..f5768a987694 100644 --- a/packages/gateway-common-http/CHANGELOG.md +++ b/packages/gateway-common-http/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/gateway-common-http + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/gateway-common-http/package.json b/packages/gateway-common-http/package.json index 4b99dc32ca20..2f6b6f498b37 100644 --- a/packages/gateway-common-http/package.json +++ b/packages/gateway-common-http/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/gateway-common-http", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.0.2", - "@midwayjs/serverless-invoke": "^1.0.2", - "@midwayjs/serverless-spec-builder": "^1.0.1", + "@midwayjs/gateway-common-core": "^1.0.3", + "@midwayjs/serverless-invoke": "^1.0.3", + "@midwayjs/serverless-spec-builder": "^1.0.3", "@types/express": "^4.17.0", "picomatch": "^2.2.1" }, diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index 8ca50ad1092e..f903c49ae3c9 100644 --- a/packages/serverless-invoke/CHANGELOG.md +++ b/packages/serverless-invoke/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + +**Note:** Version bump only for package @midwayjs/serverless-invoke + + + + + ## 1.0.2 (2020-07-06) diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index 90b5beb76d86..43bcbacd1429 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-invoke", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-plugin-invoke": "^1.0.2" + "@midwayjs/fcli-plugin-invoke": "^1.0.3" }, "devDependencies": { "@midwayjs/faas": "^1.0.1", diff --git a/packages/serverless-spec-builder/CHANGELOG.md b/packages/serverless-spec-builder/CHANGELOG.md index cf5d561f03f7..275a4514fcdc 100644 --- a/packages/serverless-spec-builder/CHANGELOG.md +++ b/packages/serverless-spec-builder/CHANGELOG.md @@ -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.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07) + + +### Bug Fixes + +* wrapper ejs ([#522](https://github.com/midwayjs/midway-faas/issues/522)) ([659b051](https://github.com/midwayjs/midway-faas/commit/659b051173209747d74cb32b41cdf718e894bd6f)) + + + + + ## 1.0.1 (2020-07-06) diff --git a/packages/serverless-spec-builder/package.json b/packages/serverless-spec-builder/package.json index 4b3cbc03643a..42b45dd78155 100644 --- a/packages/serverless-spec-builder/package.json +++ b/packages/serverless-spec-builder/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/serverless-spec-builder", - "version": "1.0.1", + "version": "1.0.3", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": {