From b14f8ee4a4876f5dc03e1e65d5d8551de7aadd53 Mon Sep 17 00:00:00 2001 From: adrigzr Date: Fri, 28 Apr 2023 11:37:36 +0000 Subject: [PATCH] chore(release): release 0.17.2 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a81204f..63e55acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.2](https://github.com/congatudo/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28) + +### Bug Fixes + +- add missing workMode ([05dbe77](https://github.com/congatudo/agnoc/commit/05dbe770253335f172c43e5cb39a3684a573ce80)), + closes [#42](https://github.com/congatudo/agnoc/issues/42) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.17.1](https://github.com/congatudo/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bbfaa581..c121885d 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "npmClient": "yarn", "packages": ["packages/*"], "useWorkspaces": true, - "version": "0.17.1" + "version": "0.17.2" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1d0cee85..20b7b231 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.2](https://github.com/adrigzr/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28) + +**Note:** Version bump only for package @agnoc/cli + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.17.1](https://github.com/adrigzr/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20) **Note:** Version bump only for package @agnoc/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index a0853bea..affc3ca8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@agnoc/cli", - "version": "0.17.1", + "version": "0.17.2", "description": "Agnoc command line", "keywords": [ "agnoc", @@ -63,7 +63,7 @@ } }, "dependencies": { - "@agnoc/core": "^0.17.1", + "@agnoc/core": "^0.17.2", "chalk": "^4.1.1", "cli-ux": "^5.5.1", "commander": "^10.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 997560df..f834dd33 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.17.2](https://github.com/adrigzr/agnoc/compare/v0.17.1...v0.17.2) (2023-04-28) + +### Bug Fixes + +- add missing workMode ([05dbe77](https://github.com/adrigzr/agnoc/commit/05dbe770253335f172c43e5cb39a3684a573ce80)), + closes [#42](https://github.com/adrigzr/agnoc/issues/42) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.17.1](https://github.com/adrigzr/agnoc/compare/v0.17.0...v0.17.1) (2023-02-20) **Note:** Version bump only for package @agnoc/core diff --git a/packages/core/package.json b/packages/core/package.json index ffaf506f..5ab62182 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agnoc/core", - "version": "0.17.1", + "version": "0.17.2", "description": "Agnoc core library", "keywords": [ "agnoc",