Skip to content

Commit

Permalink
chore: adds table of contents changelog (#1920)
Browse files Browse the repository at this point in the history
* chore: adds table of contents changelog

* chore: simplifies table
  • Loading branch information
EverlastingBugstopper authored Jun 23, 2022
1 parent 8470036 commit 8e9ece4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)|

0 comments on commit 8e9ece4

Please sign in to comment.