Skip to content

Commit

Permalink
Merge pull request #874 from g59/release
Browse files Browse the repository at this point in the history
Bump v8.0.0
  • Loading branch information
9renpoto authored Aug 18, 2021
2 parents 42a42aa + 20cf007 commit e0a331e
Show file tree
Hide file tree
Showing 9 changed files with 728 additions and 1,375 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v8.0.0 (2021-08-18)

#### :rocket: Enhancement

- `nestjs-firebase`, `nestjs-graphql-relay`, `nestjs-slack-webhook`
- [#864](https://github.com/g59/nestjs-plugins/pull/864) chore: upgrade @nestjs v8 ([@9renpoto](https://github.com/9renpoto))

#### Committers: 1

- Keisuke Kan ([@9renpoto](https://github.com/9renpoto))

## v1.2.0 (2021-04-26)

#### :rocket: Enhancement
Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.2.0",
"version": "8.0.0",
"private": true,
"description": "nestjs-plugins examples",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"@nestjs/config": "^1.0.0",
"@nestjs/platform-express": "^8.0.6",
"apollo-server-types": "^3.0.0",
"nestjs-firebase": "^1.2.0",
"nestjs-graphql-relay": "^1.2.0",
"nestjs-slack-webhook": "^1.2.0",
"nestjs-zendesk": "^1.2.0"
"nestjs-firebase": "^8.0.0",
"nestjs-graphql-relay": "^8.0.0",
"nestjs-slack-webhook": "^8.0.0",
"nestjs-zendesk": "^8.0.0"
},
"devDependencies": {
"@nestjs/testing": "8.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
},
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.2.0"
"version": "8.0.0"
}
Loading

0 comments on commit e0a331e

Please sign in to comment.