Skip to content

Commit 84e2a02

Browse files
v1.9.12-rc.1
1 parent 29ff166 commit 84e2a02

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

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.12-rc.0",
5+
"version": "1.9.12-rc.1",
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.12-rc.0",
4+
"version": "1.9.12-rc.1",
55
"scripts": {
66
"build": "yarn compile",
77
"build:watch": "yarn compile:watch",
@@ -76,7 +76,7 @@
7676
},
7777
"private": true,
7878
"dependencies": {
79-
"@common/types": "^1.9.11-rc.1",
79+
"@common/types": "^1.9.12-rc.1",
8080
"apollo-server": "^2.19.2",
8181
"crossenv": "^0.0.2-security",
8282
"graphql": "^15.5.0",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@common/types",
3-
"version": "1.9.11-rc.1",
3+
"version": "1.9.12-rc.1",
44
"description": "Shared typings for the project",
55
"author": "The Common Team",
66
"homepage": "",

0 commit comments

Comments
 (0)