Skip to content

Commit 0856f84

Browse files
committed
1 parent b285e8f commit 0856f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/graphql-authentication-prisma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-authentication-prisma",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Prisma adapter for graphql-authentication",
55
"author": "[email protected]",
66
"repository": "Volst/graphql-authentication",
@@ -35,7 +35,7 @@
3535
"@volst/tslint-config": "^0.2.1",
3636
"codecov": "^3.0.2",
3737
"email-templates": "^4.0.1",
38-
"graphql-authentication": "^0.5.4",
38+
"graphql-authentication": "^0.5.5",
3939
"graphql-cli": "^2.15.13",
4040
"graphql-request": "^1.6.0",
4141
"graphql-yoga": "1.14.10",

packages/graphql-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-authentication",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Makes it super easy to do do boring authentication stuff with GraphQL (login, password reset, ...)",
55
"author": "[email protected]",
66
"repository": "Volst/graphql-authentication",

0 commit comments

Comments
 (0)