Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump v10.7.0 #1910

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v10.7.0 (2024-12-17)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* chore: bump v10.6.0 by @github-actions in https://github.com/g59/nestjs-plugins/pull/1868
* chore(deps): bump @nestjs/cli from 10.4.7 to 10.4.8 in the nestjs group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1908
* chore(deps): bump the nestjs group with 2 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1911
* chore(deps): bump the nestjs group with 3 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1913
* chore(deps): bump the nestjs group with 3 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1915


**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.5.2...v10.7.0
## v10.6.0 (2024-11-19)
<!-- 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.6.0",
"version": "10.7.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.

2 changes: 1 addition & 1 deletion packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-firebase",
"version": "10.6.0",
"version": "10.7.0",
"description": "@nestjs with firebase",
"license": "MIT",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "10.7.0",
"description": "@nestjs/graphql + graphql-relay + typeorm",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "10.7.0",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-zendesk",
"version": "10.6.0",
"version": "10.7.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down
Loading