Skip to content

Commit 7098528

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

21 files changed

+75
-37
lines changed

.changeset/olive-ghosts-shout.md

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

.changeset/perfect-actors-develop.md

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

.changeset/sharp-llamas-play.md

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

.changeset/tasty-geese-train.md

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

.changeset/witty-ghosts-rush.md

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

deployment/CHANGELOG.md

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

3+
## 8.1.1
4+
5+
### Patch Changes
6+
7+
- [#6867](https://github.com/graphql-hive/console/pull/6867)
8+
[`be0d710`](https://github.com/graphql-hive/console/commit/be0d71025b4d1bee06b6059f31bd5039e9709b5d)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Only show the "edit preflight script" button in the
10+
laboratory when the users has permissions to edit it.
11+
12+
- [#6881](https://github.com/graphql-hive/console/pull/6881)
13+
[`f8a1350`](https://github.com/graphql-hive/console/commit/f8a13506f747b297f6c7bfd295fe13af89153380)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `project:create` permission to the acccess
15+
token permission selection screen.
16+
17+
- [#6875](https://github.com/graphql-hive/console/pull/6875)
18+
[`73864f2`](https://github.com/graphql-hive/console/commit/73864f2b954387406c6d7f3a205d7ee38663e6a4)
19+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix default organization resolution and prevent
20+
missing permissions error.
21+
22+
- [#6879](https://github.com/graphql-hive/console/pull/6879)
23+
[`3779184`](https://github.com/graphql-hive/console/commit/3779184a440743f04bd18943651da7b77f7a43c0)
24+
Thanks [@egoodwinx](https://github.com/egoodwinx)! - Fix schema version browser history
25+
navigation.
26+
327
## 8.1.0
428

529
### 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": "8.1.0",
3+
"version": "8.1.1",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.39.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]:
9+
- @graphql-hive/core@0.13.0
10+
311
## 0.39.1
412

513
### Patch Changes

packages/libraries/apollo/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/apollo",
3-
"version": "0.39.1",
3+
"version": "0.39.2",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.39.1';
1+
export const version = '0.39.2';

0 commit comments

Comments
 (0)