Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jul 2, 2020
1 parent 73049de commit d3f3b8e
Show file tree
Hide file tree
Showing 32 changed files with 177 additions and 43 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)


### Bug Fixes

* add vary method ([#187](https://github.com/midwayjs/midway-faas/issues/187)) ([73049de](https://github.com/midwayjs/midway-faas/commit/73049dea8b6eab710dba7e2596c7da183d662ea6))





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package midway-faas
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -24,5 +24,5 @@
}
},
"npmClient": "npm",
"version": "0.3.6"
"version": "0.3.7"
}
8 changes: 8 additions & 0 deletions packages/egg-layer/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

**Note:** Version bump only for package @midwayjs/egg-layer





## [0.3.5](https://github.com/midwayjs/midway-faas/compare/v0.3.4...v0.3.5) (2020-06-28)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 deletions packages/egg-layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "0.3.5",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^0.3.0",
"@midwayjs/runtime-mock": "^0.3.0",
"@midwayjs/serverless-fc-starter": "^0.3.5",
"@midwayjs/serverless-fc-trigger": "^0.3.5",
"@midwayjs/serverless-scf-starter": "^0.3.5",
"@midwayjs/serverless-scf-trigger": "^0.3.5",
"@midwayjs/serverless-fc-starter": "^0.3.7",
"@midwayjs/serverless-fc-trigger": "^0.3.7",
"@midwayjs/serverless-scf-starter": "^0.3.7",
"@midwayjs/serverless-scf-trigger": "^0.3.7",
"midway-bin": "^2.0.0",
"supertest": "^4.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-dev-pack/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**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
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-dev-pack",
"version": "0.3.6",
"version": "0.3.7",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,7 +13,7 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^0.3.6",
"@midwayjs/faas-dev-pack": "^0.3.7",
"@midwayjs/fcli-command-core": "^0.3.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
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**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
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^0.3.6",
"@midwayjs/serverless-fc-starter": "^0.3.5",
"@midwayjs/serverless-fc-starter": "^0.3.7",
"@midwayjs/serverless-spec-builder": "^0.3.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-invoke/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli-plugin-invoke/package.json
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -11,10 +11,10 @@
"@midwayjs/mwcc": "^0.2.2",
"@midwayjs/runtime-engine": "^0.3.0",
"@midwayjs/runtime-mock": "^0.3.0",
"@midwayjs/serverless-fc-starter": "^0.3.5",
"@midwayjs/serverless-fc-trigger": "^0.3.5",
"@midwayjs/serverless-scf-starter": "^0.3.5",
"@midwayjs/serverless-scf-trigger": "^0.3.5",
"@midwayjs/serverless-fc-starter": "^0.3.7",
"@midwayjs/serverless-fc-trigger": "^0.3.7",
"@midwayjs/serverless-scf-starter": "^0.3.7",
"@midwayjs/serverless-scf-trigger": "^0.3.7",
"@midwayjs/serverless-spec-builder": "^0.3.3",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-scf/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**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
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.3.6",
"@midwayjs/serverless-scf-starter": "^0.3.5",
"@midwayjs/serverless-scf-starter": "^0.3.7",
"@midwayjs/serverless-spec-builder": "^0.3.3",
"serverless-tencent-scf": "^0.1.36"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli/package.json
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/faas-cli",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/fcli-command-core": "^0.3.6",
"@midwayjs/fcli-plugin-create": "^0.3.6",
"@midwayjs/fcli-plugin-deploy": "^0.3.6",
"@midwayjs/fcli-plugin-dev-pack": "^0.3.6",
"@midwayjs/fcli-plugin-fc": "^0.3.6",
"@midwayjs/fcli-plugin-invoke": "^0.3.6",
"@midwayjs/fcli-plugin-dev-pack": "^0.3.7",
"@midwayjs/fcli-plugin-fc": "^0.3.7",
"@midwayjs/fcli-plugin-invoke": "^0.3.7",
"@midwayjs/fcli-plugin-package": "^0.3.6",
"@midwayjs/fcli-plugin-scf": "^0.3.6",
"@midwayjs/fcli-plugin-scf": "^0.3.7",
"@midwayjs/fcli-plugin-test": "^0.3.6",
"@midwayjs/serverless-spec-builder": "^0.3.3",
"enquirer": "^2.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-dev-pack/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package @midwayjs/faas-dev-pack
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-dev-pack/package.json
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/faas-dev-pack",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^0.3.6",
"@midwayjs/gateway-common-http": "^0.3.6",
"@midwayjs/serverless-invoke": "^0.3.6",
"@midwayjs/gateway-common-core": "^0.3.7",
"@midwayjs/gateway-common-http": "^0.3.7",
"@midwayjs/serverless-invoke": "^0.3.7",
"body-parser": "^1.19.0",
"compose-middleware": "^5.0.1",
"koa-bodyparser": "^4.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/gateway-common-core/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package @midwayjs/gateway-common-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gateway-common-core/package.json
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/gateway-common-core",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"devDependencies": {
"@midwayjs/serverless-invoke": "^0.3.6",
"@midwayjs/serverless-invoke": "^0.3.7",
"@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
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.6](https://github.com/midwayjs/midway-faas/compare/v0.3.5...v0.3.6) (2020-06-30)

**Note:** Version bump only for package @midwayjs/gateway-common-http
Expand Down
6 changes: 3 additions & 3 deletions packages/gateway-common-http/package.json
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/gateway-common-http",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^0.3.6",
"@midwayjs/serverless-invoke": "^0.3.6",
"@midwayjs/gateway-common-core": "^0.3.7",
"@midwayjs/serverless-invoke": "^0.3.7",
"@midwayjs/serverless-spec-builder": "^0.3.3",
"@types/express": "^4.17.0",
"picomatch": "^2.2.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-fc-starter/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.5](https://github.com/midwayjs/midway-faas/compare/v0.3.4...v0.3.5) (2020-06-28)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-fc-starter/package.json
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "0.3.5",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^0.3.0",
"@midwayjs/serverless-http-parser": "^0.3.5"
"@midwayjs/serverless-http-parser": "^0.3.7"
},
"devDependencies": {
"@midwayjs/runtime-mock": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-fc-trigger/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)

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





## [0.3.5](https://github.com/midwayjs/midway-faas/compare/v0.3.4...v0.3.5) (2020-06-28)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-fc-trigger/package.json
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"version": "0.3.5",
"version": "0.3.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-mock": "^0.3.0",
"@midwayjs/serverless-fc-starter": "^0.3.5",
"@midwayjs/serverless-fc-starter": "^0.3.7",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/serverless-http-parser/CHANGELOG.md
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.

## [0.3.7](https://github.com/midwayjs/midway-faas/compare/v0.3.6...v0.3.7) (2020-07-02)


### Bug Fixes

* add vary method ([#187](https://github.com/midwayjs/midway-faas/issues/187)) ([73049de](https://github.com/midwayjs/midway-faas/commit/73049dea8b6eab710dba7e2596c7da183d662ea6))





## [0.3.5](https://github.com/midwayjs/midway-faas/compare/v0.3.4...v0.3.5) (2020-06-28)


Expand Down

0 comments on commit d3f3b8e

Please sign in to comment.