File tree Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Expand file tree Collapse file tree 4 files changed +17
-12
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# hive
2
2
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
+ ### Patch Changes
13
+
14
+ - [ #7030 ] ( https://github.com/graphql-hive/console/pull/7030 )
15
+ [ ` 12c5665 ` ] ( https://github.com/graphql-hive/console/commit/12c5665a43396388516c31d22ff2f3c719007447 )
16
+ Thanks [ @jdolle ] ( https://github.com/jdolle ) ! - Fix paginated operations list filtering if there
17
+ are many operations by passing a list of operation IDs to filter on
18
+
3
19
## 8.2.1
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hive" ,
3
- "version" : " 8.2.1 " ,
3
+ "version" : " 8.3.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"generate" : " tsx generate.ts" ,
You can’t perform that action at this time.
0 commit comments