mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Upcoming Release Changes (#5873)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
580d349d45
commit
49941b69ae
5 changed files with 20 additions and 8 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Bump @theguild/federation-composition to v0.14.1
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# hive
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5872](https://github.com/graphql-hive/platform/pull/5872)
|
||||
[`580d349`](https://github.com/graphql-hive/platform/commit/580d349d45b85dc6103b39c6e07bc3d81e5d3bc9)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Bump @theguild/federation-composition
|
||||
to v0.14.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @graphql-hive/cli
|
||||
|
||||
## 0.44.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#5872](https://github.com/graphql-hive/platform/pull/5872)
|
||||
[`580d349`](https://github.com/graphql-hive/platform/commit/580d349d45b85dc6103b39c6e07bc3d81e5d3bc9)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Bump @theguild/federation-composition
|
||||
to v0.14.1
|
||||
|
||||
## 0.44.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/cli",
|
||||
"version": "0.44.2",
|
||||
"version": "0.44.3",
|
||||
"description": "A CLI util to manage and control your GraphQL Hive",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue