Skip to content

Commit f286663

Browse files
Merge branch 'master' into unresolved-entity
2 parents 35377f2 + bbed182 commit f286663

File tree

32 files changed

+6639
-6082
lines changed

32 files changed

+6639
-6082
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The version headers in this history reflect the versions of Apollo Server itself
77

88
### vNEXT
99

10+
- _Nothing yet! Stay tuned._
11+
12+
### v2.14.4
13+
1014
> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. With few exceptions, the format of the entry should follow convention (i.e., prefix with package name, use markdown `backtick formatting` for package names and code, suffix with a link to the change-set à la `[PR #YYY](https://link/pull/YYY)`, etc.).
1115
When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.
1216
- `apollo-engine-reporting`: Add environment variable `APOLLO_SCHEMA_REPORTING` that can enable schema reporting. If `experimental__schemaReporting` is set it will override the environment variable. [PR #4206](https://github.com/apollographql/apollo-server/pull/4206)

docs/gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module.exports = {
5757
Deployment: [
5858
'deployment/heroku',
5959
'deployment/lambda',
60-
'deployment/now',
6160
'deployment/netlify',
6261
'deployment/azure-functions',
6362
],

docs/package-lock.json

Lines changed: 6273 additions & 5824 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"serve": "gatsby serve"
77
},
88
"dependencies": {
9-
"gatsby": "2.23.1",
10-
"gatsby-theme-apollo-docs": "4.2.3",
9+
"gatsby": "2.23.3",
10+
"gatsby-theme-apollo-docs": "4.2.6",
1111
"react": "16.13.1",
1212
"react-dom": "16.13.1"
1313
}

docs/source/deployment/now.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)