mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#5670)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1c2357b3e9
commit
88fb4f4e3f
11 changed files with 61 additions and 13 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/apollo",
|
||||
"version": "0.36.0",
|
||||
"version": "0.36.1",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + Apollo Server",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/core",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/envelop",
|
||||
"version": "0.33.8",
|
||||
"version": "0.33.9",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Envelop",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/yoga",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Yoga",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue