Upcoming Release Changes (#5670)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-10-14 12:50:54 +03:00 committed by GitHub
parent 1c2357b3e9
commit 88fb4f4e3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 61 additions and 13 deletions

View file

@ -1,8 +0,0 @@
---
'@graphql-hive/core': patch
'@graphql-hive/apollo': patch
'@graphql-hive/envelop': patch
'@graphql-hive/yoga': patch
---
Report enum values when an enum is used as an output type

View file

@ -1,5 +1,18 @@
# @graphql-hive/apollo
## 0.36.1
### Patch Changes
- [#5667](https://github.com/kamilkisiela/graphql-hive/pull/5667)
[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report enum values when an enum is used
as an output type
- Updated dependencies
[[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)]:
- @graphql-hive/core@0.8.1
## 0.36.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.36.0",
"version": "0.36.1",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {

View file

@ -1,5 +1,13 @@
# @graphql-hive/cli
## 0.44.1
### Patch Changes
- Updated dependencies
[[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)]:
- @graphql-hive/core@0.8.1
## 0.44.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.44.0",
"version": "0.44.1",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",

View file

@ -1,5 +1,14 @@
# @graphql-hive/core
## 0.8.1
### Patch Changes
- [#5667](https://github.com/kamilkisiela/graphql-hive/pull/5667)
[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report enum values when an enum is used
as an output type
## 0.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.8.0",
"version": "0.8.1",
"type": "module",
"repository": {
"type": "git",

View file

@ -1,5 +1,18 @@
# @graphql-hive/envelop
## 0.33.9
### Patch Changes
- [#5667](https://github.com/kamilkisiela/graphql-hive/pull/5667)
[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report enum values when an enum is used
as an output type
- Updated dependencies
[[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)]:
- @graphql-hive/core@0.8.1
## 0.33.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.8",
"version": "0.33.9",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {

View file

@ -1,5 +1,18 @@
# @graphql-hive/yoga
## 0.38.1
### Patch Changes
- [#5667](https://github.com/kamilkisiela/graphql-hive/pull/5667)
[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report enum values when an enum is used
as an output type
- Updated dependencies
[[`be5d39c`](https://github.com/kamilkisiela/graphql-hive/commit/be5d39cbf08d0681d142e83a708d300abc504c44)]:
- @graphql-hive/core@0.8.1
## 0.38.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.38.0",
"version": "0.38.1",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {