From 98285e5bbebec997db88f28e4fa6c3ff9ac6879b Mon Sep 17 00:00:00 2001 From: Lenny Burdette Date: Mon, 23 Sep 2024 13:23:57 -0600 Subject: [PATCH] bump version to 2.10.0-alpha.2 (#3152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 10 +++--- composition-js/package.json | 6 ++-- .../package.json | 2 +- gateway-js/package.json | 8 ++--- internals-js/package.json | 2 +- package-lock.json | 32 +++++++++---------- query-graphs-js/package.json | 4 +-- query-planner-js/package.json | 6 ++-- subgraph-js/package.json | 4 +-- 9 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a4d5baa0..8ca7fbfc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,11 +25,11 @@ jobs: - name: Install Dependencies run: npm i - + - name: Set env run: echo "FEDERATION_VERSION=$(npm --prefix ./internals-js version --json |jq -r '.["@apollo/federation-internals"]')" >> $GITHUB_ENV - - name: Create Release Pull Request + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 with: @@ -41,7 +41,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - + - name: Sleep for 20 seconds (arbitrary, give NPM time to populate new `latest` versions) if: steps.changesets.outputs.published == 'true' run: sleep 20 @@ -58,7 +58,7 @@ jobs: repo: 'federation-rs', workflow_id: '.github/workflows/release.yml', ref: 'main', - inputs: { + inputs: { version: "${{ env.FEDERATION_VERSION }}" } }) @@ -66,7 +66,7 @@ jobs: if: steps.changesets.outputs.published == 'true' # write token to the NPM rc file (npm login) run: echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > ~/.npmrc - + - name: Update next tags if appropriate if: steps.changesets.outputs.published == 'true' run: node scripts/update-next-tags.mjs diff --git a/composition-js/package.json b/composition-js/package.json index 81cae5f56..f69d69b30 100644 --- a/composition-js/package.json +++ b/composition-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/composition", - "version": "2.9.1", + "version": "2.10.0-alpha.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.9.1", - "@apollo/query-graphs": "2.9.1" + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-graphs": "2.10.0-alpha.2" }, "peerDependencies": { "graphql": "^16.5.0" diff --git a/federation-integration-testsuite-js/package.json b/federation-integration-testsuite-js/package.json index 78af2666b..c094d09ec 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.9.1", + "version": "2.10.0-alpha.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 a039559da..c7a23fcfb 100644 --- a/gateway-js/package.json +++ b/gateway-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/gateway", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "description": "Apollo Gateway", "author": "Apollo ", "main": "dist/index.js", @@ -25,9 +25,9 @@ "access": "public" }, "dependencies": { - "@apollo/composition": "2.9.1", - "@apollo/federation-internals": "2.9.1", - "@apollo/query-planner": "2.9.1", + "@apollo/composition": "2.10.0-alpha.2", + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-planner": "2.10.0-alpha.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/package.json b/internals-js/package.json index b8b730103..fefa38682 100644 --- a/internals-js/package.json +++ b/internals-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/federation-internals", - "version": "2.9.1", + "version": "2.10.0-alpha.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 4c858f4ee..a9f344b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,11 +70,11 @@ }, "composition-js": { "name": "@apollo/composition", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.9.1", - "@apollo/query-graphs": "2.9.1" + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-graphs": "2.10.0-alpha.2" }, "engines": { "node": ">=14.15.0" @@ -85,7 +85,7 @@ }, "federation-integration-testsuite-js": { "name": "apollo-federation-integration-testsuite", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { "graphql-tag": "^2.12.6", @@ -94,12 +94,12 @@ }, "gateway-js": { "name": "@apollo/gateway", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/composition": "2.9.1", - "@apollo/federation-internals": "2.9.1", - "@apollo/query-planner": "2.9.1", + "@apollo/composition": "2.10.0-alpha.2", + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-planner": "2.10.0-alpha.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.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { "@types/uuid": "^9.0.0", @@ -17841,10 +17841,10 @@ }, "query-graphs-js": { "name": "@apollo/query-graphs", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.9.1", + "@apollo/federation-internals": "2.10.0-alpha.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.9.1", + "version": "2.10.0-alpha.2", "license": "Elastic-2.0", "dependencies": { - "@apollo/federation-internals": "2.9.1", - "@apollo/query-graphs": "2.9.1", + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-graphs": "2.10.0-alpha.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.9.1", + "version": "2.10.0-alpha.2", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.9.1" + "@apollo/federation-internals": "2.10.0-alpha.2" }, "engines": { "node": ">=14.15.0" diff --git a/query-graphs-js/package.json b/query-graphs-js/package.json index 317caf322..9a90423e5 100644 --- a/query-graphs-js/package.json +++ b/query-graphs-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-graphs", - "version": "2.9.1", + "version": "2.10.0-alpha.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.9.1", + "@apollo/federation-internals": "2.10.0-alpha.2", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" diff --git a/query-planner-js/package.json b/query-planner-js/package.json index 3a14f093e..bef6e7efb 100644 --- a/query-planner-js/package.json +++ b/query-planner-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/query-planner", - "version": "2.9.1", + "version": "2.10.0-alpha.2", "description": "Apollo Query Planner", "author": "Apollo ", "main": "dist/index.js", @@ -25,8 +25,8 @@ "access": "public" }, "dependencies": { - "@apollo/federation-internals": "2.9.1", - "@apollo/query-graphs": "2.9.1", + "@apollo/federation-internals": "2.10.0-alpha.2", + "@apollo/query-graphs": "2.10.0-alpha.2", "@apollo/utils.keyvaluecache": "^2.1.0", "chalk": "^4.1.0", "deep-equal": "^2.0.5", diff --git a/subgraph-js/package.json b/subgraph-js/package.json index c718a90ff..c1220a7f2 100644 --- a/subgraph-js/package.json +++ b/subgraph-js/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/subgraph", - "version": "2.9.1", + "version": "2.10.0-alpha.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.9.1" + "@apollo/federation-internals": "2.10.0-alpha.2" }, "peerDependencies": { "graphql": "^16.5.0"