Skip to content

Commit

Permalink
Merge pull request #399 from ladesa-ro/changeset-release/development
Browse files Browse the repository at this point in the history
chore: version packages (next)
  • Loading branch information
guesant authored Nov 1, 2024
2 parents 0fc8146 + ec9b650 commit e0bba9f
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"@ladesa-ro/api.integrations.openapi-json": "1.0.0-alpha.27"
},
"changesets": [
"curly-seas-fix",
"honest-drinks-visit",
"olive-stingrays-camp"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ladesa-ro/api

## 1.0.0-next.29

### 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

## 1.0.0-next.28

### Minor Changes
Expand Down
7 changes: 7 additions & 0 deletions api-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ladesa-ro/api.service

## 1.0.0-next.29

### 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

## 1.0.0-next.28

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions api-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@ladesa-ro/api.service",
"version": "1.0.0-next.28",
"version": "1.0.0-next.29",
"private": true,
"files": ["**/*"],
"files": [
"**/*"
],
"scripts": {
"build": "nx build",
"generate:openapi": "nx generate:openapi",
Expand Down
7 changes: 7 additions & 0 deletions integrations/npm/api-client-fetch-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ladesa-ro/api-client-fetch.docs

## 1.0.0-next.29

### 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

## 1.0.0-next.28

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/npm/api-client-fetch-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladesa-ro/api-client-fetch.docs",
"version": "1.0.0-next.28",
"version": "1.0.0-next.29",
"files": [
"dist/**/*.*"
],
Expand Down
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.29

### 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

## 1.0.0-next.28

### 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.28",
"version": "1.0.0-next.29",
"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.29

### 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

## 1.0.0-next.28

### 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.28",
"version": "1.0.0-next.29",
"private": true,
"files": ["generated.json"],
"files": [
"generated.json"
],
"scripts": {
"build": "nx build"
},
Expand All @@ -13,21 +15,30 @@
"typedoc-plugin-mdn-links": "^3.3.5"
},
"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
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladesa-ro/api",
"version": "1.0.0-next.28",
"version": "1.0.0-next.29",
"private": true,
"scripts": {
"commit": "git-cz",
Expand Down Expand Up @@ -34,7 +34,9 @@
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"**/*": "pnpm run code-static:fix"
Expand Down

0 comments on commit e0bba9f

Please sign in to comment.