File tree Expand file tree Collapse file tree 6 files changed +27
-19
lines changed Expand file tree Collapse file tree 6 files changed +27
-19
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
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #6502 ] ( https://github.com/graphql-hive/console/pull/6502 )
8
+ [ ` cef7fd8 ` ] ( https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd )
9
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Update @theguild/federation-composition
10
+ to 0.14.4
11
+
12
+ - Fix a child data type field not being accessible via interfaceObject
13
+ - Respect inaccessible enum values while creating the public schema from the supergraph AST
14
+
3
15
## 5.1.0
4
16
5
17
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hive" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"generate" : " tsx generate.ts" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/cli
2
2
3
+ ## 0.48.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #6502 ] ( https://github.com/graphql-hive/console/pull/6502 )
8
+ [ ` cef7fd8 ` ] ( https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd )
9
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - ** hive dev**
10
+
11
+ Update @theguild/federation-composition to 0.14.4:
12
+
13
+ - Fix a child data type field not being accessible via interfaceObject
14
+ - Respect inaccessible enum values while creating the public schema from the supergraph AST
15
+
3
16
## 0.48.1
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/cli" ,
3
- "version" : " 0.48.1 " ,
3
+ "version" : " 0.48.2 " ,
4
4
"description" : " A CLI util to manage and control your GraphQL Hive" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments