Skip to content

Commit 18fab2a

Browse files
chore(release): update monorepo packages versions
1 parent faa22bb commit 18fab2a

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

.changeset/afraid-years-look.md

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

.changeset/long-beds-bow.md

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

.changeset/witty-bags-deny.md

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

deployment/CHANGELOG.md

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

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- [#6843](https://github.com/graphql-hive/console/pull/6843)
8+
[`d175fba`](https://github.com/graphql-hive/console/commit/d175fba8f17f36ce3205e14032eee89222f85f08)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - Make `Target.graphqlEndpointUrl` available
10+
in public GraphQL API
11+
12+
### Patch Changes
13+
14+
- [#6829](https://github.com/graphql-hive/console/pull/6829)
15+
[`e81cea8`](https://github.com/graphql-hive/console/commit/e81cea889c26b3ee0453defbfec5a78ba24e90a6)
16+
Thanks [@jdolle](https://github.com/jdolle)! - Add pg index for getSchemaVersionByActionId to
17+
improve lookup performance
18+
19+
- [#6850](https://github.com/graphql-hive/console/pull/6850)
20+
[`faa22bb`](https://github.com/graphql-hive/console/commit/faa22bbe662f0df7cca3b9045a22d495897714ee)
21+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix issue where contract composition marks types
22+
occuring in multiple subgraphs as `@inaccessible` despite being used within the public API schema.
23+
324
## 8.0.0
425

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

0 commit comments

Comments
 (0)