Skip to content

Commit 1d5d251

Browse files
Upcoming Release Changes (#6962)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6729f56 commit 1d5d251

File tree

10 files changed

+36
-28
lines changed

10 files changed

+36
-28
lines changed

.changeset/cold-timers-pull.md

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

.changeset/happy-wasps-vanish.md

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

.changeset/perfect-dolls-rescue.md

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

.changeset/sour-queens-wonder.md

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

.changeset/warm-pans-approve.md

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

deployment/CHANGELOG.md

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

3+
## 8.2.0
4+
5+
### Minor Changes
6+
7+
- [#6951](https://github.com/graphql-hive/console/pull/6951)
8+
[`f567fbb`](https://github.com/graphql-hive/console/commit/f567fbbf49124e0f7ce54fdf8104acd422c543bb)
9+
Thanks [@martyganz](https://github.com/martyganz)! - Add `SchemaVersion.unusedSchema` and
10+
`SchemaVersion.deprecatedSchema` to the public API schema.
11+
12+
- [#6960](https://github.com/graphql-hive/console/pull/6960)
13+
[`e57b6c0`](https://github.com/graphql-hive/console/commit/e57b6c01987e6be9013923ffe760b0fa4fe390a1)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Return all users by default if no `first` value is
15+
provided for the `Organization.members` field.
16+
17+
### Patch Changes
18+
19+
- [#6963](https://github.com/graphql-hive/console/pull/6963)
20+
[`91e830b`](https://github.com/graphql-hive/console/commit/91e830be6cf9fca238375616a8b79d637ae89e10)
21+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve styling of unused schema parts.
22+
23+
- [#6961](https://github.com/graphql-hive/console/pull/6961)
24+
[`a66013d`](https://github.com/graphql-hive/console/commit/a66013d5eaa436c8c8106c6c29b546b76b5e50bc)
25+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Prevent editing the base schema showing up for
26+
federation projects.
27+
328
## 8.1.2
429

530
### Patch 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": "8.1.2",
3+
"version": "8.2.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# 16.10.2024
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- [#6753](https://github.com/graphql-hive/console/pull/6753)
8+
[`7ef800e`](https://github.com/graphql-hive/console/commit/7ef800e8401a4e3fda4e8d1208b940ad6743449e)
9+
Thanks [@Intellicode](https://github.com/Intellicode)! - fix tmp dir filename
10+
311
## 2.1.2
412

513
### Patch Changes

packages/libraries/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
55
edition = "2021"
66
license = "MIT"
77
publish = true
8-
version = "2.1.2"
8+
version = "2.1.3"
99
description = "Apollo-Router Plugin for Hive"
1010

1111
[[bin]]

packages/libraries/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive-apollo-router-plugin",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"private": true,
55
"scripts": {
66
"sync-cargo-file": "./sync-cargo-file.sh"

0 commit comments

Comments
 (0)