diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea9cf5f..4b638da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.0.0-freezed.0](https://github.com/ladesa-ro/api/compare/v1.0.0-alpha.7...v0.0.0-freezed.0) +#### [v0.0.0-freezed.0](https://github.com/ladesa-ro/api/compare/v1.0.0-alpha.8...v0.0.0-freezed.0) + +- Crud de Turma disponibilidade e intervalo de tempo [`#213`](https://github.com/ladesa-ro/api/pull/213) +- feat(integrations): codegen [skip ci] [`1f0d183`](https://github.com/ladesa-ro/api/commit/1f0d1839286ddbeabf13cd93fd6f6cdc6aadabaa) +- feat: turma-disponibilidade-crud [`2e68da7`](https://github.com/ladesa-ro/api/commit/2e68da7d776c099f9ed1ce1c66e1fec3d545c46c) +- feat: intervalo-de-tempo service [`dd3884c`](https://github.com/ladesa-ro/api/commit/dd3884cdca8041b14a332345a817f8228c5d28f8) + +#### [v1.0.0-alpha.8](https://github.com/ladesa-ro/api/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) + +> 28 June 2024 - feat(api-service): update ladesa spec that fixes cover image input body [`#212`](https://github.com/ladesa-ro/api/pull/212) - chore: move dev deps into deps [`cfd945f`](https://github.com/ladesa-ro/api/commit/cfd945f1597997de87f677636fc747198f2529a0) diff --git a/api-service/version.json b/api-service/version.json index 42d19927..08a6f0dc 100644 --- a/api-service/version.json +++ b/api-service/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-alpha.8" + "version": "1.0.0-alpha.9" } diff --git a/integrations/npm/api-client-fetch/package.json b/integrations/npm/api-client-fetch/package.json index ee27b045..e87a527d 100644 --- a/integrations/npm/api-client-fetch/package.json +++ b/integrations/npm/api-client-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@ladesa-ro/api-client-fetch", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "main": "dist/index.js", "description": "LADESA - Biblioteca de integração a API - Pacote NPM.", "keywords": [ diff --git a/version.json b/version.json index 42d19927..08a6f0dc 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-alpha.8" + "version": "1.0.0-alpha.9" }