Skip to content

Commit

Permalink
Merge pull request #197 from ladesa-ro/changeset-release/development
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
guesant authored Oct 30, 2024
2 parents 4ceba75 + 8f5758d commit 61e7ee0
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/young-glasses-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions definitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ladesa-ro/especificacao-definitions

## 3.2.8

### Patch Changes

- 4ceba75: fix(definitions/disciplina/list/filters): remove unrelated filter for turma

## 3.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ladesa-ro/especificacao.definitions",
"private": true,
"type": "module",
"version": "3.2.7",
"version": "3.2.8",
"scripts": {
"watch": "wireit",
"cleanup": "wireit",
Expand Down
6 changes: 6 additions & 0 deletions integrations/dotnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ladesa-ro/especificacao-dotnet

## 3.2.7

### Patch Changes

- 4ceba75: fix(definitions/disciplina/list/filters): remove unrelated filter for turma

## 3.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/dotnet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PropertyGroup>
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.2.6</Version>
<Version>3.2.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion integrations/dotnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladesa-ro/especificacao.dotnet",
"version": "3.2.6",
"version": "3.2.7",
"private": true,
"scripts": {
"prepare": "dotnet tool restore -v diag --no-cache",
Expand Down
6 changes: 6 additions & 0 deletions integrations/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ladesa-ro/especificacao-json-schema

## 3.2.8

### Patch Changes

- 4ceba75: fix(definitions/disciplina/list/filters): remove unrelated filter for turma

## 3.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladesa-ro/especificacao.json-schema",
"version": "3.2.7",
"version": "3.2.8",
"private": true,
"scripts": {
"build": "wireit",
Expand Down
6 changes: 6 additions & 0 deletions integrations/npm/especificacao/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ladesa-ro/especificacao

## 3.3.8

### Patch Changes

- 4ceba75: fix(definitions/disciplina/list/filters): remove unrelated filter for turma

## 3.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/npm/especificacao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladesa-ro/especificacao",
"version": "3.3.7",
"version": "3.3.8",
"scripts": {
"prepublishOnly": "wireit",
"build:lib:cleanup": "wireit",
Expand Down

0 comments on commit 61e7ee0

Please sign in to comment.