From 3b6e9f8e1e0fd342d1c4819a02d61a22c762aa01 Mon Sep 17 00:00:00 2001 From: luanavfg Date: Fri, 29 Dec 2023 14:01:46 +0000 Subject: [PATCH] chore(release): [skip-github-pipeline] - cliniccontrol@1.6.0-beta.5 - @cliniccontrol/core-rest-api@1.2.1-beta.2 - @cliniccontrol/core-rest-api-adapters@1.5.0-beta.1 - @cliniccontrol/core-rest-api-core@1.5.0-beta.5 --- CHANGELOG.md | 6 ++++++ apps/core-rest-api/CHANGELOG.md | 4 ++++ apps/core-rest-api/package.json | 2 +- libs/core-rest-api/adapters/CHANGELOG.md | 6 ++++++ libs/core-rest-api/adapters/package.json | 2 +- libs/core-rest-api/core/CHANGELOG.md | 4 ++++ libs/core-rest-api/core/package.json | 2 +- package.json | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2dbed..8ff75ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.5](https://github.com/ItaloRAmaral/cliniccontrol/compare/cliniccontrol@1.6.0-beta.4...cliniccontrol@1.6.0-beta.5) (2023-12-29) + +### Features + +- **CC-111:** delete patient endpoint ([d23b3d2](https://github.com/ItaloRAmaral/cliniccontrol/commit/d23b3d270d7068a8271e0140b3da29de371cc7e7)) + ## [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 diff --git a/apps/core-rest-api/CHANGELOG.md b/apps/core-rest-api/CHANGELOG.md index 945f37e..b19f804 100644 --- a/apps/core-rest-api/CHANGELOG.md +++ b/apps/core-rest-api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1-beta.2](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api@1.2.1-beta.1...@cliniccontrol/core-rest-api@1.2.1-beta.2) (2023-12-29) + +**Note:** Version bump only for package @cliniccontrol/core-rest-api + ## [1.2.1-beta.1](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api@1.2.1-beta.0...@cliniccontrol/core-rest-api@1.2.1-beta.1) (2023-12-21) **Note:** Version bump only for package @cliniccontrol/core-rest-api diff --git a/apps/core-rest-api/package.json b/apps/core-rest-api/package.json index 8f5eeb3..92efbbb 100644 --- a/apps/core-rest-api/package.json +++ b/apps/core-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@cliniccontrol/core-rest-api", - "version": "1.2.1-beta.1", + "version": "1.2.1-beta.2", "license": "MIT", "authors": [ { diff --git a/libs/core-rest-api/adapters/CHANGELOG.md b/libs/core-rest-api/adapters/CHANGELOG.md index 2124d5c..43eed9e 100644 --- a/libs/core-rest-api/adapters/CHANGELOG.md +++ b/libs/core-rest-api/adapters/CHANGELOG.md @@ -3,6 +3,12 @@ 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.1](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api-adapters@1.5.0-beta.0...@cliniccontrol/core-rest-api-adapters@1.5.0-beta.1) (2023-12-29) + +### Features + +- **CC-111:** delete patient endpoint ([d23b3d2](https://github.com/ItaloRAmaral/cliniccontrol/commit/d23b3d270d7068a8271e0140b3da29de371cc7e7)) + ## [1.5.0-beta.0](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api-adapters@1.4.1-beta.0...@cliniccontrol/core-rest-api-adapters@1.5.0-beta.0) (2023-12-21) ### Features diff --git a/libs/core-rest-api/adapters/package.json b/libs/core-rest-api/adapters/package.json index 133e265..61b95be 100644 --- a/libs/core-rest-api/adapters/package.json +++ b/libs/core-rest-api/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@cliniccontrol/core-rest-api-adapters", - "version": "1.5.0-beta.0", + "version": "1.5.0-beta.1", "license": "UNLICENSED", "authors": [ { diff --git a/libs/core-rest-api/core/CHANGELOG.md b/libs/core-rest-api/core/CHANGELOG.md index 49c3bab..f316352 100644 --- a/libs/core-rest-api/core/CHANGELOG.md +++ b/libs/core-rest-api/core/CHANGELOG.md @@ -3,6 +3,10 @@ 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.5](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/core-rest-api-core@1.5.0-beta.4...@cliniccontrol/core-rest-api-core@1.5.0-beta.5) (2023-12-29) + +**Note:** Version bump only for package @cliniccontrol/core-rest-api-core + ## [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 diff --git a/libs/core-rest-api/core/package.json b/libs/core-rest-api/core/package.json index 7a94dd3..5f89420 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.4", + "version": "1.5.0-beta.5", "license": "UNLICENSED", "authors": [ { diff --git a/package.json b/package.json index 978143a..8d9fe77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cliniccontrol", - "version": "1.6.0-beta.4", + "version": "1.6.0-beta.5", "license": "MIT", "authors": [ {