From ff19a48dd1f6b1305ecd6a92a1e87b6795888da4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jan 2024 16:39:57 +0000 Subject: [PATCH] Version Packages --- .changeset/selfish-cooks-nail.md | 5 --- composition-js/CHANGELOG.md | 8 +++++ composition-js/package.json | 6 ++-- .../CHANGELOG.md | 2 ++ .../package.json | 2 +- gateway-js/CHANGELOG.md | 9 ++++++ gateway-js/package.json | 8 ++--- internals-js/CHANGELOG.md | 6 ++++ internals-js/package.json | 2 +- package-lock.json | 32 +++++++++---------- query-graphs-js/CHANGELOG.md | 7 ++++ query-graphs-js/package.json | 4 +-- query-planner-js/CHANGELOG.md | 8 +++++ query-planner-js/package.json | 6 ++-- subgraph-js/CHANGELOG.md | 7 ++++ subgraph-js/package.json | 4 +-- 16 files changed, 79 insertions(+), 37 deletions(-) delete mode 100644 .changeset/selfish-cooks-nail.md diff --git a/.changeset/selfish-cooks-nail.md b/.changeset/selfish-cooks-nail.md deleted file mode 100644 index e849da07b..000000000 --- a/.changeset/selfish-cooks-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/federation-internals": patch ---- - -Additional `SourceSpecDefinition` validations and bug fixes diff --git a/composition-js/CHANGELOG.md b/composition-js/CHANGELOG.md index 5a1f1be89..6bd4a0ebb 100644 --- a/composition-js/CHANGELOG.md +++ b/composition-js/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG for `@apollo/composition` +## 2.7.1 + +### Patch Changes + +- Updated dependencies [[`493f5acd16ad92adf99c963659cd40dc5eac1219`](https://github.com/apollographql/federation/commit/493f5acd16ad92adf99c963659cd40dc5eac1219)]: + - @apollo/federation-internals@2.7.1 + - @apollo/query-graphs@2.7.1 + ## 2.7.0 ### Minor Changes diff --git a/composition-js/package.json b/composition-js/package.json index 6e2038b59..49d30226b 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.7.0", + "version": "2.7.1", "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.7.0", - "@apollo/query-graphs": "2.7.0" + "@apollo/federation-internals": "2.7.1", + "@apollo/query-graphs": "2.7.1" }, "peerDependencies": { "graphql": "^16.5.0" diff --git a/federation-integration-testsuite-js/CHANGELOG.md b/federation-integration-testsuite-js/CHANGELOG.md index d77654719..845680c63 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.7.1 + ## 2.7.0 ## 2.6.3 diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index 72b38a288..b9d1bbacc 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.7.0", + "version": "2.7.1", "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 ec8fe9490..2fa9af3d3 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG for `@apollo/gateway` +## 2.7.1 + +### Patch Changes + +- Updated dependencies [[`493f5acd16ad92adf99c963659cd40dc5eac1219`](https://github.com/apollographql/federation/commit/493f5acd16ad92adf99c963659cd40dc5eac1219)]: + - @apollo/federation-internals@2.7.1 + - @apollo/composition@2.7.1 + - @apollo/query-planner@2.7.1 + ## 2.7.0 ### Minor Changes diff --git a/gateway-js/package.json b/gateway-js/package.json index e42dda5d8..4569c5af5 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.7.0", + "version": "2.7.1", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", @@ -25,9 +25,9 @@ "access": "public" }, "dependencies": { - "@apollo/composition": "2.7.0", - "@apollo/federation-internals": "2.7.0", - "@apollo/query-planner": "2.7.0", + "@apollo/composition": "2.7.1", + "@apollo/federation-internals": "2.7.1", + "@apollo/query-planner": "2.7.1", "@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 1854bc487..2f3d89d59 100644 --- a/internals-js/CHANGELOG.md +++ b/internals-js/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG for `@apollo/federation-internals` +## 2.7.1 + +### Patch Changes + +- Additional `SourceSpecDefinition` validations and bug fixes ([#2914](https://github.com/apollographql/federation/pull/2914)) + ## 2.7.0 ### Minor Changes diff --git a/internals-js/package.json b/internals-js/package.json index d88978c77..f97625cc6 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.7.0", + "version": "2.7.1", "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 72bc2890b..5ba7a25ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,11 +70,11 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.7.0", - "@apollo/query-graphs": "2.7.0" + "@apollo/federation-internals": "2.7.1", + "@apollo/query-graphs": "2.7.1" }, "engines": { "node": ">=14.15.0" @@ -85,7 +85,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { "graphql-tag": "^2.12.6", @@ -94,12 +94,12 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { - "@apollo/composition": "2.7.0", - "@apollo/federation-internals": "2.7.0", - "@apollo/query-planner": "2.7.0", + "@apollo/composition": "2.7.1", + "@apollo/federation-internals": "2.7.1", + "@apollo/query-planner": "2.7.1", "@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.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { "@types/uuid": "^9.0.0", @@ -17827,10 +17827,10 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.7.0", + "@apollo/federation-internals": "2.7.1", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" @@ -17844,11 +17844,11 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.7.0", + "version": "2.7.1", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.7.0", - "@apollo/query-graphs": "2.7.0", + "@apollo/federation-internals": "2.7.1", + "@apollo/query-graphs": "2.7.1", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", @@ -17877,11 +17877,11 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.7.0", + "version": "2.7.1", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.7.0" + "@apollo/federation-internals": "2.7.1" }, "engines": { "node": ">=14.15.0" diff --git a/query-graphs-js/CHANGELOG.md b/query-graphs-js/CHANGELOG.md index c28f7d56c..cb21e62ee 100644 --- a/query-graphs-js/CHANGELOG.md +++ b/query-graphs-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/query-graphs` +## 2.7.1 + +### Patch Changes + +- Updated dependencies [[`493f5acd16ad92adf99c963659cd40dc5eac1219`](https://github.com/apollographql/federation/commit/493f5acd16ad92adf99c963659cd40dc5eac1219)]: + - @apollo/federation-internals@2.7.1 + ## 2.7.0 ### Minor Changes diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 17c01e4d2..a2610b79c 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.7.0", + "version": "2.7.1", "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.7.0", + "@apollo/federation-internals": "2.7.1", "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 94d3d59c9..a4998f1c1 100644 --- a/query-planner-js/CHANGELOG.md +++ b/query-planner-js/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG for `@apollo/query-planner` +## 2.7.1 + +### Patch Changes + +- Updated dependencies [[`493f5acd16ad92adf99c963659cd40dc5eac1219`](https://github.com/apollographql/federation/commit/493f5acd16ad92adf99c963659cd40dc5eac1219)]: + - @apollo/federation-internals@2.7.1 + - @apollo/query-graphs@2.7.1 + ## 2.7.0 ### Minor Changes diff --git a/query-planner-js/package.json b/query-planner-js/package.json index 3144957eb..3bf2fe95c 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.7.0", + "version": "2.7.1", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", @@ -25,8 +25,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.7.0", - "@apollo/query-graphs": "2.7.0", + "@apollo/federation-internals": "2.7.1", + "@apollo/query-graphs": "2.7.1", "@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 ab008a2fb..ef2c9cdc4 100644 --- a/subgraph-js/CHANGELOG.md +++ b/subgraph-js/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG for `@apollo/subgraph` +## 2.7.1 + +### Patch Changes + +- Updated dependencies [[`493f5acd16ad92adf99c963659cd40dc5eac1219`](https://github.com/apollographql/federation/commit/493f5acd16ad92adf99c963659cd40dc5eac1219)]: + - @apollo/federation-internals@2.7.1 + ## 2.7.0 ### Minor Changes diff --git a/subgraph-js/package.json b/subgraph-js/package.json index 10d320d7b..04cd03724 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.7.0", + "version": "2.7.1", "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.7.0" + "@apollo/federation-internals": "2.7.1" }, "peerDependencies": { "graphql": "^16.5.0"