Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 15, 2020
1 parent 2d6a23b commit b90c020
Show file tree
Hide file tree
Showing 28 changed files with 182 additions and 51 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.

## [2.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)


### Bug Fixes

* support midway global middleware use id ([8dc9ae3](https://github.com/midwayjs/midway/commit/8dc9ae33acd559d74f144a75f08fc039037fa45b))


### Features

* type extension bootstrap ([71f9358](https://github.com/midwayjs/midway/commit/71f9358b736b9e5f7f8c604be38ca53582863e1e))





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
}
},
"npmClient": "npm",
"version": "2.2.3"
"version": "2.2.4"
}
8 changes: 8 additions & 0 deletions packages/bootstrap/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package @midwayjs/bootstrap
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bootstrap",
"version": "2.2.3",
"version": "2.2.4",
"description": "midwayjs bootstrap",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -22,10 +22,10 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^2.2.3"
"midway-bin": "^2.2.4"
},
"dependencies": {
"@midwayjs/core": "^2.2.3"
"@midwayjs/core": "^2.2.4"
},
"author": "Harry Chen <[email protected]>",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

## [2.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package @midwayjs/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/core",
"version": "2.2.3",
"version": "2.2.4",
"description": "midway core",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -25,12 +25,12 @@
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"midway-bin": "^2.2.3",
"midway-bin": "^2.2.4",
"mm": "^2.5.0",
"sinon": "^7.2.2"
},
"dependencies": {
"@midwayjs/decorator": "^2.2.3",
"@midwayjs/decorator": "^2.2.4",
"@midwayjs/glob": "^1.0.2",
"debug": "^4.1.1",
"extend2": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/decorator/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package @midwayjs/decorator
Expand Down
4 changes: 2 additions & 2 deletions packages/decorator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/decorator",
"version": "2.2.3",
"version": "2.2.4",
"description": "definition decorator for midway project",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/joi": "^14.3.4",
"midway-bin": "^2.2.3",
"midway-bin": "^2.2.4",
"mm": "^2.5.0"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/faas/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package @midwayjs/faas
Expand Down
10 changes: 5 additions & 5 deletions packages/faas/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@midwayjs/faas",
"version": "2.2.3",
"version": "2.2.4",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/core": "^2.2.3",
"@midwayjs/decorator": "^2.2.3",
"@midwayjs/core": "^2.2.4",
"@midwayjs/decorator": "^2.2.4",
"@midwayjs/faas-typings": "^1.1.4",
"@midwayjs/simple-lock": "^1.1.4",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/mock": "^2.2.3",
"@midwayjs/mock": "^2.2.4",
"@midwayjs/serverless-fc-starter": "^1.0.0",
"@midwayjs/serverless-scf-starter": "^1.0.0",
"midway-bin": "^2.2.3",
"midway-bin": "^2.2.4",
"mm": "^2.5.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-bin/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

**Note:** Version bump only for package midway-bin





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package midway-bin
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-bin",
"version": "2.2.3",
"version": "2.2.4",
"description": "Midway Command Tools",
"main": "index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-init/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

**Note:** Version bump only for package midway-init





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package midway-init
Expand Down
4 changes: 2 additions & 2 deletions packages/midway-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-init",
"version": "2.2.3",
"version": "2.2.4",
"dependencies": {
"chalk": "^3.0.0",
"enquirer": "^2.3.2",
Expand All @@ -11,7 +11,7 @@
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-egg": "^7.0.0",
"midway-bin": "^2.2.3",
"midway-bin": "^2.2.4",
"mz-modules": "^2.1.0",
"power-assert": "^1.6.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/midway-schedule/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

**Note:** Version bump only for package midway-schedule





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package midway-schedule
Expand Down
8 changes: 4 additions & 4 deletions packages/midway-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway-schedule",
"version": "2.2.3",
"version": "2.2.4",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -21,11 +21,11 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^2.2.3",
"midway-bin": "^2.2.3"
"@midwayjs/mock": "^2.2.4",
"midway-bin": "^2.2.4"
},
"dependencies": {
"@midwayjs/decorator": "^2.2.3",
"@midwayjs/decorator": "^2.2.4",
"is-type-of": "^1.2.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/midway/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

**Note:** Version bump only for package midway





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package midway
Expand Down
6 changes: 3 additions & 3 deletions packages/midway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midway",
"version": "2.2.3",
"version": "2.2.4",
"description": "Midway Main Package",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -19,10 +19,10 @@
],
"license": "MIT",
"devDependencies": {
"midway-bin": "^2.2.3"
"midway-bin": "^2.2.4"
},
"dependencies": {
"@midwayjs/web": "^2.2.3",
"@midwayjs/web": "^2.2.4",
"egg-cluster": "^1.23.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)


Expand Down
10 changes: 5 additions & 5 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mock",
"version": "2.2.3",
"version": "2.2.4",
"description": "create your test app from midway framework",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"license": "MIT",
"devDependencies": {
"@midwayjs/decorator": "^2.2.3",
"midway-bin": "^2.2.3"
"@midwayjs/decorator": "^2.2.4",
"midway-bin": "^2.2.4"
},
"dependencies": {
"@midwayjs/bootstrap": "^2.2.3",
"@midwayjs/core": "^2.2.3",
"@midwayjs/bootstrap": "^2.2.4",
"@midwayjs/core": "^2.2.4",
"egg-mock": "^3.21.0",
"power-assert": "^1.6.1",
"supertest": "^4.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio/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.2.4](https://github.com/midwayjs/midway/compare/v2.2.3...v2.2.4) (2020-09-15)

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





## [2.2.3](https://github.com/midwayjs/midway/compare/v2.2.2...v2.2.3) (2020-09-14)

**Note:** Version bump only for package @midwayjs/socketio
Expand Down
10 changes: 5 additions & 5 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/socketio",
"version": "2.2.3",
"version": "2.2.4",
"description": "Midway Web Framework for KOA",
"main": "dist/index",
"typings": "dist/index.d.ts",
Expand All @@ -25,16 +25,16 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^2.2.3",
"@midwayjs/mock": "^2.2.4",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"fs-extra": "^8.0.1",
"midway-bin": "^2.2.3",
"midway-bin": "^2.2.4",
"socket.io-client": "^2.3.0"
},
"dependencies": {
"@midwayjs/core": "^2.2.3",
"@midwayjs/decorator": "^2.2.3",
"@midwayjs/core": "^2.2.4",
"@midwayjs/decorator": "^2.2.4",
"socket.io": "^2.3.0"
},
"author": "Harry Chen <[email protected]>",
Expand Down
Loading

0 comments on commit b90c020

Please sign in to comment.