Skip to content

Commit fe293a8

Browse files
committed
1 parent cf0d710 commit fe293a8

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.2",
3+
"version": "0.1.3",
44
"description": "Prisma adapter for graphql-authentication",
55
"author": "[email protected]",
66
"repository": "Volst/graphql-authentication",
@@ -36,7 +36,7 @@
3636
"@volst/tslint-config": "^0.2.1",
3737
"codecov": "^3.0.2",
3838
"email-templates": "^4.0.1",
39-
"graphql-authentication": "^0.5.2",
39+
"graphql-authentication": "^0.5.3",
4040
"graphql-cli": "^2.15.13",
4141
"graphql-request": "^1.6.0",
4242
"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.2",
3+
"version": "0.5.3",
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)