Skip to content

Commit 36cec29

Browse files
v1.9.10-rc.0
1 parent c83d6cc commit 36cec29

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.9-rc.2",
6+
"version": "1.9.10-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.9-rc.1",
3+
"version": "1.9.10-rc.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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.9-rc.2",
5+
"version": "1.9.10-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.9-rc.2",
4+
"version": "1.9.10-rc.0",
55
"scripts": {
66
"build": "yarn compile",
77
"build:watch": "yarn compile:watch",
@@ -70,7 +70,7 @@
7070
},
7171
"private": true,
7272
"dependencies": {
73-
"@common/types": "^1.9.9-rc.2",
73+
"@common/types": "^1.9.10-rc.0",
7474
"apollo-server": "^2.19.2",
7575
"crossenv": "^0.0.2-security",
7676
"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.9-rc.2",
3+
"version": "1.9.10-rc.0",
44
"description": "Shared typings for the project",
55
"author": "The Common Team",
66
"homepage": "",

0 commit comments

Comments
 (0)