Skip to content

Commit

Permalink
Merge pull request #1677 from g59/release-10.2.0
Browse files Browse the repository at this point in the history
chore: bump v10.2.0
  • Loading branch information
9renpoto authored Sep 30, 2023
2 parents 3785ebd + 55966d9 commit 695f7fa
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 11 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## v10.2.0 (2023-09-30)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* chore(deps): update coverallsapp/github-action action to v2.2.3 by @renovate in https://github.com/g59/nestjs-plugins/pull/1674
* chore(deps): update dependency @google-cloud/storage to v7.1.0 by @renovate in https://github.com/g59/nestjs-plugins/pull/1675
* fix(deps): update nest monorepo to v10.2.5 by @renovate in https://github.com/g59/nestjs-plugins/pull/1676
* fix(deps): update dependency @nestjs/apollo to v12.0.9 by @renovate in https://github.com/g59/nestjs-plugins/pull/1680
* fix(deps): update dependency @nestjs/config to v3.1.0 by @renovate in https://github.com/g59/nestjs-plugins/pull/1681
* fix(deps): update dependency uuid to v9.0.1 by @renovate in https://github.com/g59/nestjs-plugins/pull/1682
* fix(deps): update dependency @nestjs/config to v3.1.1 by @renovate in https://github.com/g59/nestjs-plugins/pull/1683
* chore(deps): update dependency node-zendesk to v4 by @renovate in https://github.com/g59/nestjs-plugins/pull/1684
* chore(deps): update dependency @types/uuid to v9.0.4 by @renovate in https://github.com/g59/nestjs-plugins/pull/1685
* chore(deps): update dependency @types/jest to v29.5.5 by @renovate in https://github.com/g59/nestjs-plugins/pull/1686
* chore(deps): bump graphql from 16.7.1 to 16.8.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1687
* fix(deps): update dependency @nestjs/cli to v10.1.18 by @renovate in https://github.com/g59/nestjs-plugins/pull/1688
* fix(deps): update nest monorepo to v10.2.6 by @renovate in https://github.com/g59/nestjs-plugins/pull/1689
* chore(deps): update actions/checkout digest to 8ade135 by @renovate in https://github.com/g59/nestjs-plugins/pull/1690
* chore(deps): update actions/checkout action to v4.1.0 by @renovate in https://github.com/g59/nestjs-plugins/pull/1691
* chore(deps): update dependency @types/node-zendesk to v2.0.12 by @renovate in https://github.com/g59/nestjs-plugins/pull/1692
* chore(deps): update dependency @types/ws to v8.5.6 by @renovate in https://github.com/g59/nestjs-plugins/pull/1693
* chore(deps): update dependency @types/validator to v13.11.2 by @renovate in https://github.com/g59/nestjs-plugins/pull/1694
* chore(deps): update dependency @google-cloud/firestore to v6.8.0 by @renovate in https://github.com/g59/nestjs-plugins/pull/1695


**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.1.0...v10.2.0
## v10.1.0 (2023-09-07)
<!-- 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.1.0",
"version": "10.2.0",
"private": true,
"description": "nestjs-plugins examples",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 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.1.0",
"version": "10.2.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.1.0",
"version": "10.2.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.1.0",
"version": "10.2.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.1.0",
"version": "10.2.0",
"description": "",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 695f7fa

Please sign in to comment.