Skip to content

Commit

Permalink
chore(release): [skip-github-pipeline]
Browse files Browse the repository at this point in the history
  • Loading branch information
luanavfg committed Dec 28, 2023
1 parent 80c7595 commit 2562247
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.

## [1.6.0-beta.4](https://github.com/ItaloRAmaral/cliniccontrol/compare/[email protected]@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/[email protected]@1.6.0-beta.3) (2023-12-21)

### Features
Expand Down
8 changes: 8 additions & 0 deletions libs/core-rest-api/core/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.

## [1.5.0-beta.4](https://github.com/ItaloRAmaral/cliniccontrol/compare/@cliniccontrol/[email protected]...@cliniccontrol/[email protected]) (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/[email protected]...@cliniccontrol/[email protected]) (2023-12-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/core-rest-api/core/package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cliniccontrol",
"version": "1.6.0-beta.3",
"version": "1.6.0-beta.4",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 2562247

Please sign in to comment.