Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.88.1](https://github.com/prefabs-tech/fastify/compare/v0.88.0...v0.88.1) (2025-07-28)


### Features

* **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))



# [0.88.0](https://github.com/prefabs-tech/fastify/compare/v0.87.0...v0.88.0) (2025-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefabs.tech/fastify",
"version": "0.88.0",
"version": "0.88.1",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
22 changes: 11 additions & 11 deletions packages/user/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
41 changes: 15 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.