Skip to content

Commit

Permalink
chore: bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Mar 5, 2023
1 parent 5aeada3 commit e3033f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/compatibility/package.json
Original file line number Diff line number Diff line change
@@ -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 <packages@apollographql.com>",
"license": "MIT",
Expand Down Expand Up @@ -41,4 +41,4 @@
"main"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/script/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
},
Expand All @@ -34,4 +34,4 @@
"main"
]
}
}
}

0 comments on commit e3033f7

Please sign in to comment.