diff --git a/.changeset/good-stingrays-accept.md b/.changeset/good-stingrays-accept.md deleted file mode 100644 index 78e71cd51..000000000 --- a/.changeset/good-stingrays-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/composition": patch ---- - -Fixes bug introduced in `2.10.0` where we could potentially throw in `hintOnInconsistentEntity` if subgraphs use `@federation__key` rather than `@key`. diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 8b133d421..d7b66dd74 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG for `@apollo/composition` +## 2.10.2 + +### Patch Changes + +- Fixes bug introduced in `2.10.0` where we could potentially throw in `hintOnInconsistentEntity` if subgraphs use `@federation__key` rather than `@key`. ([#3247](https://github.com/apollographql/federation/pull/3247)) + +- Updated dependencies []: + - @apollo/federation-internals@2.10.2 + - @apollo/query-graphs@2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/composition-js/package.json b/composition-js/package.json index 19e310961..38e3f43c4 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.10.1", + "version": "2.10.2", "description": "Apollo Federation composition utilities", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -27,8 +27,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.10.1", - "@apollo/query-graphs": "2.10.1" + "@apollo/federation-internals": "2.10.2", + "@apollo/query-graphs": "2.10.2" }, "peerDependencies": { "graphql": "^16.5.0" diff --git a/federation-integration-testsuite-js/CHANGELOG.md b/federation-integration-testsuite-js/CHANGELOG.md index 34e6b549e..6aab79a23 100644 --- a/federation-integration-testsuite-js/CHANGELOG.md +++ b/federation-integration-testsuite-js/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG for `federation-integration-testsuite-js` +## 2.10.2 + ## 2.10.1 ## 2.10.0 diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index 4559a63c4..2a19de5ca 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.10.1", + "version": "2.10.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 2c6c2e8a8..1d8f55820 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG for `@apollo/gateway` +## 2.10.2 + +### Patch Changes + +- Updated dependencies [[`0e457586002f5fd06eacfd00954ef1e285fd52d6`](https://github.com/apollographql/federation/commit/0e457586002f5fd06eacfd00954ef1e285fd52d6)]: + - @apollo/composition@2.10.2 + - @apollo/federation-internals@2.10.2 + - @apollo/query-planner@2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/gateway-js/package.json b/gateway-js/package.json index 07ee6d8bd..b9b4ee038 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.10.1", + "version": "2.10.2", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", @@ -25,9 +25,9 @@ "access": "public" }, "dependencies": { - "@apollo/composition": "2.10.1", - "@apollo/federation-internals": "2.10.1", - "@apollo/query-planner": "2.10.1", + "@apollo/composition": "2.10.2", + "@apollo/federation-internals": "2.10.2", + "@apollo/query-planner": "2.10.2", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.1.0", "@apollo/utils.createhash": "^2.0.0", diff --git a/internals-js/CHANGELOG.md b/internals-js/CHANGELOG.md index 1119270f5..1843aee64 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG for `@apollo/federation-internals` +## 2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/internals-js/package.json b/internals-js/package.json index 1df96ac01..be8b12101 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.10.1", + "version": "2.10.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 931518017..1b7142917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,11 +70,11 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.10.1", - "@apollo/query-graphs": "2.10.1" + "@apollo/federation-internals": "2.10.2", + "@apollo/query-graphs": "2.10.2" }, "engines": { "node": ">=14.15.0" @@ -85,7 +85,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { "graphql-tag": "^2.12.6", @@ -94,12 +94,12 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/composition": "2.10.1", - "@apollo/federation-internals": "2.10.1", - "@apollo/query-planner": "2.10.1", + "@apollo/composition": "2.10.2", + "@apollo/federation-internals": "2.10.2", + "@apollo/query-planner": "2.10.2", "@apollo/server-gateway-interface": "^1.1.0", "@apollo/usage-reporting-protobuf": "^4.1.0", "@apollo/utils.createhash": "^2.0.0", @@ -125,7 +125,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { "@types/uuid": "^9.0.0", @@ -17841,10 +17841,10 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.10.1", + "@apollo/federation-internals": "2.10.2", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" @@ -17858,11 +17858,11 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.10.1", + "version": "2.10.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.10.1", - "@apollo/query-graphs": "2.10.1", + "@apollo/federation-internals": "2.10.2", + "@apollo/query-graphs": "2.10.2", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", @@ -17891,11 +17891,11 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.10.1", + "version": "2.10.2", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.10.1" + "@apollo/federation-internals": "2.10.2" }, "engines": { "node": ">=14.15.0" diff --git a/query-graphs-js/CHANGELOG.md b/query-graphs-js/CHANGELOG.md index 7d9bef9cb..41bb366b9 100644 --- a/query-graphs-js/CHANGELOG.md +++ b/query-graphs-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/query-graphs` +## 2.10.2 + +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index f6b5a3bef..78c27732e 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.10.1", + "version": "2.10.2", "description": "Apollo Federation library to work with 'query graphs'", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -23,7 +23,7 @@ "node": ">=14.15.0" }, "dependencies": { - "@apollo/federation-internals": "2.10.1", + "@apollo/federation-internals": "2.10.2", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" diff --git a/query-planner-js/CHANGELOG.md b/query-planner-js/CHANGELOG.md index 15b96213b..224f2bbd5 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG for `@apollo/query-planner` +## 2.10.2 + +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.10.2 + - @apollo/query-graphs@2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/query-planner-js/package.json b/query-planner-js/package.json index e1446f913..784a9aae0 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.10.1", + "version": "2.10.2", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", @@ -25,8 +25,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.10.1", - "@apollo/query-graphs": "2.10.1", + "@apollo/federation-internals": "2.10.2", + "@apollo/query-graphs": "2.10.2", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", diff --git a/subgraph-js/CHANGELOG.md b/subgraph-js/CHANGELOG.md index 429affb2a..2b4d4cca0 100644 --- a/subgraph-js/CHANGELOG.md +++ b/subgraph-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/subgraph` +## 2.10.2 + +### Patch Changes + +- Updated dependencies []: + - @apollo/federation-internals@2.10.2 + ## 2.10.1 ### Patch Changes diff --git a/subgraph-js/package.json b/subgraph-js/package.json index bcd6fcbf8..b86ce84b5 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.10.1", + "version": "2.10.2", "description": "Apollo Subgraph Utilities", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.10.1" + "@apollo/federation-internals": "2.10.2" }, "peerDependencies": { "graphql": "^16.5.0"