Skip to content

Commit

Permalink
chore: version packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent f8116cd commit 86cf888
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 19 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
7 changes: 7 additions & 0 deletions integrations/npm/api-client-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
54 changes: 42 additions & 12 deletions integrations/npm/api-client-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand All @@ -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"
]
}
}
},
Expand All @@ -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"
]
}
7 changes: 7 additions & 0 deletions integrations/openapi-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
23 changes: 17 additions & 6 deletions integrations/openapi-json/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -13,21 +15,30 @@
"typedoc-plugin-mdn-links": "^4.0.2"
},
"nx": {
"tags": ["integrations", "integrations:openapi-json"],
"tags": [
"integrations",
"integrations:openapi-json"
],
"root": "integrations/openapi-json",
"namedInputs": {
"default": []
},
"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"
]
}
}
}
Expand Down

0 comments on commit 86cf888

Please sign in to comment.