Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/tame-poets-flash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tame-poets-slash.md

This file was deleted.

12 changes: 12 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# hive

## 5.1.1

### Patch Changes

- [#6502](https://github.com/graphql-hive/console/pull/6502)
[`cef7fd8`](https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update @theguild/federation-composition
to 0.14.4

- Fix a child data type field not being accessible via interfaceObject
- Respect inaccessible enum values while creating the public schema from the supergraph AST

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-hive/cli

## 0.48.2

### Patch Changes

- [#6502](https://github.com/graphql-hive/console/pull/6502)
[`cef7fd8`](https://github.com/graphql-hive/console/commit/cef7fd88e4929942bcaf07aaf3bc226c5d9a38cd)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - **hive dev**

Update @theguild/federation-composition to 0.14.4:

- Fix a child data type field not being accessible via interfaceObject
- Respect inaccessible enum values while creating the public schema from the supergraph AST

## 0.48.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.48.1",
"version": "0.48.2",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
Loading