From ddecac0673995fc016c2e660e4c27d78076a10e9 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 24 Jun 2020 10:19:34 +0000 Subject: [PATCH 1/3] Update URLs to use new default branch name (i.e., `main`). Apollo-Orig-Commit-AS: apollographql/apollo-server@c6ea883d1ff40601b512a6de25c6f36be12e1688 --- federation-js/README.md | 2 +- gateway-js/CHANGELOG.md | 2 +- gateway-js/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/federation-js/README.md b/federation-js/README.md index 240602a95..7980e3bdb 100644 --- a/federation-js/README.md +++ b/federation-js/README.md @@ -1,6 +1,6 @@ # `Apollo Federation Utilities` -This package provides utilities for creating GraphQL microservices, which can be combined into a single endpoint through tools like [Apollo Gateway](https://github.com/apollographql/apollo-server/tree/master/packages/apollo-gateway). +This package provides utilities for creating GraphQL microservices, which can be combined into a single endpoint through tools like [Apollo Gateway](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-gateway). For complete documentation, see the [Apollo Federation API reference](https://www.apollographql.com/docs/apollo-server/api/apollo-federation/). diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index fedeaa006..0326a69ff 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -92,7 +92,7 @@ ## v0.12.1 -- Update to include [fixes from `@apollo/federation`](https://github.com/apollographql/apollo-server/blob/master/packages/apollo-federation/CHANGELOG.md). +- Update to include [fixes from `@apollo/federation`](https://github.com/apollographql/apollo-server/blob/main/packages/apollo-federation/CHANGELOG.md). ## v0.12.0 diff --git a/gateway-js/README.md b/gateway-js/README.md index b6349e4cb..53904a29b 100644 --- a/gateway-js/README.md +++ b/gateway-js/README.md @@ -2,7 +2,7 @@ This package provides utilities for combining multiple GraphQL microservices into a single GraphQL endpoint. -Each microservice should implement the [federation schema specification](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/). This can be done either through [Apollo Federation](https://github.com/apollographql/apollo-server/tree/master/packages/apollo-federation) or a variety of other open source products. +Each microservice should implement the [federation schema specification](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/). This can be done either through [Apollo Federation](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-federation) or a variety of other open source products. For complete documentation, see the [Apollo Gateway API reference](https://www.apollographql.com/docs/apollo-server/api/apollo-gateway/). From 85570c5040fe18d5fb6fb2f4c4bd95c195d59beb Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 24 Jun 2020 10:36:33 +0000 Subject: [PATCH 2/3] Align all of this repository's `package.json`'s `author` declarations. Historically, there have been a few varieties chosen here, but we should keep them all the same now that we have a standard that has emerged! Apollo-Orig-Commit-AS: apollographql/apollo-server@9c5a3c8cbd3b694b571d5919b235ebfd31916066 --- gateway-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-js/package.json b/gateway-js/package.json index 24246656a..6a2729188 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -2,7 +2,7 @@ "name": "@apollo/gateway", "version": "0.16.9", "description": "Apollo Gateway", - "author": "opensource@apollographql.com", + "author": "Apollo ", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ From 17095c3e54586308e1899b448050c9caf504bead Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 24 Jun 2020 10:55:33 +0000 Subject: [PATCH 3/3] Add CHANGELOG.md for apollographql/apollo-server#4302. This PR will result in a release being created for this repository. Apollo-Orig-Commit-AS: apollographql/apollo-server@aa22b2c78a3be5bb2f592c1c8fff3d1ae0312d43 --- federation-js/CHANGELOG.md | 2 +- gateway-js/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/federation-js/CHANGELOG.md b/federation-js/CHANGELOG.md index 5938ae6d0..308d2593d 100644 --- a/federation-js/CHANGELOG.md +++ b/federation-js/CHANGELOG.md @@ -4,7 +4,7 @@ > 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. 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. -- _Nothing yet! Stay tuned._ +- The default branch of the repository has been changed to `main`. As this changed a number of references in the repository's `package.json` and `README.md` files (e.g., for badges, links, etc.), this necessitates a release to publish those changes to npm. [PR #4302](https://github.com/apollographql/apollo-server/pull/4302) ## 0.16.9 diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index 0326a69ff..9daee467a 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -4,7 +4,7 @@ > 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. 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. -- _Nothing yet! Stay tuned._ +- The default branch of the repository has been changed to `main`. As this changed a number of references in the repository's `package.json` and `README.md` files (e.g., for badges, links, etc.), this necessitates a release to publish those changes to npm. [PR #4302](https://github.com/apollographql/apollo-server/pull/4302) ## 0.16.9