Skip to content

Commit dca8132

Browse files
committed
v0.18.0
1 parent aa08c99 commit dca8132

File tree

30 files changed

+97
-97
lines changed

30 files changed

+97
-97
lines changed

examples/accounts-boost/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/accounts-boost",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -13,7 +13,7 @@
1313
"test": "yarn build"
1414
},
1515
"dependencies": {
16-
"@accounts/boost": "^0.17.0",
16+
"@accounts/boost": "^0.18.0",
1717
"apollo-link-context": "1.0.18",
1818
"apollo-link-http": "1.5.15",
1919
"apollo-server": "2.7.1",

examples/graphql-server-typeorm-postgres/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/graphql-typeorm-typescript",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"license": "Unlicensed",
77
"scripts": {
@@ -13,10 +13,10 @@
1313
"test": "yarn build"
1414
},
1515
"dependencies": {
16-
"@accounts/graphql-api": "^0.17.0",
17-
"@accounts/password": "^0.17.0",
18-
"@accounts/server": "^0.17.0",
19-
"@accounts/typeorm": "^0.17.0",
16+
"@accounts/graphql-api": "^0.18.0",
17+
"@accounts/password": "^0.18.0",
18+
"@accounts/server": "^0.18.0",
19+
"@accounts/typeorm": "^0.18.0",
2020
"@graphql-modules/core": "0.7.8",
2121
"apollo-server": "2.7.1",
2222
"graphql": "14.4.2",
@@ -25,7 +25,7 @@
2525
"typeorm": "0.2.18"
2626
},
2727
"devDependencies": {
28-
"@accounts/types": "^0.17.0",
28+
"@accounts/types": "^0.18.0",
2929
"@types/graphql": "14.2.3",
3030
"@types/node": "12.6.8",
3131
"nodemon": "1.19.1",

examples/graphql-server-typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/graphql-server-typescript",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -10,12 +10,12 @@
1010
"test": "yarn build"
1111
},
1212
"dependencies": {
13-
"@accounts/database-manager": "^0.17.0",
14-
"@accounts/graphql-api": "^0.17.0",
15-
"@accounts/mongo": "^0.17.0",
16-
"@accounts/password": "^0.17.0",
17-
"@accounts/rest-express": "^0.17.0",
18-
"@accounts/server": "^0.17.0",
13+
"@accounts/database-manager": "^0.18.0",
14+
"@accounts/graphql-api": "^0.18.0",
15+
"@accounts/mongo": "^0.18.0",
16+
"@accounts/password": "^0.18.0",
17+
"@accounts/rest-express": "^0.18.0",
18+
"@accounts/server": "^0.18.0",
1919
"@graphql-modules/core": "0.7.8",
2020
"apollo-server": "2.8.0",
2121
"graphql": "14.4.2",

examples/react-graphql-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/react-graphql-typescript",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"scripts": {
66
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
@@ -24,9 +24,9 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@accounts/client": "^0.17.0",
28-
"@accounts/client-password": "^0.17.0",
29-
"@accounts/graphql-client": "^0.17.0",
27+
"@accounts/client": "^0.18.0",
28+
"@accounts/client-password": "^0.18.0",
29+
"@accounts/graphql-client": "^0.18.0",
3030
"@material-ui/core": "4.3.0",
3131
"@material-ui/styles": "4.3.0",
3232
"apollo-boost": "0.1.27",

examples/react-rest-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/react-rest-typescript",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"scripts": {
66
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
@@ -24,9 +24,9 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@accounts/client": "^0.17.0",
28-
"@accounts/client-password": "^0.17.0",
29-
"@accounts/rest-client": "^0.17.0",
27+
"@accounts/client": "^0.18.0",
28+
"@accounts/client-password": "^0.18.0",
29+
"@accounts/rest-client": "^0.18.0",
3030
"@material-ui/core": "4.3.0",
3131
"@material-ui/styles": "4.3.0",
3232
"qrcode.react": "0.9.3",

examples/rest-express-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/rest-express-typescript",
33
"private": true,
4-
"version": "0.17.0",
4+
"version": "0.18.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"scripts": {
@@ -10,10 +10,10 @@
1010
"test": "yarn build"
1111
},
1212
"dependencies": {
13-
"@accounts/mongo": "^0.17.0",
14-
"@accounts/password": "^0.17.0",
15-
"@accounts/rest-express": "^0.17.0",
16-
"@accounts/server": "^0.17.0",
13+
"@accounts/mongo": "^0.18.0",
14+
"@accounts/password": "^0.18.0",
15+
"@accounts/rest-express": "^0.18.0",
16+
"@accounts/server": "^0.18.0",
1717
"body-parser": "1.19.0",
1818
"cors": "2.8.5",
1919
"express": "4.17.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.17.0"
5+
"version": "0.18.0"
66
}

packages/apollo-link-accounts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/apollo-link",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Apollo link for account-js",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
},
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@accounts/client": "^0.17.0",
23+
"@accounts/client": "^0.18.0",
2424
"apollo-link": "1.2.12",
2525
"rimraf": "2.6.3"
2626
},

packages/boost/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/boost",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Ready to use GraphQL accounts server",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -23,10 +23,10 @@
2323
"rimraf": "2.6.3"
2424
},
2525
"dependencies": {
26-
"@accounts/database-manager": "^0.17.0",
27-
"@accounts/graphql-api": "^0.17.0",
28-
"@accounts/server": "^0.17.0",
29-
"@accounts/types": "^0.17.0",
26+
"@accounts/database-manager": "^0.18.0",
27+
"@accounts/graphql-api": "^0.18.0",
28+
"@accounts/server": "^0.18.0",
29+
"@accounts/types": "^0.18.0",
3030
"@graphql-modules/core": "0.7.9",
3131
"apollo-server": "^2.7.1",
3232
"graphql": "^14.3.1",

packages/client-password/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/client-password",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "@accounts/client-password",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -36,8 +36,8 @@
3636
"rimraf": "2.6.3"
3737
},
3838
"dependencies": {
39-
"@accounts/client": "^0.17.0",
40-
"@accounts/types": "^0.17.0",
39+
"@accounts/client": "^0.18.0",
40+
"@accounts/types": "^0.18.0",
4141
"crypto-js": "^3.1.9-1",
4242
"tslib": "1.10.0"
4343
}

0 commit comments

Comments
 (0)