Skip to content

Commit

Permalink
chore: release v0.75.2 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshlohala authored Nov 7, 2024
1 parent 1be2670 commit e28d3ed
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 91 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.75.2](https://github.com/dzangolab/fastify/compare/v0.75.1...v0.75.2) (2024-11-07)

### Features

* **slonik:** support query logging ([#786](https://github.com/dzangolab/fastify/issues/805)) ([1be2670](https://github.com/dzangolab/fastify/commit/1be2670eb5a8d31d21ad51673388a91cbe29b5f2))

## [0.75.1](https://github.com/dzangolab/fastify/compare/v0.75.0...v0.75.1) (2024-11-06)


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.75.1",
"version": "0.75.2",
"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.75.1",
"version": "0.75.2",
"description": "Fastify config plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/config#readme",
"repository": {
Expand Down
20 changes: 9 additions & 11 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.75.1",
"version": "0.75.2",
"description": "Fastify firebase plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/firebase#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -37,9 +35,9 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@types/node": "20.16.14",
"@vitest/coverage-istanbul": "2.0.5",
"eslint": "8.57.0",
Expand All @@ -55,9 +53,9 @@
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mercurius": ">=14.1.0",
Expand All @@ -68,4 +66,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
16 changes: 7 additions & 9 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.75.1",
"version": "0.75.2",
"description": "Fastify graphql plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/graphql#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -37,8 +35,8 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@types/node": "20.16.14",
"@vitest/coverage-istanbul": "2.0.5",
"eslint": "8.57.0",
Expand All @@ -54,8 +52,8 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"graphql": ">=16.9.0",
Expand All @@ -67,4 +65,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
12 changes: 5 additions & 7 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.75.1",
"version": "0.75.2",
"description": "Fastify mailer plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/mailer#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -41,7 +39,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@types/mjml": "4.7.4",
"@types/node": "20.16.14",
"@types/nodemailer": "6.4.16",
Expand All @@ -57,7 +55,7 @@
"vitest": "2.0.5"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mjml": ">=4.15.3"
Expand All @@ -71,4 +69,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
24 changes: 11 additions & 13 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.75.1",
"version": "0.75.2",
"description": "Fastify multi-tenant plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/multi-tenant#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -39,10 +37,10 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-user": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@dzangolab/fastify-user": "0.75.2",
"@types/humps": "2.0.6",
"@types/lodash.merge": "4.6.9",
"@types/node": "20.16.14",
Expand All @@ -64,10 +62,10 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-user": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@dzangolab/fastify-user": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"mercurius": ">=14.1.0",
Expand All @@ -79,4 +77,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
20 changes: 9 additions & 11 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.75.1",
"version": "0.75.2",
"description": "Fastify S3 plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/s3#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -44,9 +42,9 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@types/node": "20.16.14",
"@vitest/coverage-istanbul": "2.0.5",
"eslint": "8.57.0",
Expand All @@ -61,9 +59,9 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"slonik": ">=46.1.0",
Expand All @@ -73,4 +71,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
12 changes: 5 additions & 7 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.75.1",
"version": "0.75.2",
"description": "Fastify slonik plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/slonik#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -39,7 +37,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@slonik/driver": "46.1.0",
"@types/humps": "2.0.6",
"@types/node": "20.16.14",
Expand All @@ -57,7 +55,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"fastify": ">=4.10.2",
"fastify-plugin": ">=4.5.0",
"pg-mem": ">=3.0.2",
Expand All @@ -73,4 +71,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
24 changes: 11 additions & 13 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.75.1",
"version": "0.75.2",
"description": "Fastify user plugin",
"homepage": "https://github.com/dzangolab/fastify/tree/main/packages/user#readme",
"repository": {
Expand All @@ -19,9 +19,7 @@
"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 . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
Expand All @@ -37,10 +35,10 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.3",
"@12deg/tsconfig": "0.1.4",
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-mailer": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-mailer": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@fastify/cors": "8.5.0",
"@fastify/formbody": "7.4.0",
"@types/humps": "2.0.6",
Expand All @@ -62,10 +60,10 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.75.1",
"@dzangolab/fastify-graphql": "0.75.1",
"@dzangolab/fastify-mailer": "0.75.1",
"@dzangolab/fastify-slonik": "0.75.1",
"@dzangolab/fastify-config": "0.75.2",
"@dzangolab/fastify-graphql": "0.75.2",
"@dzangolab/fastify-mailer": "0.75.2",
"@dzangolab/fastify-slonik": "0.75.2",
"@fastify/cors": ">=8.5.0",
"@fastify/formbody": ">=7.4.0",
"fastify": ">=4.10.2",
Expand All @@ -80,4 +78,4 @@
"node": ">=18",
"pnpm": ">=9"
}
}
}
Loading

0 comments on commit e28d3ed

Please sign in to comment.