Skip to content

Commit

Permalink
Merge pull request #233 from g59/release
Browse files Browse the repository at this point in the history
Bump v1.0.1
  • Loading branch information
Yasai-T authored Aug 6, 2020
2 parents 9277d86 + 21614ad commit b30e4d2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ mergeable:
no_empty:
enabled: true
message: must include specs
- do: label
must_include:
regex: ^Type
message: must include types
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "piic/nestjs-plugins examples",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@types/graphql": "^14.5.0",
"apollo-server-express": "^2.12.0",
"graphql": "14.7.0",
"nestjs-firebase": "^1.0.0",
"nestjs-graphql-relay": "^1.0.0",
"nestjs-slack-webhook": "^1.0.0",
"nestjs-firebase": "^1.0.1",
"nestjs-graphql-relay": "^1.0.1",
"nestjs-slack-webhook": "^1.0.1",
"reflect-metadata": "0.1.13",
"rxjs": "^6.5.5",
"typeorm": "0.2.24"
Expand Down
7 changes: 4 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"packages": ["packages/*", "example"],
"changelog": {
"labels": {
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix"
"Type: Feature": ":rocket: Enhancement",
"Type: Bug": ":bug: Bug Fix",
"Type: Dependencies": ":runner: dependencies"
},
"cacheDir": ".changelog"
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0"
"version": "1.0.1"
}
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": "1.0.0",
"version": "1.0.1",
"description": "@nestjs with firebase",
"homepage": "https://github.com/g59/nestjs-plugins/tree/master/packages/nestjs-firebase",
"main": "lib/index.js",
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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b30e4d2

Please sign in to comment.