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

Commit

Permalink
v0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 2, 2020
1 parent 813cf24 commit d2e7148
Show file tree
Hide file tree
Showing 22 changed files with 137 additions and 32 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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)


### Bug Fixes

* aggregation pattern ([#71](https://github.com/midwayjs/midway-faas/issues/71)) ([938c4b3](https://github.com/midwayjs/midway-faas/commit/938c4b338adc5826954c514a913996a1b5abbd49))


### Features

* **faas-cli:** enable local devevelopment source-map support ([#70](https://github.com/midwayjs/midway-faas/issues/70)) ([813cf24](https://github.com/midwayjs/midway-faas/commit/813cf240f6756fd9da7d220fad9c6e022554ba20))





## [0.2.39](https://github.com/midwayjs/midway-faas/compare/v0.2.38...v0.2.39) (2020-03-02)

**Note:** Version bump only for package midway-faas
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
}
},
"npmClient": "npm",
"version": "0.2.39"
"version": "0.2.40"
}
8 changes: 8 additions & 0 deletions packages/faas-cli-command-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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.34](https://github.com/midwayjs/midway-faas/compare/v0.2.33...v0.2.34) (2020-02-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-command-core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-command-core",
"version": "0.2.34",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^0.2.34",
"@midwayjs/serverless-spec-builder": "^0.2.40",
"command-line-usage": "^6.1.0",
"deepmerge": "^4.2.2",
"minimist": "^1.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-create/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.34](https://github.com/midwayjs/midway-faas/compare/v0.2.33...v0.2.34) (2020-02-26)

**Note:** Version bump only for package @midwayjs/fcli-plugin-create
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-create/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-create",
"version": "0.2.34",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"enquirer": "^2.3.4",
"light-generator": "^1.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-deploy/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.34](https://github.com/midwayjs/midway-faas/compare/v0.2.33...v0.2.34) (2020-02-26)

**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-deploy",
"version": "0.2.34",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.34"
"@midwayjs/fcli-command-core": "^0.2.40"
},
"devDependencies": {
"midway-bin": "beta"
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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.37](https://github.com/midwayjs/midway-faas/compare/v0.2.36...v0.2.37) (2020-02-29)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "0.2.37",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"@midwayjs/serverless-fc-starter": "^0.2.27",
"@midwayjs/serverless-spec-builder": "^0.2.34"
"@midwayjs/serverless-spec-builder": "^0.2.40"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.37",
"@midwayjs/fcli-plugin-package": "^0.2.40",
"fs-extra": "^8.1.0",
"midway-bin": "beta"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.39](https://github.com/midwayjs/midway-faas/compare/v0.2.38...v0.2.39) (2020-03-02)

**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,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "0.2.39",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/serverless-invoke": "^0.2.39"
"@midwayjs/fcli-command-core": "^0.2.40",
"@midwayjs/serverless-invoke": "^0.2.40"
},
"devDependencies": {
"midway-bin": "beta"
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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)


### Bug Fixes

* aggregation pattern ([#71](https://github.com/midwayjs/midway-faas/issues/71)) ([938c4b3](https://github.com/midwayjs/midway-faas/commit/938c4b338adc5826954c514a913996a1b5abbd49))





## [0.2.37](https://github.com/midwayjs/midway-faas/compare/v0.2.36...v0.2.37) (2020-02-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "0.2.37",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.37",
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"@midwayjs/locate": "^1.0.3",
"archiver": "^3.1.1",
"fs-extra": "^8.1.0",
Expand All @@ -14,7 +14,7 @@
"midway-bin": "beta"
},
"devDependencies": {
"@midwayjs/serverless-spec-builder": "^0.2.34"
"@midwayjs/serverless-spec-builder": "^0.2.40"
},
"files": [
"src",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-test/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.38](https://github.com/midwayjs/midway-faas/compare/v0.2.37...v0.2.38) (2020-03-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-test",
"version": "0.2.38",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"midway-bin": "beta"
},
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)


### Features

* **faas-cli:** enable local devevelopment source-map support ([#70](https://github.com/midwayjs/midway-faas/issues/70)) ([813cf24](https://github.com/midwayjs/midway-faas/commit/813cf240f6756fd9da7d220fad9c6e022554ba20))





## [0.2.39](https://github.com/midwayjs/midway-faas/compare/v0.2.38...v0.2.39) (2020-03-02)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
18 changes: 9 additions & 9 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/faas-cli",
"version": "0.2.39",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-plugin-create": "^0.2.34",
"@midwayjs/fcli-plugin-deploy": "^0.2.34",
"@midwayjs/fcli-plugin-fc": "^0.2.37",
"@midwayjs/fcli-plugin-invoke": "^0.2.39",
"@midwayjs/fcli-plugin-package": "^0.2.37",
"@midwayjs/fcli-plugin-test": "^0.2.38",
"@midwayjs/serverless-spec-builder": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"@midwayjs/fcli-plugin-create": "^0.2.40",
"@midwayjs/fcli-plugin-deploy": "^0.2.40",
"@midwayjs/fcli-plugin-fc": "^0.2.40",
"@midwayjs/fcli-plugin-invoke": "^0.2.40",
"@midwayjs/fcli-plugin-package": "^0.2.40",
"@midwayjs/fcli-plugin-test": "^0.2.40",
"@midwayjs/serverless-spec-builder": "^0.2.40",
"enquirer": "^2.3.4"
},
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-invoke/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)

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





## [0.2.39](https://github.com/midwayjs/midway-faas/compare/v0.2.38...v0.2.39) (2020-03-02)

**Note:** Version bump only for package @midwayjs/serverless-invoke
Expand Down
6 changes: 3 additions & 3 deletions packages/serverless-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/serverless-invoke",
"version": "0.2.39",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.37",
"@midwayjs/fcli-command-core": "^0.2.34",
"@midwayjs/fcli-command-core": "^0.2.40",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/runtime-engine": "^0.2.27",
"@midwayjs/runtime-mock": "^0.2.27",
"@midwayjs/serverless-fc-starter": "^0.2.27",
"@midwayjs/serverless-fc-trigger": "^0.2.27",
"@midwayjs/serverless-scf-starter": "^0.2.27",
"@midwayjs/serverless-scf-trigger": "^0.2.27",
"@midwayjs/serverless-spec-builder": "^0.2.34",
"@midwayjs/serverless-spec-builder": "^0.2.40",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"ts-node": "^8.5.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/serverless-spec-builder/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.

## [0.2.40](https://github.com/midwayjs/midway-faas/compare/v0.2.39...v0.2.40) (2020-03-02)


### Bug Fixes

* aggregation pattern ([#71](https://github.com/midwayjs/midway-faas/issues/71)) ([938c4b3](https://github.com/midwayjs/midway-faas/commit/938c4b338adc5826954c514a913996a1b5abbd49))





## [0.2.34](https://github.com/midwayjs/midway-faas/compare/v0.2.33...v0.2.34) (2020-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-spec-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/serverless-spec-builder",
"version": "0.2.34",
"version": "0.2.40",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit d2e7148

Please sign in to comment.