From 86cf8887996391b746bc74f56e5f24f8d363ddf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 Nov 2024 21:18:39 +0000 Subject: [PATCH] chore: version packages (next) --- .changeset/pre.json | 7 ++- .../npm/api-client-fetch/CHANGELOG.md | 7 +++ .../npm/api-client-fetch/package.json | 54 ++++++++++++++----- integrations/openapi-json/CHANGELOG.md | 7 +++ integrations/openapi-json/package.json | 23 +++++--- 5 files changed, 79 insertions(+), 19 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d8003537..695f6ebf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,5 +8,10 @@ "@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"] + "changesets": [ + "curly-seas-fix", + "honest-drinks-visit", + "olive-stingrays-camp", + "silly-penguins-approve" + ] } diff --git a/integrations/npm/api-client-fetch/CHANGELOG.md b/integrations/npm/api-client-fetch/CHANGELOG.md index 02543932..c4fbe6c4 100644 --- a/integrations/npm/api-client-fetch/CHANGELOG.md +++ b/integrations/npm/api-client-fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # @ladesa-ro/api-client-fetch +## 1.0.0-next.30 + +### Patch Changes + +- 2d1fba4: chore: generate integrations + change(diario-professor/controller): tag diarios-professores + ## 1.0.0-next.29 ### Minor Changes diff --git a/integrations/npm/api-client-fetch/package.json b/integrations/npm/api-client-fetch/package.json index 6a3c5d3d..3ac545a1 100644 --- a/integrations/npm/api-client-fetch/package.json +++ b/integrations/npm/api-client-fetch/package.json @@ -1,9 +1,12 @@ { "name": "@ladesa-ro/api-client-fetch", - "version": "1.0.0-next.29", + "version": "1.0.0-next.30", "main": "dist/index.js", "license": "MIT", - "files": ["*.md", "dist/**/*.*"], + "files": [ + "*.md", + "dist/**/*.*" + ], "description": "LADESA - Biblioteca de integração a API - Pacote NPM.", "scripts": { "prebuild": "rimraf dist", @@ -15,21 +18,33 @@ "cleanup:generated": "rimraf ./src/http/generated" }, "nx": { - "tags": ["integrations", "integrations:npm"], + "tags": [ + "integrations", + "integrations:npm" + ], "root": "integrations/npm/api-client-fetch", "namedInputs": { - "default": ["{projectRoot}/src/**/*", "{projectRoot}/{package.json,openapi-ts.config.mjs,tsconfig.json}"] + "default": [ + "{projectRoot}/src/**/*", + "{projectRoot}/{package.json,openapi-ts.config.mjs,tsconfig.json}" + ] }, "targets": { "build": { "executor": "nx:run-commands", - "inputs": ["default"], + "inputs": [ + "default" + ], "options": { "cwd": "{projectRoot}", "command": "tsc -p tsconfig.json" }, - "outputs": ["{projectRoot}/dist/**/*"], - "dependsOn": ["generate"] + "outputs": [ + "{projectRoot}/dist/**/*" + ], + "dependsOn": [ + "generate" + ] }, "generate": { "cache": false, @@ -40,18 +55,26 @@ "command": "echo noop" }, "outputs": [], - "dependsOn": ["generate:client"] + "dependsOn": [ + "generate:client" + ] }, "generate:client": { "cache": true, "executor": "nx:run-commands", - "inputs": ["{workspaceRoot}/integrations/openapi-json/generated.json"], + "inputs": [ + "{workspaceRoot}/integrations/openapi-json/generated.json" + ], "options": { "cwd": "{projectRoot}", "command": "pnpm run cleanup:generated && openapi-ts && pnpm run -w code-static:fix $(pwd)" }, - "outputs": ["{projectRoot}/src/http/generated/**/*"], - "dependsOn": ["@ladesa-ro/api.integrations.openapi-json:build"] + "outputs": [ + "{projectRoot}/src/http/generated/**/*" + ], + "dependsOn": [ + "@ladesa-ro/api.integrations.openapi-json:build" + ] } } }, @@ -73,5 +96,12 @@ "bugs": { "url": "https://github.com/ladesa-ro/api/issues" }, - "keywords": ["ladesa-ro", "api", "api-client", "fetch", "sisgha", "sisgea"] + "keywords": [ + "ladesa-ro", + "api", + "api-client", + "fetch", + "sisgha", + "sisgea" + ] } diff --git a/integrations/openapi-json/CHANGELOG.md b/integrations/openapi-json/CHANGELOG.md index 88845546..080fc222 100644 --- a/integrations/openapi-json/CHANGELOG.md +++ b/integrations/openapi-json/CHANGELOG.md @@ -1,5 +1,12 @@ # @ladesa-ro/api.integrations.openapi-json +## 1.0.0-next.30 + +### Patch Changes + +- 2d1fba4: chore: generate integrations + change(diario-professor/controller): tag diarios-professores + ## 1.0.0-next.29 ### Minor Changes diff --git a/integrations/openapi-json/package.json b/integrations/openapi-json/package.json index 5fd70c52..a21edb00 100644 --- a/integrations/openapi-json/package.json +++ b/integrations/openapi-json/package.json @@ -1,8 +1,10 @@ { "name": "@ladesa-ro/api.integrations.openapi-json", - "version": "1.0.0-next.29", + "version": "1.0.0-next.30", "private": true, - "files": ["generated.json"], + "files": [ + "generated.json" + ], "scripts": { "build": "nx build" }, @@ -13,7 +15,10 @@ "typedoc-plugin-mdn-links": "^4.0.2" }, "nx": { - "tags": ["integrations", "integrations:openapi-json"], + "tags": [ + "integrations", + "integrations:openapi-json" + ], "root": "integrations/openapi-json", "namedInputs": { "default": [] @@ -21,13 +26,19 @@ "targets": { "build": { "executor": "nx:run-commands", - "inputs": ["default"], + "inputs": [ + "default" + ], "options": { "cwd": "{projectRoot}", "command": "OUT_FILE=$(pwd)/generated.json pnpm run --filter '@ladesa-ro/api.service' generate:openapi && pnpm run -w code-static:fix $(pwd)/generated.json" }, - "outputs": ["{projectRoot}/generated.json"], - "dependsOn": ["@ladesa-ro/api.service:build"] + "outputs": [ + "{projectRoot}/generated.json" + ], + "dependsOn": [ + "@ladesa-ro/api.service:build" + ] } } }