Upcoming Release Changes (#1333)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-10 17:24:00 +01:00 committed by GitHub
parent dc9041adea
commit 1083093be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': minor
---
Support Federation v2 in schema reporting

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': minor
---
skip directive arguments during usage collection

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': minor
---
Add @apollo/server and @envelop/types as optional dependencies

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/client': minor
---
Support @apollo/server

View file

@ -1,5 +1,28 @@
# @graphql-hive/client
## 0.23.0
### Minor Changes
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support Federation v2 in schema
reporting
- [#1224](https://github.com/kamilkisiela/graphql-hive/pull/1224)
[`cf14c18d`](https://github.com/kamilkisiela/graphql-hive/commit/cf14c18d6ebf7751f6bec37f82fa643306b538f6)
Thanks [@rperryng](https://github.com/rperryng)! - skip directive arguments during usage
collection
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add @apollo/server and @envelop/types
as optional dependencies
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support @apollo/server
## 0.22.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/client",
"version": "0.22.0",
"version": "0.23.0",
"type": "module",
"description": "A NodeJS client for GraphQL Hive",
"repository": {