Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
1 parent 016e905 commit b9caa80
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 60 deletions.
9 changes: 0 additions & 9 deletions .changeset/curly-seas-fix.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/honest-drinks-visit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/olive-stingrays-camp.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/pre.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-penguins-approve.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions api-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.29",
"version": "1.0.0",
"private": true,
"files": ["**/*"],
"files": [
"**/*"
],
"scripts": {
"build": "nx build",
"generate:openapi": "nx generate:openapi",
Expand Down
8 changes: 8 additions & 0 deletions integrations/npm/api-client-fetch-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 24 additions & 8 deletions integrations/npm/api-client-fetch-docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -23,7 +30,9 @@
"cwd": "{projectRoot}",
"command": "serve dist"
},
"dependsOn": ["build"]
"dependsOn": [
"build"
]
},
"build": {
"cache": false,
Expand All @@ -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"
]
}
}
},
Expand Down
13 changes: 13 additions & 0 deletions integrations/npm/api-client-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion integrations/npm/api-client-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
13 changes: 13 additions & 0 deletions integrations/openapi-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion integrations/openapi-json/package.json
Original file line number Diff line number Diff line change
@@ -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"
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.29",
"version": "1.0.0",
"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 b9caa80

Please sign in to comment.