From e3033f7e0d2448560d8a6905323e2d46727d427c Mon Sep 17 00:00:00 2001 From: dariuszkuc <9501705+dariuszkuc@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:55:22 -0600 Subject: [PATCH] chore: bump version to 1.2.1 --- package-lock.json | 8 ++++---- packages/compatibility/package.json | 4 ++-- packages/script/package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bd0ee33e..859623eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8515,7 +8515,7 @@ }, "packages/compatibility": { "name": "@apollo/federation-subgraph-compatibility-tests", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@apollo/rover": "^0.12.2", @@ -8536,10 +8536,10 @@ }, "packages/script": { "name": "@apollo/federation-subgraph-compatibility", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { - "@apollo/federation-subgraph-compatibility-tests": "^1.2.0", + "@apollo/federation-subgraph-compatibility-tests": "^1.2.1", "commander": "^10.0.0", "debug": "^4.3.4" }, @@ -8599,7 +8599,7 @@ "@apollo/federation-subgraph-compatibility": { "version": "file:packages/script", "requires": { - "@apollo/federation-subgraph-compatibility-tests": "^1.2.0", + "@apollo/federation-subgraph-compatibility-tests": "^1.2.1", "@types/debug": "^4.1.7", "commander": "^10.0.0", "debug": "^4.3.4" diff --git a/packages/compatibility/package.json b/packages/compatibility/package.json index feb027886..028b276c4 100644 --- a/packages/compatibility/package.json +++ b/packages/compatibility/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-subgraph-compatibility-tests", - "version": "1.2.0", + "version": "1.2.1", "description": "Apollo Federation Subgraph Compatibility tests", "author": "Apollo ", "license": "MIT", @@ -41,4 +41,4 @@ "main" ] } -} +} \ No newline at end of file diff --git a/packages/script/package.json b/packages/script/package.json index be5fddf8a..ae87c1783 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-subgraph-compatibility", - "version": "1.2.0", + "version": "1.2.1", "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.2.0", + "@apollo/federation-subgraph-compatibility-tests": "^1.2.1", "commander": "^10.0.0", "debug": "^4.3.4" }, @@ -34,4 +34,4 @@ "main" ] } -} +} \ No newline at end of file