diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 92db22e06..9b707f176 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -2,6 +2,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/federation-js/CHANGELOG.md) on the `version-0.x` branch of this repo. +## 2.1.0-alpha.0 + - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) ## v2.0.1 diff --git a/composition-js/package.json b/composition-js/package.json index 5e3ca04cb..aa1bb22fa 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Federation composition utilities", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index 0dd7d0265..73f7a04f0 100644 --- a/federation-integration-testsuite-js/package.json +++ b/federation-integration-testsuite-js/package.json @@ -1,7 +1,7 @@ { "name": "apollo-federation-integration-testsuite", "private": true, - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Federation Integrations / Test Fixtures", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index 8997c6c94..3fe2c299a 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -2,7 +2,7 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/gateway-js/CHANGELOG.md) on the `version-0.x` branch of this repo. -## vNext +## 2.1.0-alpha.0 - Add callback when fetching a supergraph from Apollo Uplink fails [PR #1812](https://github.com/apollographql/federation/pull/1812). - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) diff --git a/gateway-js/package.json b/gateway-js/package.json index 182daffd8..1174c3698 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", diff --git a/internals-js/CHANGELOG.md b/internals-js/CHANGELOG.md index 014d03dfb..100516e4a 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG for `@apollo/federation-internals` -## vNext +## 2.1.0-alpha.0 - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) diff --git a/internals-js/package.json b/internals-js/package.json index aa241aee7..f2dc5de87 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Federation internal utilities", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index 6c2bbb84f..4de0f1489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -82,7 +82,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "graphql-tag": "^2.12.6", @@ -91,7 +91,7 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/composition": "file:../composition-js", @@ -296,7 +296,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/core-schema": "~0.3.0", @@ -19330,7 +19330,7 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -19346,7 +19346,7 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -19364,7 +19364,7 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "license": "MIT", "dependencies": { "@apollo/federation-internals": "file:../internals-js" diff --git a/query-graphs-js/CHANGELOG.md b/query-graphs-js/CHANGELOG.md index a2cafbc98..ecaa7db07 100644 --- a/query-graphs-js/CHANGELOG.md +++ b/query-graphs-js/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG for `@apollo/query-graphs` -## vNext +## 2.1.0-alpha.0 - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index d4b580ec1..69a5a9502 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Federation library to work with 'query graphs'", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/query-planner-js/CHANGELOG.md b/query-planner-js/CHANGELOG.md index 46bc24393..b65284f75 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -2,6 +2,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/query-planner-js/CHANGELOG.md) on the `version-0.x` branch of this repo. +## 2.1.0-alpha.0 + - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) ## 2.0.3 diff --git a/query-planner-js/package.json b/query-planner-js/package.json index 96f385ef5..f8b1f4ae2 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", diff --git a/subgraph-js/CHANGELOG.md b/subgraph-js/CHANGELOG.md index fedfebd5e..e507752d2 100644 --- a/subgraph-js/CHANGELOG.md +++ b/subgraph-js/CHANGELOG.md @@ -2,6 +2,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/subgraph-js/CHANGELOG.md) on the `version-0.x` branch of this repo. +## 2.1.0-alpha.0 + - Expand support for Node.js v18 [PR #1884](https://github.com/apollographql/federation/pull/1884) ## 2.0.3 diff --git a/subgraph-js/package.json b/subgraph-js/package.json index 13231687c..3cff6e165 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.0.5", + "version": "2.1.0-alpha.0", "description": "Apollo Subgraph Utilities", "main": "dist/index.js", "types": "dist/index.d.ts",