Skip to content

Commit 23acaa3

Browse files
chore(release): update monorepo packages versions
1 parent 2449790 commit 23acaa3

File tree

6 files changed

+26
-22
lines changed

6 files changed

+26
-22
lines changed

.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",

0 commit comments

Comments
 (0)