-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update monorepo packages versions (#91)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ad66973
commit 41c1f0b
Showing
7 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@graphql-hive/cli", | ||
"description": "A CLI util to manage and control your GraphQL Hive", | ||
"version": "0.14.4", | ||
"version": "0.14.5", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "The Guild", | ||
|
@@ -38,7 +38,7 @@ | |
"schema:publish:federation": "yarn start schema:publish --service reviews examples/federation.reviews.graphql" | ||
}, | ||
"dependencies": { | ||
"@graphql-hive/core": "0.2.1", | ||
"@graphql-hive/core": "0.2.2", | ||
"@graphql-inspector/core": "~3.1.2", | ||
"@graphql-tools/code-file-loader": "~7.2.14", | ||
"@graphql-tools/graphql-file-loader": "~7.3.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@graphql-hive/client", | ||
"description": "A NodeJS client for GraphQL Hive", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "The Guild", | ||
|
@@ -37,7 +37,7 @@ | |
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-hive/core": "^0.2.1", | ||
"@graphql-hive/core": "^0.2.2", | ||
"@graphql-tools/utils": "^8.0.0", | ||
"async-retry": "1.3.3", | ||
"axios": "^0.27.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @graphql-hive/core | ||
|
||
## 0.2.2 | ||
|
||
### Patch Changes | ||
|
||
- ad66973: Bump | ||
|
||
## 0.2.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-hive/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "The Guild", | ||
|