mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Upcoming Release Changes (#1333)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dc9041adea
commit
1083093be5
6 changed files with 24 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': minor
|
||||
---
|
||||
|
||||
Support Federation v2 in schema reporting
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': minor
|
||||
---
|
||||
|
||||
skip directive arguments during usage collection
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': minor
|
||||
---
|
||||
|
||||
Add @apollo/server and @envelop/types as optional dependencies
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': minor
|
||||
---
|
||||
|
||||
Support @apollo/server
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue