-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adds table of contents changelog (#1920)
* chore: adds table of contents changelog * chore: simplifies table
- Loading branch information
1 parent
8470036
commit 8e9ece4
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)| |