Skip to content

Commit 16a2f92

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

File tree

11 files changed

+65
-13
lines changed

11 files changed

+65
-13
lines changed

.changeset/wild-horses-swim.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.34.1
4+
5+
### Patch Changes
6+
7+
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
8+
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
10+
initiated requests and successful responses were being recorded. This was causing the logs to be
11+
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
12+
13+
- Updated dependencies
14+
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
15+
- @graphql-hive/core@0.6.1
16+
317
## 0.34.0
418

519
### Minor Changes

packages/libraries/apollo/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/apollo",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.40.1
4+
5+
### Patch Changes
6+
7+
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
8+
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
10+
initiated requests and successful responses were being recorded. This was causing the logs to be
11+
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
12+
13+
- Updated dependencies
14+
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
15+
- @graphql-hive/core@0.6.1
16+
317
## 0.40.0
418

519
### Minor Changes

packages/libraries/cli/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/cli",
3-
"version": "0.40.0",
3+
"version": "0.40.1",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

packages/libraries/core/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
8+
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
10+
initiated requests and successful responses were being recorded. This was causing the logs to be
11+
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
12+
313
## 0.6.0
414

515
### Minor Changes

packages/libraries/core/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/core",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/libraries/envelop/CHANGELOG.md

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

3+
## 0.33.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
9+
- @graphql-hive/core@0.6.1
10+
311
## 0.33.4
412

513
### Patch Changes

packages/libraries/envelop/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/envelop",
3-
"version": "0.33.4",
3+
"version": "0.33.5",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Envelop",
66
"repository": {

packages/libraries/yoga/CHANGELOG.md

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

3+
## 0.34.1
4+
5+
### Patch Changes
6+
7+
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
8+
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
10+
initiated requests and successful responses were being recorded. This was causing the logs to be
11+
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
12+
13+
- Updated dependencies
14+
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
15+
- @graphql-hive/core@0.6.1
16+
317
## 0.34.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)