diff --git a/.changeset/wild-horses-swim.md b/.changeset/wild-horses-swim.md deleted file mode 100644 index fb6ebd3a1..000000000 --- a/.changeset/wild-horses-swim.md +++ /dev/null @@ -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. diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 438d859f7..ae93ac2a9 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -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 diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 6bc3a1b60..6a044f169 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.34.0", + "version": "0.34.1", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 6a3abdd56..e19a39413 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -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 diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index f2d304f81..12e51dd9c 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -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", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index a209fd139..a5d1e0bc0 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -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 diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index ec915eaaa..5a9d92f13 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.6.0", + "version": "0.6.1", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index a60319301..607932037 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -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 diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index f24fea885..2178a039e 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.33.4", + "version": "0.33.5", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index ed05c877b..c2a25749d 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -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 diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index b453cf5cc..d705807de 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.34.0", + "version": "0.34.1", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": {