diff --git a/CHANGELOG.md b/CHANGELOG.md index a46a69c7..3f1e0f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## v10.5.0 (2024-04-13) + + +## What's Changed +### :rocket: Type: Feature +* feat: allow firebase-admin v12 by @h3mpti in https://github.com/g59/nestjs-plugins/pull/1826 +### Other Changes +* chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1800 +* chore(deps-dev): bump @google-cloud/storage from 7.7.0 to 7.8.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1807 +* chore(deps): bump jose from 4.15.4 to 4.15.5 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1806 +* chore(deps): bump @apollo/server from 4.10.0 to 4.10.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1805 +* Update nodejs.yml by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1813 +* chore(deps): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1792 +* chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1793 +* chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1808 +* chore(deps-dev): bump @google-cloud/firestore from 7.3.0 to 7.4.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1809 +* chore(deps): bump the nestjs group with 2 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1814 +* chore(deps): bump the nestjs group with 1 update by @dependabot in https://github.com/g59/nestjs-plugins/pull/1817 +* chore(deps-dev): bump @google-cloud/firestore from 7.4.0 to 7.5.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1818 +* chore(deps): bump @apollo/server from 4.10.1 to 4.10.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1815 +* chore(deps-dev): bump @google-cloud/storage from 7.8.0 to 7.9.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1811 +* chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1819 +* chore(deps): bump the nestjs group with 2 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1821 +* chore(deps): bump @nestjs/config from 3.2.1 to 3.2.2 in the nestjs group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1823 +* chore(deps-dev): bump @google-cloud/firestore from 7.5.0 to 7.6.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1822 +* chore(deps): bump tar from 6.2.0 to 6.2.1 in the npm_and_yarn group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1825 +* chore(deps-dev): bump jest-mock-extended from 3.0.5 to 3.0.6 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1824 + +## New Contributors +* @h3mpti made their first contribution in https://github.com/g59/nestjs-plugins/pull/1826 + +**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.4.0...v10.5.0 ## v10.4.0 (2024-02-20) diff --git a/example/package.json b/example/package.json index 75273f2c..1bcf9d03 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "10.4.0", + "version": "10.5.0", "private": true, "description": "nestjs-plugins examples", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 78bd4a7c..eefa44d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ } }, "example": { - "version": "10.4.0", + "version": "10.5.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.10.2", @@ -13211,7 +13211,7 @@ } }, "packages/nestjs-firebase": { - "version": "10.4.0", + "version": "10.5.0", "license": "MIT", "devDependencies": { "@google-cloud/firestore": "^7.6.0", @@ -13223,7 +13223,7 @@ } }, "packages/nestjs-graphql-relay": { - "version": "10.4.0", + "version": "10.5.0", "license": "MIT", "devDependencies": { "@types/validator": "^13.11.9", @@ -13240,7 +13240,7 @@ } }, "packages/nestjs-slack-webhook": { - "version": "10.4.0", + "version": "10.5.0", "license": "MIT", "peerDependencies": { "@nestjs/common": "^10.0.0", @@ -13248,7 +13248,7 @@ } }, "packages/nestjs-zendesk": { - "version": "10.4.0", + "version": "10.5.0", "license": "MIT", "devDependencies": { "@nestjs/testing": "^10.3.7" diff --git a/packages/nestjs-firebase/package.json b/packages/nestjs-firebase/package.json index 08a8311d..2b7f22e8 100644 --- a/packages/nestjs-firebase/package.json +++ b/packages/nestjs-firebase/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-firebase", - "version": "10.4.0", + "version": "10.5.0", "description": "@nestjs with firebase", "license": "MIT", "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase", diff --git a/packages/nestjs-graphql-relay/package.json b/packages/nestjs-graphql-relay/package.json index 47e699f5..582c3ac1 100644 --- a/packages/nestjs-graphql-relay/package.json +++ b/packages/nestjs-graphql-relay/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-graphql-relay", - "version": "10.4.0", + "version": "10.5.0", "description": "@nestjs/graphql + graphql-relay + typeorm", "license": "MIT", "repository": { diff --git a/packages/nestjs-slack-webhook/package.json b/packages/nestjs-slack-webhook/package.json index ffa5e28d..5532f0db 100644 --- a/packages/nestjs-slack-webhook/package.json +++ b/packages/nestjs-slack-webhook/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-slack-webhook", - "version": "10.4.0", + "version": "10.5.0", "description": "Nest.js + slack-webhook", "license": "MIT", "repository": { diff --git a/packages/nestjs-zendesk/package.json b/packages/nestjs-zendesk/package.json index 237ff86c..f9962060 100644 --- a/packages/nestjs-zendesk/package.json +++ b/packages/nestjs-zendesk/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-zendesk", - "version": "10.4.0", + "version": "10.5.0", "description": "", "license": "MIT", "repository": {