From cef0f6d33e541b69a3beaab45ea95a603d72299e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jan 2025 17:54:17 +0000 Subject: [PATCH] Version Packages --- .changeset/lazy-shrimps-ring.md | 8 -------- packages/fastify-multer/CHANGELOG.md | 11 ++++++++++- packages/fastify-multer/package.json | 2 +- packages/or-guard/CHANGELOG.md | 6 ++++++ packages/or-guard/package.json | 2 +- packages/throttler-storage-redis/CHANGELOG.md | 6 ++++++ packages/throttler-storage-redis/package.json | 2 +- packages/typeschema/CHANGELOG.md | 6 ++++++ packages/typeschema/package.json | 2 +- 9 files changed, 32 insertions(+), 13 deletions(-) delete mode 100644 .changeset/lazy-shrimps-ring.md diff --git a/.changeset/lazy-shrimps-ring.md b/.changeset/lazy-shrimps-ring.md deleted file mode 100644 index 8412f1a..0000000 --- a/.changeset/lazy-shrimps-ring.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@nest-lab/throttler-storage-redis': minor -'@nest-lab/fastify-multer': minor -'@nest-lab/typeschema': minor -'@nest-lab/or-guard': minor ---- - -Now supporting NestJS v11 diff --git a/packages/fastify-multer/CHANGELOG.md b/packages/fastify-multer/CHANGELOG.md index b046a22..2a6e033 100644 --- a/packages/fastify-multer/CHANGELOG.md +++ b/packages/fastify-multer/CHANGELOG.md @@ -1,5 +1,11 @@ # @nest-lab/fastify-multer +## 1.3.0 + +### Minor Changes + +- 45c426c: Now supporting NestJS v11 + ## 1.2.0 ### Minor Changes @@ -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 diff --git a/packages/fastify-multer/package.json b/packages/fastify-multer/package.json index 3aba6b7..4c739a4 100644 --- a/packages/fastify-multer/package.json +++ b/packages/fastify-multer/package.json @@ -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", diff --git a/packages/or-guard/CHANGELOG.md b/packages/or-guard/CHANGELOG.md index 6057498..3ffff67 100644 --- a/packages/or-guard/CHANGELOG.md +++ b/packages/or-guard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nest-lab/or-guard +## 2.6.0 + +### Minor Changes + +- 45c426c: Now supporting NestJS v11 + ## 2.5.0 ### Minor Changes diff --git a/packages/or-guard/package.json b/packages/or-guard/package.json index 57e5f44..65ce3a4 100644 --- a/packages/or-guard/package.json +++ b/packages/or-guard/package.json @@ -7,7 +7,7 @@ "email": "me@jaymcdoniel.dev", "url": "https://github.com/jmcdo29" }, - "version": "2.5.0", + "version": "2.6.0", "publishConfig": { "access": "public" }, diff --git a/packages/throttler-storage-redis/CHANGELOG.md b/packages/throttler-storage-redis/CHANGELOG.md index cfa2907..add0c48 100644 --- a/packages/throttler-storage-redis/CHANGELOG.md +++ b/packages/throttler-storage-redis/CHANGELOG.md @@ -1,5 +1,11 @@ # @nest-lab/throttler-storage-redis +## 1.1.0 + +### Minor Changes + +- 45c426c: Now supporting NestJS v11 + ## 1.0.0 ### Major Changes diff --git a/packages/throttler-storage-redis/package.json b/packages/throttler-storage-redis/package.json index fe539d4..7495ab6 100644 --- a/packages/throttler-storage-redis/package.json +++ b/packages/throttler-storage-redis/package.json @@ -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", diff --git a/packages/typeschema/CHANGELOG.md b/packages/typeschema/CHANGELOG.md index ae2e680..3877fdb 100644 --- a/packages/typeschema/CHANGELOG.md +++ b/packages/typeschema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nest-lab/typeschema +## 1.1.0 + +### Minor Changes + +- 45c426c: Now supporting NestJS v11 + ## 1.0.0 ### Major Changes diff --git a/packages/typeschema/package.json b/packages/typeschema/package.json index 32ac369..cecaaa7 100644 --- a/packages/typeschema/package.json +++ b/packages/typeschema/package.json @@ -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"