Skip to content

Commit ed98e80

Browse files
v1.9.12-rc.0
1 parent 464a95c commit ed98e80

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
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.2",
6+
"version": "1.9.12-rc.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.12-rc.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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.2",
3+
"version": "1.9.12-rc.0",
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.2",
26+
"@common/queues": "^1.9.12-rc.0",
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.2",
5+
"version": "1.9.12-rc.0",
66
"description": "Cloud Functions for Common",
77
"engines": {
88
"node": "12"

packages/firebase/package.json

Lines changed: 2 additions & 2 deletions
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.2",
4+
"version": "1.9.12-rc.0",
55
"scripts": {
66
"build": "yarn compile",
77
"build:watch": "yarn compile:watch",
@@ -12,7 +12,7 @@
1212
"tab:compile:types:watch": "ttab -t 'Types Compilation' yarn compile:types",
1313
"tab:start": "ttab -t 'Firebase Runtime' yarn start",
1414
"dev": "yarn tab:compile:types:watch && yarn tab:compile:watch && yarn tab:start",
15-
"typecheck": "tsc -p tsconfig.json --noEmit",
15+
"typecheck": "tsc -p tsconfig.json --noEmit",
1616
"lint": "eslint ./",
1717
"clean": "find ./ -name '*.log' -delete",
1818
"logs": "firebase functions:log",

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.2",
3+
"version": "1.9.12-rc.0",
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.2",
12+
"@common/core": "^1.9.12-rc.0",
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.2",
3+
"version": "1.9.12-rc.0",
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.2",
13+
"@common/core": "^1.9.12-rc.0",
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.2",
3+
"version": "1.9.12-rc.0",
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.2",
13-
"@common/queues": "^1.9.11-rc.2",
12+
"@common/core": "^1.9.12-rc.0",
13+
"@common/queues": "^1.9.12-rc.0",
1414
"bull": "^3.22.0",
1515
"bull-board": "^1.5.1",
1616
"express": "^4.17.1"

0 commit comments

Comments
 (0)