From 2562247bd76c1f784a65f04b73e3eb853974a336 Mon Sep 17 00:00:00 2001 From: luanavfg Date: Thu, 28 Dec 2023 11:42:10 +0000 Subject: [PATCH] chore(release): [skip-github-pipeline] - cliniccontrol@1.6.0-beta.4 - @cliniccontrol/core-rest-api-core@1.5.0-beta.4 --- CHANGELOG.md | 8 ++++++++ libs/core-rest-api/core/CHANGELOG.md | 8 ++++++++ libs/core-rest-api/core/package.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d47314..9a2dbed 100644 --- a/CHANGELOG.md +++ b/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. +## [1.6.0-beta.4](https://github.com/ItaloRAmaral/cliniccontrol/compare/cliniccontrol@1.6.0-beta.3...cliniccontrol@1.6.0-beta.4) (2023-12-28) + +### Features + +- **CC-109:** add delete-appointment registry dto ([3171e99](https://github.com/ItaloRAmaral/cliniccontrol/commit/3171e99f7aef7b6e04ac1df2371cf61bf830625b)) +- **CC-109:** add delete-appointment registry service ([d9d4270](https://github.com/ItaloRAmaral/cliniccontrol/commit/d9d4270827033b4fbcc31f92d8fded4e5b8b6786)) +- **CC-109:** add delete-appointment registry test and error message ([d347214](https://github.com/ItaloRAmaral/cliniccontrol/commit/d3472145bfd269762d6589081fb813e7622bcaa4)) + ## [1.6.0-beta.3](https://github.com/ItaloRAmaral/cliniccontrol/compare/cliniccontrol@1.6.0-beta.2...cliniccontrol@1.6.0-beta.3) (2023-12-21) ### Features diff --git a/libs/core-rest-api/core/CHANGELOG.md b/libs/core-rest-api/core/CHANGELOG.md index 3f4423c..49c3bab 100644 --- a/libs/core-rest-api/core/CHANGELOG.md +++ b/libs/core-rest-api/core/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. +## [1.5.0-beta.4](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api-core@1.5.0-beta.3...@cliniccontrol/core-rest-api-core@1.5.0-beta.4) (2023-12-28) + +### Features + +- **CC-109:** add delete-appointment registry dto ([3171e99](https://github.com/ItaloRAmaral/cliniccontrol/commit/3171e99f7aef7b6e04ac1df2371cf61bf830625b)) +- **CC-109:** add delete-appointment registry service ([d9d4270](https://github.com/ItaloRAmaral/cliniccontrol/commit/d9d4270827033b4fbcc31f92d8fded4e5b8b6786)) +- **CC-109:** add delete-appointment registry test and error message ([d347214](https://github.com/ItaloRAmaral/cliniccontrol/commit/d3472145bfd269762d6589081fb813e7622bcaa4)) + ## [1.5.0-beta.3](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api-core@1.5.0-beta.2...@cliniccontrol/core-rest-api-core@1.5.0-beta.3) (2023-12-21) ### Features diff --git a/libs/core-rest-api/core/package.json b/libs/core-rest-api/core/package.json index 069d479..7a94dd3 100644 --- a/libs/core-rest-api/core/package.json +++ b/libs/core-rest-api/core/package.json @@ -1,6 +1,6 @@ { "name": "@cliniccontrol/core-rest-api-core", - "version": "1.5.0-beta.3", + "version": "1.5.0-beta.4", "license": "UNLICENSED", "authors": [ { diff --git a/package.json b/package.json index 9c039e7..978143a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cliniccontrol", - "version": "1.6.0-beta.3", + "version": "1.6.0-beta.4", "license": "MIT", "authors": [ {