diff --git a/package-lock.json b/package-lock.json index e7a85ffcc..77888aca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8877,7 +8877,7 @@ }, "packages/compatibility": { "name": "@apollo/federation-subgraph-compatibility-tests", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@apollo/rover": "^0.18.1", @@ -8898,10 +8898,10 @@ }, "packages/script": { "name": "@apollo/federation-subgraph-compatibility", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "dependencies": { - "@apollo/federation-subgraph-compatibility-tests": "^1.3.0", + "@apollo/federation-subgraph-compatibility-tests": "^2.0.0", "commander": "^11.0.0", "debug": "^4.3.4" }, @@ -8969,7 +8969,7 @@ "@apollo/federation-subgraph-compatibility": { "version": "file:packages/script", "requires": { - "@apollo/federation-subgraph-compatibility-tests": "^1.3.0", + "@apollo/federation-subgraph-compatibility-tests": "^2.0.0", "@types/debug": "4.1.8", "commander": "^11.0.0", "debug": "^4.3.4" diff --git a/packages/compatibility/package.json b/packages/compatibility/package.json index 092c987c1..b7796978b 100644 --- a/packages/compatibility/package.json +++ b/packages/compatibility/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-subgraph-compatibility-tests", - "version": "1.3.0", + "version": "2.0.0", "description": "Apollo Federation Subgraph Compatibility tests", "author": "Apollo ", "license": "MIT", diff --git a/packages/script/package.json b/packages/script/package.json index a6a71aec1..6847dd60a 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-subgraph-compatibility", - "version": "1.3.0", + "version": "2.0.0", "description": "A CLI tool for checking a subgraph's compatibility with a federated gateway", "bin": { "fedtest": "./dist/compatibilityTestCommand.js" @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/packages/script/README.md", "dependencies": { - "@apollo/federation-subgraph-compatibility-tests": "^1.3.0", + "@apollo/federation-subgraph-compatibility-tests": "^2.0.0", "commander": "^11.0.0", "debug": "^4.3.4" },