diff --git a/.changeset/curly-seas-fix.md b/.changeset/curly-seas-fix.md deleted file mode 100644 index 723e74a4..00000000 --- a/.changeset/curly-seas-fix.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ladesa-ro/api": minor -"@ladesa-ro/api.service": minor -"@ladesa-ro/api-client-fetch": minor -"@ladesa-ro/api-client-fetch.docs": minor -"@ladesa-ro/api.integrations.openapi-json": minor ---- - -feat: accept null ambientePadraoAula on create and update at turma diff --git a/.changeset/honest-drinks-visit.md b/.changeset/honest-drinks-visit.md deleted file mode 100644 index 1dd3be07..00000000 --- a/.changeset/honest-drinks-visit.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ladesa-ro/api": minor -"@ladesa-ro/api.service": minor -"@ladesa-ro/api-client-fetch": minor -"@ladesa-ro/api-client-fetch.docs": minor -"@ladesa-ro/api.integrations.openapi-json": minor ---- - -feat: add relationship with o_f_n_f on oferta_formacao diff --git a/.changeset/olive-stingrays-camp.md b/.changeset/olive-stingrays-camp.md deleted file mode 100644 index ca8be2eb..00000000 --- a/.changeset/olive-stingrays-camp.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ladesa-ro/api-client-fetch.docs": minor -"@ladesa-ro/api-client-fetch": minor -"@ladesa-ro/api.integrations.openapi-json": minor -"@ladesa-ro/api.service": minor -"@ladesa-ro/api": minor ---- - -feat: v1 with a lot of new resources diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 9105d0fb..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@ladesa-ro/api": "1.0.0-alpha.27", - "@ladesa-ro/api.service": "1.0.0-alpha.27", - "@ladesa-ro/api-client-fetch": "1.0.0-alpha.27", - "@ladesa-ro/api-client-fetch.docs": "1.0.0-alpha.27", - "@ladesa-ro/api.integrations.openapi-json": "1.0.0-alpha.27" - }, - "changesets": ["curly-seas-fix", "honest-drinks-visit", "olive-stingrays-camp", "silly-penguins-approve"] -} diff --git a/.changeset/silly-penguins-approve.md b/.changeset/silly-penguins-approve.md deleted file mode 100644 index 9eb7610b..00000000 --- a/.changeset/silly-penguins-approve.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ladesa-ro/api-client-fetch": patch -"@ladesa-ro/api.integrations.openapi-json": patch ---- - -chore: generate integrations -change(diario-professor/controller): tag diarios-professores diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b738155..fa8d63f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @ladesa-ro/api +## 1.0.0 + +### Minor Changes + +- 0fc8146: feat: accept null ambientePadraoAula on create and update at turma +- 0fc8146: feat: add relationship with o_f_n_f on oferta_formacao +- c5b9613: feat: v1 with a lot of new resources + ## 1.0.0-next.29 ### Minor Changes diff --git a/api-service/CHANGELOG.md b/api-service/CHANGELOG.md index 5039b9ee..7cc25bc9 100644 --- a/api-service/CHANGELOG.md +++ b/api-service/CHANGELOG.md @@ -1,5 +1,13 @@ # @ladesa-ro/api.service +## 1.0.0 + +### Minor Changes + +- 0fc8146: feat: accept null ambientePadraoAula on create and update at turma +- 0fc8146: feat: add relationship with o_f_n_f on oferta_formacao +- c5b9613: feat: v1 with a lot of new resources + ## 1.0.0-next.29 ### Minor Changes diff --git a/api-service/package.json b/api-service/package.json index db99d95c..d5d49b4f 100644 --- a/api-service/package.json +++ b/api-service/package.json @@ -1,8 +1,10 @@ { "name": "@ladesa-ro/api.service", - "version": "1.0.0-next.29", + "version": "1.0.0", "private": true, - "files": ["**/*"], + "files": [ + "**/*" + ], "scripts": { "build": "nx build", "generate:openapi": "nx generate:openapi", diff --git a/integrations/npm/api-client-fetch-docs/CHANGELOG.md b/integrations/npm/api-client-fetch-docs/CHANGELOG.md index eefc76c3..0c6b35cf 100644 --- a/integrations/npm/api-client-fetch-docs/CHANGELOG.md +++ b/integrations/npm/api-client-fetch-docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @ladesa-ro/api-client-fetch.docs +## 1.0.0 + +### Minor Changes + +- 0fc8146: feat: accept null ambientePadraoAula on create and update at turma +- 0fc8146: feat: add relationship with o_f_n_f on oferta_formacao +- c5b9613: feat: v1 with a lot of new resources + ## 1.0.0-next.29 ### Minor Changes diff --git a/integrations/npm/api-client-fetch-docs/package.json b/integrations/npm/api-client-fetch-docs/package.json index 835b7e12..2b51b07c 100644 --- a/integrations/npm/api-client-fetch-docs/package.json +++ b/integrations/npm/api-client-fetch-docs/package.json @@ -1,7 +1,9 @@ { "name": "@ladesa-ro/api-client-fetch.docs", - "version": "1.0.0-next.29", - "files": ["dist/**/*.*"], + "version": "1.0.0", + "files": [ + "dist/**/*.*" + ], "private": true, "scripts": { "generate": "nx generate", @@ -10,10 +12,15 @@ "serve": "nx serve" }, "nx": { - "tags": ["integrations", "integrations:npm"], + "tags": [ + "integrations", + "integrations:npm" + ], "root": "integrations/npm/api-client-fetch-docs", "namedInputs": { - "default": ["{projectRoot}/.config/**/*"] + "default": [ + "{projectRoot}/.config/**/*" + ] }, "targets": { "serve": { @@ -23,7 +30,9 @@ "cwd": "{projectRoot}", "command": "serve dist" }, - "dependsOn": ["build"] + "dependsOn": [ + "build" + ] }, "build": { "cache": false, @@ -34,18 +43,25 @@ "command": "echo noop" }, "outputs": [], - "dependsOn": ["generate"] + "dependsOn": [ + "generate" + ] }, "generate": { "cache": true, "executor": "nx:run-commands", - "inputs": ["default", "^default"], + "inputs": [ + "default", + "^default" + ], "options": { "cwd": "{projectRoot}", "command": "typedoc --options .config/typedoc.jsonc" }, "outputs": [], - "dependsOn": ["@ladesa-ro/api-client-fetch:build"] + "dependsOn": [ + "@ladesa-ro/api-client-fetch:build" + ] } } }, diff --git a/integrations/npm/api-client-fetch/CHANGELOG.md b/integrations/npm/api-client-fetch/CHANGELOG.md index c4fbe6c4..642bb5a3 100644 --- a/integrations/npm/api-client-fetch/CHANGELOG.md +++ b/integrations/npm/api-client-fetch/CHANGELOG.md @@ -1,5 +1,18 @@ # @ladesa-ro/api-client-fetch +## 1.0.0 + +### Minor Changes + +- 0fc8146: feat: accept null ambientePadraoAula on create and update at turma +- 0fc8146: feat: add relationship with o_f_n_f on oferta_formacao +- c5b9613: feat: v1 with a lot of new resources + +### Patch Changes + +- 2d1fba4: chore: generate integrations + change(diario-professor/controller): tag diarios-professores + ## 1.0.0-next.30 ### Patch Changes diff --git a/integrations/npm/api-client-fetch/package.json b/integrations/npm/api-client-fetch/package.json index 3ac545a1..e5554f5a 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-next.30", + "version": "1.0.0", "main": "dist/index.js", "license": "MIT", "files": [ diff --git a/integrations/openapi-json/CHANGELOG.md b/integrations/openapi-json/CHANGELOG.md index 080fc222..331ef303 100644 --- a/integrations/openapi-json/CHANGELOG.md +++ b/integrations/openapi-json/CHANGELOG.md @@ -1,5 +1,18 @@ # @ladesa-ro/api.integrations.openapi-json +## 1.0.0 + +### Minor Changes + +- 0fc8146: feat: accept null ambientePadraoAula on create and update at turma +- 0fc8146: feat: add relationship with o_f_n_f on oferta_formacao +- c5b9613: feat: v1 with a lot of new resources + +### Patch Changes + +- 2d1fba4: chore: generate integrations + change(diario-professor/controller): tag diarios-professores + ## 1.0.0-next.30 ### Patch Changes diff --git a/integrations/openapi-json/package.json b/integrations/openapi-json/package.json index a21edb00..a6ec38cd 100644 --- a/integrations/openapi-json/package.json +++ b/integrations/openapi-json/package.json @@ -1,6 +1,6 @@ { "name": "@ladesa-ro/api.integrations.openapi-json", - "version": "1.0.0-next.30", + "version": "1.0.0", "private": true, "files": [ "generated.json" diff --git a/package.json b/package.json index 516621f7..cbaa7501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ladesa-ro/api", - "version": "1.0.0-next.29", + "version": "1.0.0", "private": true, "scripts": { "commit": "git-cz", @@ -34,7 +34,9 @@ } }, "commitlint": { - "extends": ["@commitlint/config-conventional"] + "extends": [ + "@commitlint/config-conventional" + ] }, "lint-staged": { "**/*": "pnpm run code-static:fix"