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

Commit

Permalink
v0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Feb 19, 2020
1 parent 0b9ac97 commit eeaf528
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 14 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.

## [0.2.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)


### Bug Fixes

* tsc incremental not work ([#51](https://github.com/midwayjs/midway-faas/issues/51)) ([0b9ac97](https://github.com/midwayjs/midway-faas/commit/0b9ac9754ced31c6cf2f746777aa47d7c3e54813))





## [0.2.24](https://github.com/midwayjs/midway-faas/compare/v0.2.23...v0.2.24) (2020-02-18)


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.24"
"version": "0.2.25"
}
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.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)

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





## [0.2.22](https://github.com/midwayjs/midway-faas/compare/v0.2.21...v0.2.22) (2020-02-17)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "0.2.22",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"@midwayjs/serverless-spec-builder": "^0.2.20"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^0.2.22",
"@midwayjs/fcli-plugin-package": "^0.2.25",
"fs-extra": "^8.1.0",
"midway-bin": "1"
},
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.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)

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





## [0.2.24](https://github.com/midwayjs/midway-faas/compare/v0.2.23...v0.2.24) (2020-02-18)

**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke
Expand Down
4 changes: 2 additions & 2 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.24",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.22",
"@midwayjs/serverless-invoke": "^0.2.24"
"@midwayjs/serverless-invoke": "^0.2.25"
},
"devDependencies": {
"midway-bin": "1"
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.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)


### Bug Fixes

* tsc incremental not work ([#51](https://github.com/midwayjs/midway-faas/issues/51)) ([0b9ac97](https://github.com/midwayjs/midway-faas/commit/0b9ac9754ced31c6cf2f746777aa47d7c3e54813))





## [0.2.22](https://github.com/midwayjs/midway-faas/compare/v0.2.21...v0.2.22) (2020-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "0.2.22",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.22",
"@midwayjs/faas-util-ts-compile": "^0.2.25",
"@midwayjs/fcli-command-core": "^0.2.22",
"@midwayjs/locate": "^1.0.3",
"archiver": "^3.1.1",
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.

## [0.2.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)

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





## [0.2.24](https://github.com/midwayjs/midway-faas/compare/v0.2.23...v0.2.24) (2020-02-18)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
8 changes: 4 additions & 4 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/faas-cli",
"version": "0.2.24",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^0.2.22",
"@midwayjs/fcli-plugin-create": "^0.2.22",
"@midwayjs/fcli-plugin-deploy": "^0.2.22",
"@midwayjs/fcli-plugin-fc": "^0.2.22",
"@midwayjs/fcli-plugin-invoke": "^0.2.24",
"@midwayjs/fcli-plugin-package": "^0.2.22",
"@midwayjs/fcli-plugin-fc": "^0.2.25",
"@midwayjs/fcli-plugin-invoke": "^0.2.25",
"@midwayjs/fcli-plugin-package": "^0.2.25",
"@midwayjs/fcli-plugin-test": "^0.2.22",
"@midwayjs/serverless-spec-builder": "^0.2.20",
"enquirer": "^2.3.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-util-ts-compile/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.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)


### Bug Fixes

* tsc incremental not work ([#51](https://github.com/midwayjs/midway-faas/issues/51)) ([0b9ac97](https://github.com/midwayjs/midway-faas/commit/0b9ac9754ced31c6cf2f746777aa47d7c3e54813))





## [0.2.22](https://github.com/midwayjs/midway-faas/compare/v0.2.21...v0.2.22) (2020-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/faas-util-ts-compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/faas-util-ts-compile",
"version": "0.2.22",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/serverless-invoke/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.25](https://github.com/midwayjs/midway-faas/compare/v0.2.24...v0.2.25) (2020-02-19)


### Bug Fixes

* tsc incremental not work ([#51](https://github.com/midwayjs/midway-faas/issues/51)) ([0b9ac97](https://github.com/midwayjs/midway-faas/commit/0b9ac9754ced31c6cf2f746777aa47d7c3e54813))





## [0.2.24](https://github.com/midwayjs/midway-faas/compare/v0.2.23...v0.2.24) (2020-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@midwayjs/serverless-invoke",
"version": "0.2.24",
"version": "0.2.25",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-util-ts-compile": "^0.2.22",
"@midwayjs/faas-util-ts-compile": "^0.2.25",
"@midwayjs/fcli-command-core": "^0.2.22",
"@midwayjs/locate": "^1.0.3",
"@midwayjs/runtime-engine": "^0.2.22",
Expand Down

0 comments on commit eeaf528

Please sign in to comment.