mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#5305)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f2fef08e9d
commit
16a2f92ebf
11 changed files with 65 additions and 13 deletions
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/apollo': patch
|
||||
'@graphql-hive/core': patch
|
||||
'@graphql-hive/yoga': patch
|
||||
'@graphql-hive/cli': patch
|
||||
---
|
||||
|
||||
Fixed a logging issue where both initiated requests and successful responses were being recorded. This was causing the logs to be filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
|
||||
|
|
@ -1,5 +1,19 @@
|
|||
# @graphql-hive/apollo
|
||||
|
||||
## 0.34.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
|
||||
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
|
||||
initiated requests and successful responses were being recorded. This was causing the logs to be
|
||||
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
|
||||
|
||||
- Updated dependencies
|
||||
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
|
||||
- @graphql-hive/core@0.6.1
|
||||
|
||||
## 0.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/apollo",
|
||||
"version": "0.34.0",
|
||||
"version": "0.34.1",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + Apollo Server",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @graphql-hive/cli
|
||||
|
||||
## 0.40.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
|
||||
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
|
||||
initiated requests and successful responses were being recorded. This was causing the logs to be
|
||||
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
|
||||
|
||||
- Updated dependencies
|
||||
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
|
||||
- @graphql-hive/core@0.6.1
|
||||
|
||||
## 0.40.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/cli",
|
||||
"version": "0.40.0",
|
||||
"version": "0.40.1",
|
||||
"description": "A CLI util to manage and control your GraphQL Hive",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# @graphql-hive/core
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
|
||||
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
|
||||
initiated requests and successful responses were being recorded. This was causing the logs to be
|
||||
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/core",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @graphql-hive/envelop
|
||||
|
||||
## 0.33.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
|
||||
- @graphql-hive/core@0.6.1
|
||||
|
||||
## 0.33.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/envelop",
|
||||
"version": "0.33.4",
|
||||
"version": "0.33.5",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Envelop",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @graphql-hive/yoga
|
||||
|
||||
## 0.34.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
|
||||
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
|
||||
initiated requests and successful responses were being recorded. This was causing the logs to be
|
||||
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
|
||||
|
||||
- Updated dependencies
|
||||
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
|
||||
- @graphql-hive/core@0.6.1
|
||||
|
||||
## 0.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/yoga",
|
||||
"version": "0.34.0",
|
||||
"version": "0.34.1",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Yoga",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue