Skip to content

Commit fdc7922

Browse files
authored
Update version to 2.2.1 (#672)
* Update version to 2.2.1 * Disable appsync test
1 parent 231b5db commit fdc7922

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

.github/workflows/test-all.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
format: "json"
3535

3636
# need secrets so appsync is configured separately
37-
test-appsync:
38-
uses: ./.github/workflows/test-subgraph.yaml
39-
with:
40-
library: "appsync"
41-
format: "json"
42-
secrets:
43-
API_KEY: ${{ secrets.API_KEY_APPSYNC }}
44-
TEST_URL: ${{ secrets.URL_APPSYNC }}
37+
# test-appsync:
38+
# uses: ./.github/workflows/test-subgraph.yaml
39+
# with:
40+
# library: "appsync"
41+
# format: "json"
42+
# secrets:
43+
# API_KEY: ${{ secrets.API_KEY_APPSYNC }}
44+
# TEST_URL: ${{ secrets.URL_APPSYNC }}
4545

4646
# need secrets so stepzen is configured separately
4747
test-stepzen:

.github/workflows/test-hosted-subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Hosted Subgraph Test
33
on:
44
workflow_run:
55
workflows:
6-
- "AWS AppSync Test"
6+
# - "AWS AppSync Test"
77
- "StepZen Test"
88
types:
99
- completed

package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-subgraph-compatibility-tests",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Apollo Federation Subgraph Compatibility tests",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",

packages/script/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-subgraph-compatibility",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A CLI tool for checking a subgraph's compatibility with a federated gateway",
55
"bin": {
66
"fedtest": "./dist/compatibilityTestCommand.js"
@@ -26,7 +26,7 @@
2626
"npm": ">=8.6.0"
2727
},
2828
"dependencies": {
29-
"@apollo/federation-subgraph-compatibility-tests": "2.2.0",
29+
"@apollo/federation-subgraph-compatibility-tests": "2.2.1",
3030
"commander": "^11.0.0",
3131
"debug": "^4.3.4"
3232
},

0 commit comments

Comments
 (0)