diff --git a/composition-js/package.json b/composition-js/package.json index 91e972067..7aa4c1642 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.0.2-alpha.2", + "version": "2.0.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 faa5786bc..7988e78e9 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.0.2-alpha.2", + "version": "2.0.2", "description": "Apollo Federation Integrations / Test Fixtures", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/gateway-js/package.json b/gateway-js/package.json index 909f8fea0..d592af6c7 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", diff --git a/internals-js/package.json b/internals-js/package.json index 37fe5c278..1f30325df 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.0.2-alpha.2", + "version": "2.0.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 7dd2c3783..47ef9cee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -82,7 +82,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "graphql-tag": "^2.12.6", @@ -91,7 +91,7 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/composition": "file:../composition-js", @@ -296,7 +296,7 @@ }, "internals-js": { "name": "@apollo/federation-internals", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/core-schema": "~0.3.0", @@ -19181,7 +19181,7 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -19197,7 +19197,7 @@ }, "query-planner-js": { "name": "@apollo/query-planner", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { "@apollo/federation-internals": "file:../internals-js", @@ -19215,7 +19215,7 @@ }, "subgraph-js": { "name": "@apollo/subgraph", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "license": "MIT", "dependencies": { "@apollo/federation-internals": "file:../internals-js" diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 03494a4bd..4659f1fcb 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.0.2-alpha.2", + "version": "2.0.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/package.json b/query-planner-js/package.json index c24018f4c..9972b6ff9 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", diff --git a/subgraph-js/package.json b/subgraph-js/package.json index 5af7f9aa0..df42ea5fc 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "description": "Apollo Subgraph Utilities", "main": "dist/index.js", "types": "dist/index.d.ts",