Skip to content

Commit

Permalink
serverless-v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 17, 2020
1 parent e9973f1 commit 48a0397
Show file tree
Hide file tree
Showing 34 changed files with 202 additions and 51 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.0](https://github.com/midwayjs/midway/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)


### Features

* add hooks ([#601](https://github.com/midwayjs/midway/issues/601)) ([e9973f1](https://github.com/midwayjs/midway/commit/e9973f110e3654d619ff7bc4020608c2082e47ae))





## [1.1.21](https://github.com/midwayjs/midway/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)


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.21"
"version": "1.2.0"
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)


### Features

* add hooks ([#601](https://github.com/midwayjs/midway-faas/issues/601)) ([e9973f1](https://github.com/midwayjs/midway-faas/commit/e9973f110e3654d619ff7bc4020608c2082e47ae))





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-command-core
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
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,20 +1,20 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.1.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"@midwayjs/serverless-fc-starter": "^1.1.19",
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"aws-sdk": "^2.712.0",
"chalk": "^4.1.0",
"ejs": "^3.1.3",
"enquirer": "^2.3.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.21",
"@midwayjs/fcli-plugin-package": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-create
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.21"
"@midwayjs/fcli-command-core": "^1.2.0"
},
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack
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.21",
"version": "1.2.0",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,8 +13,8 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/faas-dev-pack": "^1.2.0",
"@midwayjs/fcli-command-core": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"@midwayjs/serverless-fc-starter": "^1.1.19",
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.21",
"@midwayjs/fcli-plugin-package": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)


### Features

* add hooks ([#601](https://github.com/midwayjs/midway-faas/issues/601)) ([e9973f1](https://github.com/midwayjs/midway-faas/commit/e9973f110e3654d619ff7bc4020608c2082e47ae))





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke
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.21",
"version": "1.2.0",
"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.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"@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.19",
"@midwayjs/serverless-scf-starter": "^1.1.8",
"@midwayjs/serverless-scf-trigger": "^1.1.19",
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-code-analysis": "^1.1.5",
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"@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.18",
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"@midwayjs/serverless-scf-starter": "^1.1.8",
"@midwayjs/serverless-spec-builder": "^1.1.21",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.1.21",
"@midwayjs/fcli-plugin-package": "^1.2.0",
"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.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

**Note:** Version bump only for package @midwayjs/fcli-plugin-test
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.21",
"version": "1.2.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.1.21",
"@midwayjs/fcli-command-core": "^1.2.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"mocha": "^7.1.2",
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.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17)

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





## [1.1.21](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.20...serverless-v1.1.21) (2020-08-12)

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

0 comments on commit 48a0397

Please sign in to comment.