From 20cd9f8fe0999704a290a55780d01b1e0f0817f1 Mon Sep 17 00:00:00 2001 From: ramesh Date: Mon, 28 Jul 2025 18:27:16 +0545 Subject: [PATCH 1/2] chore: release v0.88.1 --- CHANGELOG.md | 10 +++++++++ package.json | 2 +- packages/config/package.json | 2 +- packages/firebase/package.json | 14 ++++++------ packages/graphql/package.json | 10 ++++----- packages/mailer/package.json | 6 ++--- packages/s3/package.json | 14 ++++++------ packages/slonik/package.json | 6 ++--- packages/swagger/package.json | 2 +- packages/user/package.json | 22 +++++++++--------- pnpm-lock.yaml | 41 +++++++++++++--------------------- 11 files changed, 64 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330b0072f..2d6eb332c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.88.1](https://github.com/prefabs-tech/fastify/compare/v0.88.0...v0.88.1) (2025-07-28) + + +### Features + +* add photo file size limit in user package ([#1000](https://github.com/prefabs-tech/fastify/issues/1000)) ([5de43a8](https://github.com/prefabs-tech/fastify/commit/5de43a8e2a588c6fba61684b1927c3dd0a3dc8a9)) +* disable email verifation validation for update me route ([de4deb9](https://github.com/prefabs-tech/fastify/commit/de4deb954dce87586bef5c77a742ec2e2ef9bdad)) + + + # [0.88.0](https://github.com/prefabs-tech/fastify/compare/v0.87.0...v0.88.0) (2025-07-24) diff --git a/package.json b/package.json index 509b69a91..f58e0d531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify", - "version": "0.88.0", + "version": "0.88.1", "private": true, "repository": { "type": "git", diff --git a/packages/config/package.json b/packages/config/package.json index b5955f8f7..ac638db9e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-config", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify config plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/config#readme", "repository": { diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 0daa20339..325a4c21c 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-firebase", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify firebase plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/firebase#readme", "repository": { @@ -34,9 +34,9 @@ }, "devDependencies": { "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@types/node": "20.19.9", "@typescript-eslint/eslint-plugin": "8.38.0", @@ -63,9 +63,9 @@ "vitest": "3.2.4" }, "peerDependencies": { - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "mercurius": ">=16.1.0", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 9ed1643a2..30166076b 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-graphql", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify graphql plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/graphql#readme", "repository": { @@ -34,8 +34,8 @@ }, "devDependencies": { "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@types/node": "20.19.9", "@typescript-eslint/eslint-plugin": "8.38.0", @@ -62,8 +62,8 @@ "zod": "3.25.67" }, "peerDependencies": { - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "graphql": ">=16.9.0", diff --git a/packages/mailer/package.json b/packages/mailer/package.json index 3d839fb69..98e6b5fb9 100644 --- a/packages/mailer/package.json +++ b/packages/mailer/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-mailer", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify mailer plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/mailer#readme", "repository": { @@ -37,7 +37,7 @@ }, "devDependencies": { "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@types/mjml": "4.7.4", "@types/node": "20.19.9", @@ -64,7 +64,7 @@ "vitest": "3.2.4" }, "peerDependencies": { - "@prefabs.tech/fastify-config": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "mjml": ">=4.15.3" diff --git a/packages/s3/package.json b/packages/s3/package.json index 9e1908547..0607e65fb 100644 --- a/packages/s3/package.json +++ b/packages/s3/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-s3", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify S3 plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/s3#readme", "repository": { @@ -42,9 +42,9 @@ }, "devDependencies": { "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@types/node": "20.19.9", "@typescript-eslint/eslint-plugin": "8.38.0", @@ -70,9 +70,9 @@ "zod": "3.25.67" }, "peerDependencies": { - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "slonik": ">=46.1.0", diff --git a/packages/slonik/package.json b/packages/slonik/package.json index 36ace304d..2ff934561 100644 --- a/packages/slonik/package.json +++ b/packages/slonik/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-slonik", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify slonik plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/slonik#readme", "repository": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@slonik/driver": "46.8.0", "@types/humps": "2.0.6", @@ -65,7 +65,7 @@ "zod": "3.25.67" }, "peerDependencies": { - "@prefabs.tech/fastify-config": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "pg-mem": ">=3.0.2", diff --git a/packages/swagger/package.json b/packages/swagger/package.json index 3933a5321..881434f51 100644 --- a/packages/swagger/package.json +++ b/packages/swagger/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-swagger", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify swagger plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/swagger#readme", "repository": { diff --git a/packages/user/package.json b/packages/user/package.json index b3322be50..a599d6959 100644 --- a/packages/user/package.json +++ b/packages/user/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/fastify-user", - "version": "0.88.0", + "version": "0.88.1", "description": "Fastify user plugin", "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/user#readme", "repository": { @@ -36,11 +36,11 @@ "@fastify/cors": "11.0.1", "@fastify/formbody": "8.0.2", "@prefabs.tech/eslint-config": "0.2.0", - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-mailer": "0.88.0", - "@prefabs.tech/fastify-s3": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-mailer": "0.88.1", + "@prefabs.tech/fastify-s3": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "@prefabs.tech/tsconfig": "0.2.0", "@types/humps": "2.0.6", "@types/node": "20.19.9", @@ -73,11 +73,11 @@ "peerDependencies": { "@fastify/cors": ">=11.0.1", "@fastify/formbody": ">=8.0.2", - "@prefabs.tech/fastify-config": "0.88.0", - "@prefabs.tech/fastify-graphql": "0.88.0", - "@prefabs.tech/fastify-mailer": "0.88.0", - "@prefabs.tech/fastify-s3": "0.88.0", - "@prefabs.tech/fastify-slonik": "0.88.0", + "@prefabs.tech/fastify-config": "0.88.1", + "@prefabs.tech/fastify-graphql": "0.88.1", + "@prefabs.tech/fastify-mailer": "0.88.1", + "@prefabs.tech/fastify-s3": "0.88.1", + "@prefabs.tech/fastify-slonik": "0.88.1", "fastify": ">=5.2.1", "fastify-plugin": ">=5.0.1", "mercurius": ">=16.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfa97b25c..67509ce1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,13 +112,13 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/fastify-graphql': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../graphql '@prefabs.tech/fastify-slonik': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../slonik '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -206,10 +206,10 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/fastify-slonik': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../slonik '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -306,7 +306,7 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -418,13 +418,13 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/fastify-graphql': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../graphql '@prefabs.tech/fastify-slonik': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../slonik '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -515,7 +515,7 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -688,19 +688,19 @@ importers: specifier: 0.2.0 version: 0.2.0(@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(@typescript-eslint/parser@8.38.0(eslint@8.57.1)(typescript@5.8.3))(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.32.0))(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-n@14.0.0(eslint@8.57.1))(eslint-plugin-prettier@5.5.3(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2))(eslint-plugin-promise@7.2.1(eslint@8.57.1))(eslint-plugin-unicorn@56.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2)(typescript@5.8.3) '@prefabs.tech/fastify-config': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../config '@prefabs.tech/fastify-graphql': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../graphql '@prefabs.tech/fastify-mailer': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../mailer '@prefabs.tech/fastify-s3': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../s3 '@prefabs.tech/fastify-slonik': - specifier: 0.88.0 + specifier: 0.88.1 version: link:../slonik '@prefabs.tech/tsconfig': specifier: 0.2.0 @@ -4251,11 +4251,6 @@ packages: mercurius-auth@6.0.0: resolution: {integrity: sha512-pwxoF2xrYaItu9GFpNMFzNULmC7JCC3XCRzYtUOG8TgmrCtQ5N0SSKnA92FGkt/Q/5/3FfFJIiF4GSW6iRbolQ==} - mercurius-upload@8.0.0: - resolution: {integrity: sha512-lKYtqo6enNHRhFa6MrGE2OLf5/G0CvaXLCFp/Wczb6vS14LxtWor1fPwayNbiHV3RCS9DsiMnqCWdWaySZxKWA==} - peerDependencies: - graphql: ^16.3.0 - mercurius@16.1.0: resolution: {integrity: sha512-foMnqtFn3Wf/3zh0IJEz30Dq0alZIlIMCoQpxpS3/GkDB12h/LfmcoZ6ASCZ8xBJIvStEIKYxOyjfDeEcYhjLQ==} engines: {node: ^20.9.0 || >=22.0.0} @@ -10490,12 +10485,6 @@ snapshots: fastify-plugin: 5.0.1 graphql: 16.11.0 - mercurius-upload@8.0.0(graphql@16.11.0): - dependencies: - fastify-plugin: 5.0.1 - graphql: 16.11.0 - graphql-upload-minimal: 1.6.1(graphql@16.11.0) - mercurius@16.1.0(graphql@16.9.0): dependencies: '@fastify/error': 4.0.0 From 1c3c2ccef4ee5964a3edffef6a7c7354e7f3bd43 Mon Sep 17 00:00:00 2001 From: ramesh Date: Mon, 28 Jul 2025 18:34:53 +0545 Subject: [PATCH 2/2] docs: update changelog file --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6eb332c..4a51946a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Features -* add photo file size limit in user package ([#1000](https://github.com/prefabs-tech/fastify/issues/1000)) ([5de43a8](https://github.com/prefabs-tech/fastify/commit/5de43a8e2a588c6fba61684b1927c3dd0a3dc8a9)) +* **user:** add photo file size limit in user package ([#1000](https://github.com/prefabs-tech/fastify/issues/1000)) ([5de43a8](https://github.com/prefabs-tech/fastify/commit/5de43a8e2a588c6fba61684b1927c3dd0a3dc8a9)) * disable email verifation validation for update me route ([de4deb9](https://github.com/prefabs-tech/fastify/commit/de4deb954dce87586bef5c77a742ec2e2ef9bdad))