Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Feb 13, 2022
1 parent d2e46e5 commit afaa5b5
Show file tree
Hide file tree
Showing 111 changed files with 1,056 additions and 260 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)


### Bug Fixes

* [#1692](https://github.com/midwayjs/midway/issues/1692) ([#1696](https://github.com/midwayjs/midway/issues/1696)) ([a3ac74a](https://github.com/midwayjs/midway/commit/a3ac74ab1152e8762ab6ae7d6bfa513255de4a56))
* add missing dep ([#1684](https://github.com/midwayjs/midway/issues/1684)) ([fbd02e2](https://github.com/midwayjs/midway/commit/fbd02e2097ba0bbd774c012ebad647608b588e28))
* missing import component will be throw error ([#1694](https://github.com/midwayjs/midway/issues/1694)) ([c17f049](https://github.com/midwayjs/midway/commit/c17f049ef698ba55509e4ef5ea915668345dc50f))
* not found after no router set. ([#1698](https://github.com/midwayjs/midway/issues/1698)) ([c7f466f](https://github.com/midwayjs/midway/commit/c7f466f118008bf001c17f1145deba5fbf2a7827))
* queue service scope ([#1699](https://github.com/midwayjs/midway/issues/1699)) ([d2e46e5](https://github.com/midwayjs/midway/commit/d2e46e5d4ef8af8016a4153bf132fed32770f06f))
* **web:** check type of variable this.app.middleware ([#1688](https://github.com/midwayjs/midway/issues/1688)) ([f69fb5a](https://github.com/midwayjs/midway/commit/f69fb5a59dac41d4457a48a591dc15df8dce36e0))





## [3.0.5](https://github.com/midwayjs/midway/compare/v3.0.4...v3.0.5) (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}
},
"npmClient": "npm",
"version": "3.0.5"
"version": "3.0.6"
}
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.5](https://github.com/midwayjs/midway/compare/v3.0.4...v3.0.5) (2022-02-10)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
12 changes: 6 additions & 6 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": "3.0.5",
"version": "3.0.6",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -10,14 +10,14 @@
"request": "2.88.2"
},
"devDependencies": {
"@midwayjs/decorator": "^3.0.4",
"@midwayjs/decorator": "^3.0.6",
"@midwayjs/runtime-engine": "^3.0.4",
"@midwayjs/runtime-mock": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-trigger": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"@midwayjs/serverless-fc-trigger": "^3.0.6",
"@midwayjs/serverless-scf-starter": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.4",
"@midwayjs/web": "^3.0.5",
"@midwayjs/serverless-scf-trigger": "^3.0.6",
"@midwayjs/web": "^3.0.6",
"egg": "^2.28.0",
"supertest": "6.2.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)

**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": "3.0.4",
"version": "3.0.6",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.0.4",
"@midwayjs/runtime-mock": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-trigger": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"@midwayjs/serverless-fc-trigger": "^3.0.6",
"@midwayjs/serverless-scf-starter": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.6",
"body-parser": "1.19.1",
"express": "4.17.2",
"supertest": "6.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/koa-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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)

**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": "3.0.4",
"version": "3.0.6",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.0.4",
"@midwayjs/runtime-mock": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-trigger": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"@midwayjs/serverless-fc-trigger": "^3.0.6",
"@midwayjs/serverless-scf-starter": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.6",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "10.1.1",
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.5](https://github.com/midwayjs/midway/compare/v3.0.4...v3.0.5) (2022-02-10)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
18 changes: 9 additions & 9 deletions packages-serverless/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@midwayjs/serverless-app",
"version": "3.0.5",
"version": "3.0.6",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^3.0.5",
"@midwayjs/core": "^3.0.4",
"@midwayjs/faas": "^3.0.5",
"@midwayjs/bootstrap": "^3.0.6",
"@midwayjs/core": "^3.0.6",
"@midwayjs/faas": "^3.0.6",
"@midwayjs/faas-typings": "^3.0.0",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "1.19.1",
"express": "4.17.2"
},
"devDependencies": {
"@midwayjs/decorator": "^3.0.4",
"@midwayjs/decorator": "^3.0.6",
"@midwayjs/faas-middleware-upload": "0.0.7",
"@midwayjs/mock": "^3.0.5",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-trigger": "^3.0.4",
"@midwayjs/mock": "^3.0.6",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"@midwayjs/serverless-fc-trigger": "^3.0.6",
"@midwayjs/serverless-scf-starter": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.4",
"@midwayjs/serverless-scf-trigger": "^3.0.6",
"fs-extra": "10.0.0"
},
"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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)


Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "3.0.4",
"version": "3.0.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.0.4",
"@midwayjs/serverless-http-parser": "^3.0.4"
},
"devDependencies": {
"@midwayjs/core": "^3.0.4",
"@midwayjs/decorator": "^3.0.4",
"@midwayjs/core": "^3.0.6",
"@midwayjs/decorator": "^3.0.6",
"@midwayjs/runtime-mock": "^3.0.4",
"raw-body": "2.4.2"
},
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)


Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"version": "3.0.4",
"version": "3.0.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.0.0",
"@midwayjs/runtime-mock": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"body-parser": "1.19.1",
"express": "4.17.2"
},
"devDependencies": {
"@midwayjs/core": "^3.0.4",
"@midwayjs/core": "^3.0.6",
"supertest": "6.2.2"
},
"engines": {
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)


Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/serverless-scf-trigger",
"version": "3.0.4",
"version": "3.0.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.0.0",
"@midwayjs/runtime-mock": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.4",
"@midwayjs/serverless-fc-starter": "^3.0.6",
"@midwayjs/serverless-scf-starter": "^3.0.4",
"body-parser": "1.19.1",
"express": "4.17.2"
},
"devDependencies": {
"@midwayjs/core": "^3.0.4"
"@midwayjs/core": "^3.0.6"
},
"engines": {
"node": ">=12"
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)


Expand Down
6 changes: 3 additions & 3 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": "3.0.4",
"version": "3.0.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,8 +9,8 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^3.0.4",
"@midwayjs/decorator": "^3.0.4",
"@midwayjs/core": "^3.0.6",
"@midwayjs/decorator": "^3.0.6",
"@midwayjs/runtime-mock": "^3.0.4",
"raw-body": "2.4.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/serverless-worker-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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)


Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-worker-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/serverless-worker-starter",
"version": "3.0.4",
"version": "3.0.6",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,8 +9,8 @@
"type-is": "^1.6.18"
},
"devDependencies": {
"@midwayjs/core": "^3.0.4",
"@midwayjs/decorator": "^3.0.4",
"@midwayjs/core": "^3.0.6",
"@midwayjs/decorator": "^3.0.6",
"@midwayjs/jest-environment-service-worker": "0.0.1-alpha.5",
"@midwayjs/jsdom-service-worker": "0.0.1-alpha.5",
"@midwayjs/logger": "^2.15.0",
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.

## [3.0.6](https://github.com/midwayjs/midway/compare/v3.0.5...v3.0.6) (2022-02-13)

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





## [3.0.4](https://github.com/midwayjs/midway/compare/v3.0.3...v3.0.4) (2022-02-09)

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

0 comments on commit afaa5b5

Please sign in to comment.