Skip to content

Commit

Permalink
Merge pull request #154 from piic/release
Browse files Browse the repository at this point in the history
Bump v0.0.3
  • Loading branch information
9renpoto authored May 18, 2020
2 parents 2c07298 + 278ded0 commit 3bbaa1b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.0.3 (2020-05-18)

#### :rocket: Enhancement

- `nestjs-graphql-relay`
- [#152](https://github.com/piic/nestjs-plugins/pull/152) fix: skip aggregate ([@9renpoto](https://github.com/9renpoto))
- `nestjs-graphql-relay`, `nestjs-slack-webhook`
- [#91](https://github.com/piic/nestjs-plugins/pull/91) chore: update dependencies ([@9renpoto](https://github.com/9renpoto))

#### Committers: 1

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

## v0.0.2 (2020-03-16)

#### :rocket: Enhancement
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "TBA",
"license": "MIT",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/graphql": "^14.5.0",
"apollo-server-express": "^2.12.0",
"graphql": "^14.6.0",
"nestjs-graphql-relay": "^0.0.2",
"nestjs-slack-webhook": "^0.0.2",
"nestjs-graphql-relay": "^0.0.3",
"nestjs-slack-webhook": "^0.0.3",
"reflect-metadata": "0.1.13",
"rxjs": "^6.5.5",
"typeorm": "0.2.24"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.2"
"version": "0.0.3"
}
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": "0.0.2",
"version": "0.0.3",
"description": "@nestjs/graphql + graphql-relay +typeorm",
"repository": {
"type": "git",
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": "0.0.2",
"version": "0.0.3",
"description": "Nest.js + slack-webhook",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3bbaa1b

Please sign in to comment.