Skip to content

Commit b921705

Browse files
authored
Merge pull request #2459 from apollographql/email-update
Switching to a new email inbox for author
2 parents 6d69f22 + 5fce73f commit b921705

File tree

13 files changed

+51
-51
lines changed

13 files changed

+51
-51
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Note: This is a no-op at the second, but bear with me on this. If this
4242
# comment is not removed by 2021-06-30 remove it along with the next line.
4343
# renovate: datasource=github-tags depName=nodejs/node versioning=node
44-
NODE_VERSION: 14.16.1
44+
NODE_VERSION: 14.17.5
4545
NPM_VERSION: 7.10.0
4646
steps:
4747
- run: git config --global core.autocrlf false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "git+https://github.com/apollographql/apollo-tooling.git"
99
},
1010
"license": "MIT",
11-
"author": "Apollo GraphQL <opensource@apollographql.com>",
11+
"author": "Apollo GraphQL <packages@apollographql.com>",
1212
"bin": {
1313
"apollo": "./packages/apollo/bin/run"
1414
},

packages/apollo-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-codegen-core",
33
"description": "Core generator APIs for Apollo Codegen",
44
"version": "0.40.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/apollo-codegen-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-codegen-flow",
33
"description": "Flow generator module for Apollo Codegen",
44
"version": "0.38.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/apollo-codegen-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-codegen-scala",
33
"description": "Scala generator module for Apollo Codegen",
44
"version": "0.39.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/apollo-codegen-swift/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-codegen-swift",
33
"description": "Swift generator module for Apollo Codegen",
44
"version": "0.40.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/apollo-codegen-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-codegen-typescript",
33
"description": "TypeScript generator module for Apollo Codegen",
44
"version": "0.40.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/apollo-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-env",
33
"version": "0.10.0",
4-
"author": "opensource@apollographql.com",
4+
"author": "packages@apollographql.com",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/apollo-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"keywords": [],
8-
"author": "Apollo <opensource@apollographql.com>",
8+
"author": "Apollo <packages@apollographql.com>",
99
"license": "MIT",
1010
"engines": {
1111
"node": ">=6"

packages/apollo-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-language-server",
33
"description": "A language server for Apollo GraphQL projects",
44
"version": "1.26.4",
5-
"author": "Apollo GraphQL <opensource@apollographql.com>",
5+
"author": "Apollo GraphQL <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)