Skip to content

Commit

Permalink
bump: v10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored and github-actions[bot] committed Nov 19, 2024
1 parent 1dc5cf3 commit bc1051a
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v10.6.0 (2024-11-19)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* chore(deps-dev): bump @types/validator from 13.12.0 to 13.12.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1880
* chore(deps-dev): bump @google-cloud/firestore from 7.9.0 to 7.10.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1881
* chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1883
* chore(deps-dev): bump @types/validator from 13.12.1 to 13.12.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1887
* chore(deps-dev): bump @google-cloud/storage from 7.12.1 to 7.13.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1886
* chore(deps): bump uuid from 10.0.0 to 11.0.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1897
* chore(deps-dev): bump @types/ws from 8.5.12 to 8.5.13 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1896
* feat: add auto approve step by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1904
* chore(deps): bump @apollo/server from 4.11.0 to 4.11.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1900
* chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1902
* chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1905
* chore(deps): bump uuid from 11.0.2 to 11.0.3 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1899


**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.5.1...v10.6.0
## v10.5.1 (2024-09-01)
<!-- Release notes generated using configuration in .github/release.yml at main -->

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "10.5.1",
"version": "10.6.0",
"private": true,
"description": "nestjs-plugins examples",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-firebase",
"version": "10.5.1",
"version": "10.6.0",
"description": "@nestjs with firebase",
"license": "MIT",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
Expand All @@ -10,7 +10,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "firebase"],
"keywords": [
"nest",
"firebase"
],
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0"
Expand Down
8 changes: 6 additions & 2 deletions packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphql-relay",
"version": "10.5.1",
"version": "10.6.0",
"description": "@nestjs/graphql + graphql-relay + typeorm",
"license": "MIT",
"repository": {
Expand All @@ -17,7 +17,11 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "graphql-relay", "typeorm"],
"keywords": [
"nest",
"graphql-relay",
"typeorm"
],
"peerDependencies": {
"@apollo/gateway": "^2.0.0",
"@nestjs/graphql": "^12.0.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-slack-webhook",
"version": "10.5.1",
"version": "10.6.0",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand All @@ -17,7 +17,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "slack-webhook"],
"keywords": [
"nest",
"slack-webhook"
],
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@slack/webhook": "^6.0.0 || ^7.0.0"
Expand Down
7 changes: 5 additions & 2 deletions packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-zendesk",
"version": "10.5.1",
"version": "10.6.0",
"description": "",
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "zendesk"],
"keywords": [
"nest",
"zendesk"
],
"peerDependencies": {
"node-zendesk": "^5.0.0"
},
Expand Down

0 comments on commit bc1051a

Please sign in to comment.