From 8e9ece4c84c456b8ae5d397e571702a9e27339e1 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Thu, 23 Jun 2022 15:22:44 -0500 Subject: [PATCH] chore: adds table of contents changelog (#1920) * chore: adds table of contents changelog * chore: simplifies table --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..c55638f14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +This repository contains multiple JavaScript packages, each with multiple changelogs. Federation 1 is managed on the [`version-0.x` branch](https://github.com/apollographql/federation/tree/version-0.x), while Federation 2 is managed on the [`main` branch](https://github.com/apollographql/federation/tree/main). Please consult the table below to find the changelog you are looking for: + +|npm package|v1|v2| +|--|--|--| +|[`@apollo/gateway`](https://www.npmjs.com/package/@apollo/gateway)|[changelog](https://github.com/apollographql/federation/blob/version-0.x/gateway-js/CHANGELOG.md)|[changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)| +|[`@apollo/query-planner`](https://www.npmjs.com/package/@apollo/query-planner)|[changelog](https://github.com/apollographql/federation/blob/version-0.x/query-planner-js/CHANGELOG.md)|[changelog](https://github.com/apollographql/federation/blob/main/query-planner-js/CHANGELOG.md)| +|[`@apollo/subgraph`](https://www.npmjs.com/package/@apollo/subgraph)|[changelog](https://github.com/apollographql/federation/blob/version-0.x/subgraph-js/CHANGELOG.md)|[changelog](https://github.com/apollographql/federation/blob/main/subgraph-js/CHANGELOG.md)| +|[`@apollo/federation`](https://www.npmjs.com/package/@apollo/federation)|[changelog](https://github.com/apollographql/federation/blob/version-0.x/federation-js/CHANGELOG.md)|N/A| +|[`@apollo/federation-internals`](https://www.npmjs.com/package/@apollo/federation-internals)|N/A|[changelog](https://github.com/apollographql/federation/blob/main/internals-js/CHANGELOG.md)| +|[`@apollo/query-graphs`](https://www.npmjs.com/package/@apollo/query-graphs)|N/A|[changelog](https://github.com/apollographql/federation/blob/main/query-graphs-js/CHANGELOG.md)| +|[`@apollo/composition`](https://www.npmjs.com/package/@apollo/composition)|N/A|[changelog](https://github.com/apollographql/federation/blob/main/composition-js/CHANGELOG.md)|