Skip to content

Commit 190eae5

Browse files
chore(release): update monorepo packages versions
1 parent 73abccf commit 190eae5

File tree

6 files changed

+27
-19
lines changed

6 files changed

+27
-19
lines changed

.changeset/tame-poets-flash.md

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

.changeset/tame-poets-slash.md

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

deployment/CHANGELOG.md

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

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+
315
## 5.1.0
416

517
### Minor 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": "5.1.0",
3+
"version": "5.1.1",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/cli/CHANGELOG.md

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

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+
316
## 0.48.1
417

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

0 commit comments

Comments
 (0)