diff --git a/.changeset/nice-birds-mate.md b/.changeset/nice-birds-mate.md deleted file mode 100644 index 342463d76a..0000000000 --- a/.changeset/nice-birds-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Move information about target and organization to logger's metadata in usage service diff --git a/.changeset/pretty-planes-jog.md b/.changeset/pretty-planes-jog.md deleted file mode 100644 index 7de8ee9362..0000000000 --- a/.changeset/pretty-planes-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Make optional properties optional or nullable in usage report v2 diff --git a/.changeset/unlucky-pianos-hide.md b/.changeset/unlucky-pianos-hide.md deleted file mode 100644 index a8846f5802..0000000000 --- a/.changeset/unlucky-pianos-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix a missing @join\_\_field on a query field where @override is used, but not in all subgraphs. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 7ae3c460ae..824bdcfe44 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,24 @@ # hive +## 1.2.3 + +### Patch Changes + +- [#6115](https://github.com/graphql-hive/console/pull/6115) + [`0d7ce02`](https://github.com/graphql-hive/console/commit/0d7ce02082a5ac02111b888132209ee0ef34c831) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Move information about target and + organization to logger's metadata in usage service + +- [#6121](https://github.com/graphql-hive/console/pull/6121) + [`6d78547`](https://github.com/graphql-hive/console/commit/6d78547a0f29a732713052d33d207396144e0998) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make optional properties optional or + nullable in usage report v2 + +- [#6111](https://github.com/graphql-hive/console/pull/6111) + [`cffd08a`](https://github.com/graphql-hive/console/commit/cffd08a53d7e5a53bb59fa68e940b693e9102485) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a missing @join\_\_field on a query + field where @override is used, but not in all subgraphs. + ## 1.2.2 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 61b505878c..b88c924ed2 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "1.2.2", + "version": "1.2.3", "private": true, "scripts": { "generate": "tsx generate.ts",