Skip to content

Commit

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

## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)


### Bug Fixes

* 参数获取不正确 & ctx 符合格式 ([#556](https://github.com/midwayjs/midway-faas/issues/556)) ([106bfac](https://github.com/midwayjs/midway-faas/commit/106bfacff0f762fe561e026f883158f0bd7c3cdc))
* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3))





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


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.1.5"
"version": "1.1.6"
}
8 changes: 8 additions & 0 deletions packages/faas-cli-command-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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-command-core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-command-core",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"minimist": "^1.2.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-aws/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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"@midwayjs/serverless-fc-starter": "^1.1.4",
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"aws-sdk": "^2.712.0",
"ejs": "^3.1.3",
"enquirer": "^2.3.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.5",
"@midwayjs/fcli-plugin-package": "^1.1.6",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-create/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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-create/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-create",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"enquirer": "^2.3.4",
"fs-extra": "^8.1.0",
"light-generator": "^1.3.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-deploy/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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-deploy",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.5"
"@midwayjs/fcli-command-core": "^1.1.6"
},
"devDependencies": {
"midway-bin": "^2.0.0"
Expand Down
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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
6 changes: 3 additions & 3 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.1.5",
"version": "1.1.6",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,8 +13,8 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/faas-dev-pack": "^1.1.6",
"@midwayjs/fcli-command-core": "^1.1.6",
"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.

## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"@midwayjs/serverless-fc-starter": "^1.1.4",
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.5",
"@midwayjs/fcli-plugin-package": "^1.1.6",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)


### Bug Fixes

* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3))





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^1.0.0",
"@midwayjs/faas-code-analysis": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.0",
"@midwayjs/runtime-engine": "^1.1.4",
Expand All @@ -15,7 +15,7 @@
"@midwayjs/serverless-fc-trigger": "^1.1.4",
"@midwayjs/serverless-scf-starter": "^1.1.4",
"@midwayjs/serverless-scf-trigger": "^1.1.4",
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
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.

## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-code-analysis": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.0",
"archiver": "^3.1.1",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@midwayjs/faas": "^1.1.4",
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"midway-bin": "^2.0.0"
},
"engines": {
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.

## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"@midwayjs/serverless-scf-starter": "^1.1.4",
"@midwayjs/serverless-spec-builder": "^1.1.5",
"@midwayjs/serverless-spec-builder": "^1.1.6",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.5",
"@midwayjs/fcli-plugin-package": "^1.1.6",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-test/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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)

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





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-test",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.6",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"mocha": "^7.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli/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.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26)


### Bug Fixes

* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3))





## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24)


Expand Down
Loading

0 comments on commit 12ebce8

Please sign in to comment.