diff --git a/CHANGELOG.md b/CHANGELOG.md index 954a3de5..c39de9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 00c576a2..c958d051 100644 --- a/lerna.json +++ b/lerna.json @@ -23,5 +23,5 @@ } }, "npmClient": "npm", - "version": "0.2.24" + "version": "0.2.25" } diff --git a/packages/faas-cli-plugin-fc/CHANGELOG.md b/packages/faas-cli-plugin-fc/CHANGELOG.md index 2e6d8c2a..009683a0 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/CHANGELOG.md @@ -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 diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index 5ef13bf6..02e11764 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -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": { @@ -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" }, diff --git a/packages/faas-cli-plugin-invoke/CHANGELOG.md b/packages/faas-cli-plugin-invoke/CHANGELOG.md index f4184ec1..7e57d2ce 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -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 diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index fe99ab36..7ea477e3 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -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" diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index f9427fbc..7d1700ff 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/CHANGELOG.md @@ -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) diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index b3403d5c..6d063596 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -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", diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index 9d2875f1..ef2dde31 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/CHANGELOG.md @@ -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 diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index 6e2d219a..dc870543 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -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" diff --git a/packages/faas-util-ts-compile/CHANGELOG.md b/packages/faas-util-ts-compile/CHANGELOG.md index c77d204a..b7acad35 100644 --- a/packages/faas-util-ts-compile/CHANGELOG.md +++ b/packages/faas-util-ts-compile/CHANGELOG.md @@ -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) diff --git a/packages/faas-util-ts-compile/package.json b/packages/faas-util-ts-compile/package.json index be6326d0..629192e9 100644 --- a/packages/faas-util-ts-compile/package.json +++ b/packages/faas-util-ts-compile/package.json @@ -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": { diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index 2227eb2e..8eded837 100644 --- a/packages/serverless-invoke/CHANGELOG.md +++ b/packages/serverless-invoke/CHANGELOG.md @@ -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) diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index 0dfcbb12..024b3306 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -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",