Skip to content

Commit 3fe3ab4

Browse files
v1.9.11-rc.2
1 parent fdbbbf4 commit 3fe3ab4

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"packages/firebase/functions"
55
],
6-
"version": "1.9.11-rc.1",
6+
"version": "1.9.11-rc.2",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@common/core",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.11-rc.2",
44
"author": "Alexander Ivanov @alexander2001i",
55
"main": "dist/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"typescript": "^4.2.3"
2424
},
2525
"dependencies": {
26-
"@common/queues": "^1.9.11-rc.1",
26+
"@common/queues": "^1.9.11-rc.2",
2727
"@prisma/client": "^2.20.1",
2828
"@sendgrid/mail": "^7.4.2",
2929
"axios": "^0.21.1",

packages/firebase/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@common/functions",
33
"main": "dist/index.js",
44
"private": true,
5-
"version": "1.9.11-rc.1",
5+
"version": "1.9.11-rc.2",
66
"description": "Cloud Functions for Common",
77
"engines": {
88
"node": "12"

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@common/firebase",
33
"description": "Cloud Functions for Firebase",
4-
"version": "1.9.11-rc.1",
4+
"version": "1.9.11-rc.2",
55
"scripts": {
66
"build": "yarn compile",
77
"build:watch": "yarn compile:watch",

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@common/graphql",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.11-rc.2",
44
"author": "Alexander Ivanov @alexander2001i",
55
"main": "dist/index.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"start": "node -r dotenv/config dist/index.js"
1010
},
1111
"dependencies": {
12-
"@common/core": "^1.9.11-rc.1",
12+
"@common/core": "^1.9.11-rc.2",
1313
"@prisma/client": "^2.20.1",
1414
"firebase-admin": "9.5.0",
1515
"graphql-middleware": "^6.0.7",

packages/queues/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@common/queues",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.11-rc.2",
44
"author": "Alexander Ivanov @alexander2001i",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
1010
"fix:paths": "tscpaths -p tsconfig.json -s ./src -o ./dist"
1111
},
1212
"dependencies": {
13-
"@common/core": "^1.9.11-rc.1",
13+
"@common/core": "^1.9.11-rc.2",
1414
"@prisma/client": "^2.20.1",
1515
"bull": "^3.22.0"
1616
},

packages/worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@common/worker",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.11-rc.2",
44
"author": "Alexander Ivanov @alexander2001i",
55
"main": "dist/index.js",
66
"scripts": {
@@ -9,8 +9,8 @@
99
"start": "node -r dotenv/config dist/index.js"
1010
},
1111
"dependencies": {
12-
"@common/core": "^1.9.11-rc.1",
13-
"@common/queues": "^1.9.11-rc.1",
12+
"@common/core": "^1.9.11-rc.2",
13+
"@common/queues": "^1.9.11-rc.2",
1414
"bull": "^3.22.0",
1515
"bull-board": "^1.5.1",
1616
"express": "^4.17.1"

0 commit comments

Comments
 (0)