Skip to content

Commit

Permalink
chore: release nest 11 support updates
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]

### Minor Changes

-   45c426c: Now supporting NestJS v11

## @nest-lab/[email protected]

### Minor Changes

-   45c426c: Now supporting NestJS v11

## @nest-lab/[email protected]

### Minor Changes

-   45c426c: Now supporting NestJS v11

## @nest-lab/[email protected]

### Minor Changes

-   45c426c: Now supporting NestJS v11
  • Loading branch information
jmcdo29 authored Jan 23, 2025
2 parents 29649bf + cef0f6d commit 8aa8b5d
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/lazy-shrimps-ring.md

This file was deleted.

11 changes: 10 additions & 1 deletion packages/fastify-multer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nest-lab/fastify-multer

## 1.3.0

### Minor Changes

- 45c426c: Now supporting NestJS v11

## 1.2.0

### Minor Changes
Expand All @@ -25,7 +31,10 @@

- 0ab9b86: allow for multiple `registerAsync` calls

By moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple `registerAsync` calls without calling the `fastify.register()` multiple times. This should resovle the error in #11.
By moving the registration of the multipart content parse to a separate core
module, the core module only gets activated once which allows for multiple
`registerAsync` calls without calling the `fastify.register()` multiple times.
This should resovle the error in #11.

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-multer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nest-lab/fastify-multer",
"version": "1.2.0",
"version": "1.3.0",
"description": "A File Upload package for NestJS when using fastify",
"keywords": [
"fastify",
Expand Down
6 changes: 6 additions & 0 deletions packages/or-guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nest-lab/or-guard

## 2.6.0

### Minor Changes

- 45c426c: Now supporting NestJS v11

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/or-guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://github.com/jmcdo29"
},
"version": "2.5.0",
"version": "2.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/throttler-storage-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nest-lab/throttler-storage-redis

## 1.1.0

### Minor Changes

- 45c426c: Now supporting NestJS v11

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/throttler-storage-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nest-lab/throttler-storage-redis",
"description": "Redis storage provider for the @nestjs/throttler package",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"nestjs",
"rate-limit",
Expand Down
6 changes: 6 additions & 0 deletions packages/typeschema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nest-lab/typeschema

## 1.1.0

### Minor Changes

- 45c426c: Now supporting NestJS v11

## 1.0.0

### Major Changes
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": "1.0.0",
"version": "1.1.0",
"type": "commonjs",
"files": [
"src"
Expand Down

0 comments on commit 8aa8b5d

Please sign in to comment.