Skip to content

Commit

Permalink
chore: release v0.76.4 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshlohala authored Dec 31, 2024
1 parent 1039b92 commit 796ca83
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 77 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.76.4](https://github.com/dzangolab/fastify/compare/v0.76.3...v0.76.4) (2024-12-31)


### Features

* **user:** include thirdParty information in user response ([#854](https://github.com/dzangolab/fastify/issues/854)) ([1039b92](https://github.com/dzangolab/fastify/commit/1039b9226f7c4c34782b8b7026bb207bf45c9046))



## [0.76.3](https://github.com/dzangolab/fastify/compare/v0.76.2...v0.76.3) (2024-12-25)

* **user:** fix email verification link for change email ([#852](https://github.com/dzangolab/fastify/issues/852)) ([1ac20c3](https://github.com/dzangolab/fastify/commit/1ac20c3927c23c6c489f8505162276180045f6e9))
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": "@dzangolab/fastify",
"version": "0.76.3",
"version": "0.76.4",
"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": "@dzangolab/fastify-config",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify config plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/config#readme",
"repository": {
Expand Down
20 changes: 11 additions & 9 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-firebase",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify firebase plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/firebase#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-firebase.umd.cjs",
"module": "./dist/dzangolab-fastify-firebase.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -35,9 +37,9 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@types/node": "20.16.14",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand All @@ -63,9 +65,9 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mercurius": ">=14.1.0",
Expand All @@ -76,4 +78,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
16 changes: 9 additions & 7 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-graphql",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify graphql plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/graphql#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-graphql.umd.cjs",
"module": "./dist/dzangolab-fastify-graphql.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -35,8 +37,8 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@types/node": "20.16.14",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand All @@ -62,8 +64,8 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"graphql": ">=16.9.0",
Expand All @@ -75,4 +77,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
12 changes: 7 additions & 5 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-mailer",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify mailer plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/mailer#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-mailer.umd.cjs",
"module": "./dist/dzangolab-fastify-mailer.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -39,7 +41,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@types/mjml": "4.7.4",
"@types/node": "20.16.14",
"@types/nodemailer": "6.4.17",
Expand All @@ -65,7 +67,7 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mjml": ">=4.15.3"
Expand All @@ -79,4 +81,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
24 changes: 13 additions & 11 deletions packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-multi-tenant",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify multi-tenant plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/multi-tenant#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-multi-tenant.umd.cjs",
"module": "./dist/dzangolab-fastify-multi-tenant.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -37,10 +39,10 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-user": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@dzangolab/fastify-user": "0.76.4",
"@types/humps": "2.0.6",
"@types/lodash.merge": "4.6.9",
"@types/node": "20.16.14",
Expand Down Expand Up @@ -72,10 +74,10 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-user": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@dzangolab/fastify-user": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mercurius": ">=14.1.0",
Expand All @@ -87,4 +89,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
20 changes: 11 additions & 9 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-s3",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify S3 plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/s3#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-s3.umd.cjs",
"module": "./dist/dzangolab-fastify-s3.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -42,9 +44,9 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@types/node": "20.16.14",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand All @@ -69,9 +71,9 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"slonik": ">=46.1.0",
Expand All @@ -81,4 +83,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
12 changes: 7 additions & 5 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-slonik",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify slonik plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/slonik#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-slonik.umd.cjs",
"module": "./dist/dzangolab-fastify-slonik.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -37,7 +39,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@slonik/driver": "46.1.0",
"@types/humps": "2.0.6",
"@types/node": "20.16.14",
Expand Down Expand Up @@ -65,7 +67,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"pg-mem": ">=3.0.2",
Expand All @@ -81,4 +83,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
24 changes: 13 additions & 11 deletions packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/fastify-user",
"version": "0.76.3",
"version": "0.76.4",
"description": "Fastify user plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/user#readme",
"repository": {
Expand All @@ -19,7 +19,9 @@
"main": "./dist/dzangolab-fastify-user.umd.cjs",
"module": "./dist/dzangolab-fastify-user.js",
"types": "./dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"lint": "eslint .",
Expand All @@ -35,10 +37,10 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-mailer": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-mailer": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@fastify/cors": "8.5.0",
"@fastify/formbody": "7.4.0",
"@types/humps": "2.0.6",
Expand Down Expand Up @@ -70,10 +72,10 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.76.3",
"@dzangolab/fastify-graphql": "0.76.3",
"@dzangolab/fastify-mailer": "0.76.3",
"@dzangolab/fastify-slonik": "0.76.3",
"@dzangolab/fastify-config": "0.76.4",
"@dzangolab/fastify-graphql": "0.76.4",
"@dzangolab/fastify-mailer": "0.76.4",
"@dzangolab/fastify-slonik": "0.76.4",
"@fastify/cors": ">=8.5.0",
"@fastify/formbody": ">=7.4.0",
"fastify": ">=4.10.2",
Expand All @@ -88,4 +90,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
Loading

0 comments on commit 796ca83

Please sign in to comment.