Skip to content

Commit 1083093

Browse files
Upcoming Release Changes (#1333)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc9041a commit 1083093

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

.changeset/hip-needles-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-jobs-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-windows-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-gifts-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/libraries/client/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @graphql-hive/client
22

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
8+
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support Federation v2 in schema
10+
reporting
11+
12+
- [#1224](https://github.com/kamilkisiela/graphql-hive/pull/1224)
13+
[`cf14c18d`](https://github.com/kamilkisiela/graphql-hive/commit/cf14c18d6ebf7751f6bec37f82fa643306b538f6)
14+
Thanks [@rperryng](https://github.com/rperryng)! - skip directive arguments during usage
15+
collection
16+
17+
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
18+
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
19+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add @apollo/server and @envelop/types
20+
as optional dependencies
21+
22+
- [#1305](https://github.com/kamilkisiela/graphql-hive/pull/1305)
23+
[`cdf2e8a7`](https://github.com/kamilkisiela/graphql-hive/commit/cdf2e8a77eb1e98f7b90c7ac82ad663bda5784ef)
24+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support @apollo/server
25+
326
## 0.22.0
427

528
### Minor Changes

packages/libraries/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/client",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"type": "module",
55
"description": "A NodeJS client for GraphQL Hive",
66
"repository": {

0 commit comments

Comments
 (0)