Skip to content

Commit

Permalink
Version Packages (#43)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nest-lab/[email protected]

### Patch Changes

-   482b43f: fix: make `options` optional
  • Loading branch information
jmcdo29 authored May 8, 2024
2 parents b5fdced + e710343 commit 807cf87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-eels-eat.md

This file was deleted.

15 changes: 11 additions & 4 deletions packages/typeschema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
# @nest-lab/typeschema

## 0.2.1

### Patch Changes

- 482b43f: fix: make `options` optional

## 0.2.0

### Minor Changes

- 5e274ec: Add a new options parameter to the typeschema validation pipe

BREAKING CHANGE: the logger is now the **second** parameter of the validation
pipe with the options being the first. If you use `new ValidationPipe` and pass
in the logger, you'll need to pass in an empty object or `undefined` as the
first parameter.
pipe with the options being the first. If you use `new ValidationPipe` and
pass in the logger, you'll need to pass in an empty object or `undefined` as
the first parameter.

## 0.1.1

### Patch Changes

- 6e0e4b4: Reflect the type of the input schema via generics and an explicit type reference. Types should no longer show up as `unknown`
- 6e0e4b4: Reflect the type of the input schema via generics and an explicit
type reference. Types should no longer show up as `unknown`

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/typeschema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/jmcdo29/nest-lab",
"directory": "packages/typeschema"
},
"version": "0.2.0",
"version": "0.2.1",
"type": "commonjs",
"files": [
"src"
Expand Down

0 comments on commit 807cf87

Please sign in to comment.