Skip to content

Commit ca71540

Browse files
Upcoming Release Changes (#6925)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b5c297 commit ca71540

File tree

7 files changed

+25
-17
lines changed

7 files changed

+25
-17
lines changed

.changeset/late-rules-fail.md

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

.changeset/old-timers-mate.md

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

.changeset/swift-parents-divide.md

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

deployment/CHANGELOG.md

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

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- [#6924](https://github.com/graphql-hive/console/pull/6924)
8+
[`d6cf026`](https://github.com/graphql-hive/console/commit/d6cf02663783076a3ab25d295d1c7a6eb7b2c711)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Fix selecting "All" app deployments in target when
10+
creating an access token
11+
12+
- [#6909](https://github.com/graphql-hive/console/pull/6909)
13+
[`d5218b8`](https://github.com/graphql-hive/console/commit/d5218b8d728c37628ee4a83a89e9bc922af84804)
14+
Thanks [@jdolle](https://github.com/jdolle)! - Correctly trim operation name on insights and add
15+
popover title
16+
317
## 8.1.1
418

519
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.50.4
4+
5+
### Patch Changes
6+
7+
- [#6919](https://github.com/graphql-hive/console/pull/6919)
8+
[`49187c9`](https://github.com/graphql-hive/console/commit/49187c972e220a48993ecf5d5ce11dccd3b73727)
9+
Thanks [@jdolle](https://github.com/jdolle)! - fix fallback when hive.json is used but does not
10+
provide the requested value
11+
312
## 0.50.3
413

514
### Patch 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.50.3",
3+
"version": "0.50.4",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)