Skip to content

Commit

Permalink
serverless-v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 19, 2020
1 parent efad770 commit 73432bb
Show file tree
Hide file tree
Showing 34 changed files with 188 additions and 36 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.2.4](https://github.com/midwayjs/midway/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)


### Bug Fixes

* curl in windows ([#609](https://github.com/midwayjs/midway/issues/609)) ([efad770](https://github.com/midwayjs/midway/commit/efad7703a4628b0bc7c805ae519425ca0881de10))
* support static file copy ([#608](https://github.com/midwayjs/midway/issues/608)) ([941bc5c](https://github.com/midwayjs/midway/commit/941bc5c35d816e57f08d069e11818279ace475bd))





## [1.2.3](https://github.com/midwayjs/midway/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)


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.3"
"version": "1.2.4"
}
8 changes: 8 additions & 0 deletions packages/egg-layer/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.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/egg-layer





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",
"scripts": {
"test": "midway-bin test --full-trace",
Expand All @@ -17,7 +17,7 @@
"@midwayjs/runtime-engine": "^1.2.2",
"@midwayjs/runtime-mock": "^1.2.2",
"@midwayjs/serverless-fc-starter": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.4",
"@midwayjs/serverless-scf-starter": "^1.2.2",
"@midwayjs/serverless-scf-trigger": "^1.2.2",
"midway-bin": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/express-layer/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.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/express-layer





## [1.2.2](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.1...serverless-v1.2.2) (2020-08-18)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
4 changes: 2 additions & 2 deletions packages/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express-layer",
"version": "1.2.2",
"version": "1.2.4",
"main": "index.js",
"scripts": {
"test": "npx midway-bin test --full-trace",
Expand All @@ -16,7 +16,7 @@
"@midwayjs/runtime-engine": "^1.2.2",
"@midwayjs/runtime-mock": "^1.2.2",
"@midwayjs/serverless-fc-starter": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.4",
"@midwayjs/serverless-scf-starter": "^1.2.2",
"@midwayjs/serverless-scf-trigger": "^1.2.2",
"body-parser": "^1.19.0",
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.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-aws





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.2.3",
"@midwayjs/fcli-plugin-package": "^1.2.4",
"fs-extra": "^8.1.0",
"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.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





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**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.3",
"version": "1.2.4",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,7 +13,7 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.2.3",
"@midwayjs/faas-dev-pack": "^1.2.4",
"@midwayjs/fcli-command-core": "^1.2.3",
"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.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-fc





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
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": "1.2.3",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -11,7 +11,7 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.2.3",
"@midwayjs/fcli-plugin-package": "^1.2.4",
"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.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)


### Bug Fixes

* support static file copy ([#608](https://github.com/midwayjs/midway-faas/issues/608)) ([941bc5c](https://github.com/midwayjs/midway-faas/commit/941bc5c35d816e57f08d069e11818279ace475bd))





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**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,18 +1,18 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^1.0.0",
"@midwayjs/faas-code-analysis": "^1.1.5",
"@midwayjs/faas-code-analysis": "^1.2.4",
"@midwayjs/fcli-command-core": "^1.2.3",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.0",
"@midwayjs/runtime-engine": "^1.2.2",
"@midwayjs/runtime-mock": "^1.2.2",
"@midwayjs/serverless-fc-starter": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.2",
"@midwayjs/serverless-fc-trigger": "^1.2.4",
"@midwayjs/serverless-scf-starter": "^1.2.2",
"@midwayjs/serverless-scf-trigger": "^1.2.2",
"@midwayjs/serverless-spec-builder": "^1.2.0",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* support static file copy ([#608](https://github.com/midwayjs/midway-faas/issues/608)) ([941bc5c](https://github.com/midwayjs/midway-faas/commit/941bc5c35d816e57f08d069e11818279ace475bd))





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package
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,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-code-analysis": "^1.1.5",
"@midwayjs/faas-code-analysis": "^1.2.4",
"@midwayjs/fcli-command-core": "^1.2.3",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.3.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.

## [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-scf





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
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": "1.2.3",
"version": "1.2.4",
"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": "^1.2.3",
"@midwayjs/fcli-plugin-package": "^1.2.4",
"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.

## [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





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/faas-cli",
"version": "1.2.3",
"version": "1.2.4",
"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.3",
"@midwayjs/fcli-plugin-invoke": "^1.2.3",
"@midwayjs/fcli-plugin-package": "^1.2.3",
"@midwayjs/fcli-plugin-dev-pack": "^1.2.4",
"@midwayjs/fcli-plugin-invoke": "^1.2.4",
"@midwayjs/fcli-plugin-package": "^1.2.4",
"@midwayjs/fcli-plugin-test": "^1.2.3",
"@midwayjs/serverless-spec-builder": "^1.2.0",
"enquirer": "^2.3.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-code-analysis/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.4](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.3...serverless-v1.2.4) (2020-08-19)


### Bug Fixes

* support static file copy ([#608](https://github.com/midwayjs/midway-faas/issues/608)) ([941bc5c](https://github.com/midwayjs/midway-faas/commit/941bc5c35d816e57f08d069e11818279ace475bd))





## [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 packages/faas-code-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/faas-code-analysis",
"version": "1.1.5",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
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.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





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

**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.3",
"version": "1.2.4",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^1.2.3",
"@midwayjs/gateway-common-http": "^1.2.3",
"@midwayjs/serverless-invoke": "^1.2.3",
"@midwayjs/gateway-common-core": "^1.2.4",
"@midwayjs/gateway-common-http": "^1.2.4",
"@midwayjs/serverless-invoke": "^1.2.4",
"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.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





## [1.2.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.2.2...serverless-v1.2.3) (2020-08-18)

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

0 comments on commit 73432bb

Please sign in to comment.