mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#6962)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6729f56458
commit
1d5d251078
10 changed files with 36 additions and 28 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Add `SchemaVersion.unusedSchema` and `SchemaVersion.deprecatedSchema` to the public API schema.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive-apollo-router-plugin': patch
|
||||
---
|
||||
|
||||
fix tmp dir filename
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Return all users by default if no `first` value is provided for the `Organization.members` field.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Improve styling of unused schema parts.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Prevent editing the base schema showing up for federation projects.
|
||||
|
|
@ -1,5 +1,30 @@
|
|||
# hive
|
||||
|
||||
## 8.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#6951](https://github.com/graphql-hive/console/pull/6951)
|
||||
[`f567fbb`](https://github.com/graphql-hive/console/commit/f567fbbf49124e0f7ce54fdf8104acd422c543bb)
|
||||
Thanks [@martyganz](https://github.com/martyganz)! - Add `SchemaVersion.unusedSchema` and
|
||||
`SchemaVersion.deprecatedSchema` to the public API schema.
|
||||
|
||||
- [#6960](https://github.com/graphql-hive/console/pull/6960)
|
||||
[`e57b6c0`](https://github.com/graphql-hive/console/commit/e57b6c01987e6be9013923ffe760b0fa4fe390a1)
|
||||
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Return all users by default if no `first` value is
|
||||
provided for the `Organization.members` field.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6963](https://github.com/graphql-hive/console/pull/6963)
|
||||
[`91e830b`](https://github.com/graphql-hive/console/commit/91e830be6cf9fca238375616a8b79d637ae89e10)
|
||||
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve styling of unused schema parts.
|
||||
|
||||
- [#6961](https://github.com/graphql-hive/console/pull/6961)
|
||||
[`a66013d`](https://github.com/graphql-hive/console/commit/a66013d5eaa436c8c8106c6c29b546b76b5e50bc)
|
||||
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Prevent editing the base schema showing up for
|
||||
federation projects.
|
||||
|
||||
## 8.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "8.1.2",
|
||||
"version": "8.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# 16.10.2024
|
||||
|
||||
## 2.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6753](https://github.com/graphql-hive/console/pull/6753)
|
||||
[`7ef800e`](https://github.com/graphql-hive/console/commit/7ef800e8401a4e3fda4e8d1208b940ad6743449e)
|
||||
Thanks [@Intellicode](https://github.com/Intellicode)! - fix tmp dir filename
|
||||
|
||||
## 2.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
|
|||
edition = "2021"
|
||||
license = "MIT"
|
||||
publish = true
|
||||
version = "2.1.2"
|
||||
version = "2.1.3"
|
||||
description = "Apollo-Router Plugin for Hive"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive-apollo-router-plugin",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"sync-cargo-file": "./sync-cargo-file.sh"
|
||||
|
|
|
|||
Loading…
Reference in a new issue