Skip to content

Commit

Permalink
v2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 22, 2021
1 parent 22dd502 commit 99b873d
Show file tree
Hide file tree
Showing 67 changed files with 573 additions and 102 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.

## [2.12.7](https://github.com/midwayjs/midway/compare/v2.12.6...v2.12.7) (2021-08-22)


### Bug Fixes

* empty options in default ([#1241](https://github.com/midwayjs/midway/issues/1241)) ([22dd502](https://github.com/midwayjs/midway/commit/22dd50220192aa1a03f15745afd8f680913c4cbb))





## [2.12.6](https://github.com/midwayjs/midway/compare/v2.12.5...v2.12.6) (2021-08-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
}
},
"npmClient": "npm",
"version": "2.12.6"
"version": "2.12.7"
}
8 changes: 8 additions & 0 deletions packages-serverless/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.6](https://github.com/midwayjs/midway-faas/compare/v2.12.5...v2.12.6) (2021-08-18)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 deletions packages-serverless/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "2.12.6",
"version": "2.12.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -13,11 +13,11 @@
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/web": "^2.12.6",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"@midwayjs/web": "^2.12.7",
"egg": "^2.28.0",
"supertest": "^6.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/express-layer/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)


### Bug Fixes

* empty options in default ([#1241](https://github.com/midwayjs/midway-faas/issues/1241)) ([22dd502](https://github.com/midwayjs/midway-faas/commit/22dd50220192aa1a03f15745afd8f680913c4cbb))





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express-layer",
"version": "2.12.5",
"version": "2.12.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"supertest": "^6.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages-serverless/koa-layer/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)


### Bug Fixes

* empty options in default ([#1241](https://github.com/midwayjs/midway-faas/issues/1241)) ([22dd502](https://github.com/midwayjs/midway-faas/commit/22dd50220192aa1a03f15745afd8f680913c4cbb))





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/koa-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/koa-layer",
"version": "2.12.5",
"version": "2.12.7",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-app/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.

## [2.12.7](https://github.com/midwayjs/midway/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
16 changes: 8 additions & 8 deletions packages-serverless/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/serverless-app",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^2.12.5",
"@midwayjs/core": "^2.12.5",
"@midwayjs/bootstrap": "^2.12.7",
"@midwayjs/core": "^2.12.7",
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
Expand All @@ -14,13 +14,13 @@
},
"devDependencies": {
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/faas": "^2.12.5",
"@midwayjs/faas": "^2.12.7",
"@midwayjs/faas-middleware-upload": "^0.0.5",
"@midwayjs/mock": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/mock": "^2.12.7",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"fs-extra": "^8.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-fc-starter/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/serverless-http-parser": "^2.11.4"
},
"devDependencies": {
"@midwayjs/core": "^2.12.5",
"@midwayjs/core": "^2.12.7",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-mock": "^2.11.2",
"raw-body": "^2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-fc-trigger/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"extend2": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-scf-trigger/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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-scf-trigger",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-vercel-starter/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.

## [2.12.7](https://github.com/midwayjs/midway/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/serverless-vercel-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-vercel-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/serverless-vercel-starter",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^2.12.5",
"@midwayjs/core": "^2.12.7",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-mock": "^2.11.2",
"raw-body": "^2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/static-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.

## [2.12.7](https://github.com/midwayjs/midway-faas/compare/v2.12.6...v2.12.7) (2021-08-22)

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





## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/static-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/static-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/static-layer",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,10 +10,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.7",
"@midwayjs/serverless-fc-trigger": "^2.12.7",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/serverless-scf-trigger": "^2.12.7",
"koa": "^2.13.0",
"koa-static-cache": "^5.1.4",
"path-to-regexp": "^6.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/axios/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.

## [2.12.7](https://github.com/midwayjs/midway/compare/v2.12.6...v2.12.7) (2021-08-22)

**Note:** Version bump only for package @midwayjs/axios





## [2.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

**Note:** Version bump only for package @midwayjs/axios
Expand Down
6 changes: 3 additions & 3 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/axios",
"description": "midway http client with axios",
"version": "2.12.5",
"version": "2.12.7",
"main": "dist/index",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^2.12.5",
"@midwayjs/core": "^2.12.7",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/mock": "^2.12.5"
"@midwayjs/mock": "^2.12.7"
},
"dependencies": {
"axios": "^0.21.1"
Expand Down
Loading

0 comments on commit 99b873d

Please sign in to comment.