Skip to content

Commit fefb328

Browse files
committed
v0.29.0
1 parent 70918ed commit fefb328

File tree

30 files changed

+101
-101
lines changed

30 files changed

+101
-101
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.28.0",
4+
"version": "0.29.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.28.0",
16+
"@accounts/boost": "^0.29.0",
1717
"@graphql-tools/merge": "6.0.11",
1818
"apollo-link-context": "1.0.20",
1919
"apollo-link-http": "1.5.17",

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.28.0",
4+
"version": "0.29.0",
55
"main": "lib/index.js",
66
"license": "Unlicensed",
77
"scripts": {
@@ -12,10 +12,10 @@
1212
"test": "yarn build"
1313
},
1414
"dependencies": {
15-
"@accounts/graphql-api": "^0.28.0",
16-
"@accounts/password": "^0.28.0",
17-
"@accounts/server": "^0.28.0",
18-
"@accounts/typeorm": "^0.28.0",
15+
"@accounts/graphql-api": "^0.29.0",
16+
"@accounts/password": "^0.29.0",
17+
"@accounts/server": "^0.29.0",
18+
"@accounts/typeorm": "^0.29.0",
1919
"@graphql-modules/core": "0.7.17",
2020
"@graphql-tools/merge": "6.0.11",
2121
"apollo-server": "2.14.4",
@@ -25,7 +25,7 @@
2525
"typeorm": "0.2.25"
2626
},
2727
"devDependencies": {
28-
"@accounts/types": "^0.28.0",
28+
"@accounts/types": "^0.29.0",
2929
"@types/node": "14.0.13",
3030
"nodemon": "2.0.3",
3131
"ts-node": "8.10.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.28.0",
4+
"version": "0.29.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.28.0",
14-
"@accounts/graphql-api": "^0.28.0",
15-
"@accounts/mongo": "^0.28.0",
16-
"@accounts/password": "^0.28.0",
17-
"@accounts/rest-express": "^0.28.0",
18-
"@accounts/server": "^0.28.0",
13+
"@accounts/database-manager": "^0.29.0",
14+
"@accounts/graphql-api": "^0.29.0",
15+
"@accounts/mongo": "^0.29.0",
16+
"@accounts/password": "^0.29.0",
17+
"@accounts/rest-express": "^0.29.0",
18+
"@accounts/server": "^0.29.0",
1919
"@graphql-modules/core": "0.7.17",
2020
"@graphql-tools/merge": "6.0.11",
2121
"apollo-server": "2.16.0",

examples/react-graphql-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/react-graphql-typescript",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"private": true,
55
"scripts": {
66
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
@@ -24,10 +24,10 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@accounts/apollo-link": "^0.28.0",
28-
"@accounts/client": "^0.28.0",
29-
"@accounts/client-password": "^0.28.0",
30-
"@accounts/graphql-client": "^0.28.0",
27+
"@accounts/apollo-link": "^0.29.0",
28+
"@accounts/client": "^0.29.0",
29+
"@accounts/client-password": "^0.29.0",
30+
"@accounts/graphql-client": "^0.29.0",
3131
"@apollo/client": "3.0.2",
3232
"@material-ui/core": "4.11.0",
3333
"@material-ui/styles": "4.10.0",

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.28.0",
3+
"version": "0.29.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.28.0",
28-
"@accounts/client-password": "^0.28.0",
29-
"@accounts/rest-client": "^0.28.0",
27+
"@accounts/client": "^0.29.0",
28+
"@accounts/client-password": "^0.29.0",
29+
"@accounts/rest-client": "^0.29.0",
3030
"@material-ui/core": "4.9.13",
3131
"@material-ui/icons": "4.9.1",
3232
"@material-ui/lab": "4.0.0-alpha.50",

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.28.0",
4+
"version": "0.29.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.28.0",
14-
"@accounts/password": "^0.28.0",
15-
"@accounts/rest-express": "^0.28.0",
16-
"@accounts/server": "^0.28.0",
13+
"@accounts/mongo": "^0.29.0",
14+
"@accounts/password": "^0.29.0",
15+
"@accounts/rest-express": "^0.29.0",
16+
"@accounts/server": "^0.29.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.28.0"
5+
"version": "0.29.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.28.0",
3+
"version": "0.29.0",
44
"description": "Apollo link for account-js",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -30,7 +30,7 @@
3030
"tslib": "2.0.0"
3131
},
3232
"devDependencies": {
33-
"@accounts/client": "^0.28.0",
33+
"@accounts/client": "^0.29.0",
3434
"@apollo/client": "3.0.2",
3535
"rimraf": "3.0.2"
3636
}

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.28.0",
3+
"version": "0.29.0",
44
"description": "Ready to use GraphQL accounts server",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -27,10 +27,10 @@
2727
"rimraf": "3.0.2"
2828
},
2929
"dependencies": {
30-
"@accounts/database-manager": "^0.28.0",
31-
"@accounts/graphql-api": "^0.28.0",
32-
"@accounts/server": "^0.28.0",
33-
"@accounts/types": "^0.28.0",
30+
"@accounts/database-manager": "^0.29.0",
31+
"@accounts/graphql-api": "^0.29.0",
32+
"@accounts/server": "^0.29.0",
33+
"@accounts/types": "^0.29.0",
3434
"@graphql-modules/core": "0.7.17",
3535
"apollo-server": "^2.9.3",
3636
"graphql": "14.6.0",

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.28.0",
3+
"version": "0.29.0",
44
"description": "@accounts/client-password",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -39,8 +39,8 @@
3939
"rimraf": "3.0.2"
4040
},
4141
"dependencies": {
42-
"@accounts/client": "^0.28.0",
43-
"@accounts/types": "^0.28.0",
42+
"@accounts/client": "^0.29.0",
43+
"@accounts/types": "^0.29.0",
4444
"tslib": "2.0.0"
4545
}
4646
}

0 commit comments

Comments
 (0)