Skip to content

Commit 7fe39c5

Browse files
chore(release): update monorepo packages versions
1 parent 81e8565 commit 7fe39c5

File tree

9 files changed

+35
-28
lines changed

9 files changed

+35
-28
lines changed

.changeset/bitter-goats-bow.md

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

.changeset/cold-bananas-admire.md

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

.changeset/full-moments-sleep.md

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

.changeset/moody-radios-switch.md

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

.changeset/violet-rats-judge.md

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

deployment/CHANGELOG.md

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

3+
## 8.3.0
4+
5+
### Minor Changes
6+
7+
- [#7030](https://github.com/graphql-hive/console/pull/7030)
8+
[`12c5665`](https://github.com/graphql-hive/console/commit/12c5665a43396388516c31d22ff2f3c719007447)
9+
Thanks [@jdolle](https://github.com/jdolle)! - add operation counts by selected client to insights
10+
filter
11+
12+
- [#7035](https://github.com/graphql-hive/console/pull/7035)
13+
[`88ce5d3`](https://github.com/graphql-hive/console/commit/88ce5d3587b880ccba58bd9736042a8a8f1ef81f)
14+
Thanks [@jdolle](https://github.com/jdolle)! - Add selected counts to insights client filter
15+
16+
### Patch Changes
17+
18+
- [#7033](https://github.com/graphql-hive/console/pull/7033)
19+
[`2449790`](https://github.com/graphql-hive/console/commit/2449790e24b807939adf72de13787f7c48719e1b)
20+
Thanks [@XiNiHa](https://github.com/XiNiHa)! - Stay in the opened page when switching between
21+
targets
22+
23+
- [#7030](https://github.com/graphql-hive/console/pull/7030)
24+
[`12c5665`](https://github.com/graphql-hive/console/commit/12c5665a43396388516c31d22ff2f3c719007447)
25+
Thanks [@jdolle](https://github.com/jdolle)! - Fix paginated operations list filtering if there
26+
are many operations by passing a list of operation IDs to filter on
27+
328
## 8.2.1
429

530
### 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.2.1",
3+
"version": "8.3.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.50.5
4+
5+
### Patch Changes
6+
7+
- [#7046](https://github.com/graphql-hive/console/pull/7046)
8+
[`8c49615`](https://github.com/graphql-hive/console/commit/8c4961549f265946edcf744c6180b76b2217c4a3)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Add progress log to app:create
10+
311
## 0.50.4
412

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

0 commit comments

Comments
 (0)