Skip to content

Commit

Permalink
serverless-v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jul 7, 2020
1 parent 659b051 commit f855e6a
Show file tree
Hide file tree
Showing 34 changed files with 194 additions and 52 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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)


### Bug Fixes

* wrapper ejs ([#522](https://github.com/midwayjs/midway-faas/issues/522)) ([659b051](https://github.com/midwayjs/midway-faas/commit/659b051173209747d74cb32b41cdf718e894bd6f))





## 1.0.2 (2020-07-06)


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

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"minimist": "^1.2.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-aws/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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/serverless-fc-starter": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.1"
"@midwayjs/serverless-spec-builder": "^1.0.3"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.2",
"@midwayjs/fcli-plugin-package": "^1.0.3",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"enquirer": "^2.3.4",
"fs-extra": "^8.1.0",
"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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.2"
"@midwayjs/fcli-command-core": "^1.0.3"
},
"devDependencies": {
"midway-bin": "^2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-dev-pack/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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-dev-pack",
"version": "1.0.2",
"version": "1.0.3",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,8 +13,8 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/faas-dev-pack": "^1.0.3",
"@midwayjs/fcli-command-core": "^1.0.3",
"koa": "^2.11.0",
"koa-onerror": "^4.1.0"
},
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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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,17 +1,17 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/serverless-fc-starter": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.2",
"@midwayjs/fcli-plugin-package": "^1.0.3",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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,12 +1,12 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/faas-code-analysis": "^1.0.1",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"@midwayjs/runtime-engine": "^1.0.1",
Expand All @@ -15,7 +15,7 @@
"@midwayjs/serverless-fc-trigger": "^1.0.1",
"@midwayjs/serverless-scf-starter": "^1.0.1",
"@midwayjs/serverless-scf-trigger": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-code-analysis": "^1.0.1",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/mwcc": "^0.2.2",
"archiver": "^3.1.1",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@midwayjs/faas": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-scf/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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/serverless-scf-starter": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.2",
"@midwayjs/fcli-plugin-package": "^1.0.3",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


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": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-command-core": "^1.0.3",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"mocha": "^7.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/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.

## [1.0.3](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.2...serverless-v1.0.3) (2020-07-07)

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





## 1.0.2 (2020-07-06)


Expand Down
18 changes: 9 additions & 9 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/faas-cli",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/fcli-command-core": "^1.0.2",
"@midwayjs/fcli-plugin-create": "^1.0.2",
"@midwayjs/fcli-plugin-deploy": "^1.0.2",
"@midwayjs/fcli-plugin-dev-pack": "^1.0.2",
"@midwayjs/fcli-plugin-invoke": "^1.0.2",
"@midwayjs/fcli-plugin-package": "^1.0.2",
"@midwayjs/fcli-plugin-test": "^1.0.2",
"@midwayjs/serverless-spec-builder": "^1.0.1",
"@midwayjs/fcli-command-core": "^1.0.3",
"@midwayjs/fcli-plugin-create": "^1.0.3",
"@midwayjs/fcli-plugin-deploy": "^1.0.3",
"@midwayjs/fcli-plugin-dev-pack": "^1.0.3",
"@midwayjs/fcli-plugin-invoke": "^1.0.3",
"@midwayjs/fcli-plugin-package": "^1.0.3",
"@midwayjs/fcli-plugin-test": "^1.0.3",
"@midwayjs/serverless-spec-builder": "^1.0.3",
"enquirer": "^2.3.4",
"light-spinner": "^1.0.0",
"minimist": "^1.2.5",
Expand Down
Loading

0 comments on commit f855e6a

Please sign in to comment.