From 56edefc42bdcf71fe49c4756db2ba6e14e59efec Mon Sep 17 00:00:00 2001 From: Jeff Jakub Date: Wed, 14 Sep 2022 14:21:46 -0500 Subject: [PATCH] Release (#2141) - @apollo/composition@2.1.2-alpha.2 - apollo-federation-integration-testsuite@2.1.2-alpha.2 - @apollo/gateway@2.1.2-alpha.2 - @apollo/federation-internals@2.1.2-alpha.2 - @apollo/query-graphs@2.1.2-alpha.2 - @apollo/query-planner@2.1.2-alpha.2 - @apollo/subgraph@2.1.2-alpha.2 --- composition-js/CHANGELOG.md | 2 ++ composition-js/package.json | 2 +- federation-integration-testsuite-js/package.json | 2 +- gateway-js/CHANGELOG.md | 2 ++ gateway-js/package.json | 2 +- internals-js/package.json | 2 +- package-lock.json | 14 +++++++------- query-graphs-js/package.json | 2 +- query-planner-js/CHANGELOG.md | 2 ++ query-planner-js/package.json | 2 +- subgraph-js/package.json | 2 +- 11 files changed, 20 insertions(+), 14 deletions(-) diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 975f304b2..890cd4cea 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -4,6 +4,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The ## vNext +## 2.1.2-alpha.2 + - Fix composition of repeatable custom directives [PR #2136](https://github.com/apollographql/federation/pull/2136) - Allow fields with arguments in `@requires` [PR #2120](https://github.com/apollographql/federation/pull/2120). diff --git a/composition-js/package.json b/composition-js/package.json index 81edcdf6e..7854e5924 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "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 669f9fa8c..1b2f4613d 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.1.2-alpha.1", + "version": "2.1.2-alpha.2", "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 9e8001406..ad077128a 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -4,6 +4,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The ## vNext +## 2.1.2-alpha.2 + - Allow fields with arguments in `@requires` [PR #2120](https://github.com/apollographql/federation/pull/2120). ## 2.1.2-alpha.1 diff --git a/gateway-js/package.json b/gateway-js/package.json index da27fb8a5..a3c214722 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", diff --git a/internals-js/package.json b/internals-js/package.json index 5a6709879..77373de74 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "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 2e4bf15dd..004ee17f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -83,7 +83,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "graphql-tag": "^2.12.6", @@ -92,7 +92,7 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/composition": "file:../composition-js", @@ -283,7 +283,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "chalk": "^4.1.0", @@ -18642,7 +18642,7 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -18658,7 +18658,7 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -18676,7 +18676,7 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index f358617c1..d015f524c 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "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 7b14ed878..fed9ad039 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -4,6 +4,8 @@ This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The ## vNext +## 2.1.2-alpha.2 + - Fix issue with path #2137 (optimization for `__typename`) [PR #2140](https://github.com/apollographql/federation/pull/2140). ## 2.1.2-alpha.1 diff --git a/query-planner-js/package.json b/query-planner-js/package.json index 451e517af..1c7d72aa7 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", diff --git a/subgraph-js/package.json b/subgraph-js/package.json index a0fece610..dc2b8636a 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.1.2-alpha.1", + "version": "2.1.2-alpha.2", "description": "Apollo Subgraph Utilities", "main": "dist/index.js", "types": "dist/index.d.ts",