Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2022
1 parent 1114482 commit 6dfd030
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-pets-scream.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/libraries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-hive/client

## 0.20.1

### Patch Changes

- [#456](https://github.com/kamilkisiela/graphql-hive/pull/456) [`fb9b624`](https://github.com/kamilkisiela/graphql-hive/commit/fb9b624ab80ff39658c9ecd45b55d10d906e15e7) Thanks [@dimatill](https://github.com/dimatill)! - (processVariables: true) do not collect input when corresponding variable is missing

## 0.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/client/package.json
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.20.0",
"version": "0.20.1",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@whatwg-node/fetch": "0.4.7"
},
"devDependencies": {
"@graphql-hive/client": "0.20.0",
"@graphql-hive/client": "0.20.1",
"@hive/api": "0.0.1",
"@hive/service-common": "0.0.0",
"@hive/storage": "0.0.0",
Expand Down

0 comments on commit 6dfd030

Please sign in to comment.