diff --git a/.changeset/late-rules-fail.md b/.changeset/late-rules-fail.md deleted file mode 100644 index a418f3c14..000000000 --- a/.changeset/late-rules-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix selecting "All" app deployments in target when creating an access token diff --git a/.changeset/old-timers-mate.md b/.changeset/old-timers-mate.md deleted file mode 100644 index 5d8c72f0c..000000000 --- a/.changeset/old-timers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Correctly trim operation name on insights and add popover title diff --git a/.changeset/swift-parents-divide.md b/.changeset/swift-parents-divide.md deleted file mode 100644 index 72020ac24..000000000 --- a/.changeset/swift-parents-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -fix fallback when hive.json is used but does not provide the requested value diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index c97cdd1a8..037c21c14 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,19 @@ # hive +## 8.1.2 + +### Patch Changes + +- [#6924](https://github.com/graphql-hive/console/pull/6924) + [`d6cf026`](https://github.com/graphql-hive/console/commit/d6cf02663783076a3ab25d295d1c7a6eb7b2c711) + Thanks [@jdolle](https://github.com/jdolle)! - Fix selecting "All" app deployments in target when + creating an access token + +- [#6909](https://github.com/graphql-hive/console/pull/6909) + [`d5218b8`](https://github.com/graphql-hive/console/commit/d5218b8d728c37628ee4a83a89e9bc922af84804) + Thanks [@jdolle](https://github.com/jdolle)! - Correctly trim operation name on insights and add + popover title + ## 8.1.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 557da7708..de67a1f67 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.1.1", + "version": "8.1.2", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 234df2bf4..6a83f3a51 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/cli +## 0.50.4 + +### Patch Changes + +- [#6919](https://github.com/graphql-hive/console/pull/6919) + [`49187c9`](https://github.com/graphql-hive/console/commit/49187c972e220a48993ecf5d5ce11dccd3b73727) + Thanks [@jdolle](https://github.com/jdolle)! - fix fallback when hive.json is used but does not + provide the requested value + ## 0.50.3 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index c3efa1d77..c7a369b6e 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.50.3", + "version": "0.50.4", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",