Skip to content

Commit 75d178b

Browse files
authored
chore(release): update monorepo packages versions
1 parent 4a8bd4f commit 75d178b

13 files changed

Lines changed: 73 additions & 46 deletions

File tree

.changeset/bright-buses-say.md

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

.changeset/curly-pumas-carry.md

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

.changeset/deep-lies-happen.md

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

.changeset/evil-results-rhyme.md

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

.changeset/stale-cooks-talk.md

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

.changeset/true-foxes-happen.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,4 @@ docker/docker-compose.override.yml
142142
test-results/
143143

144144
target
145+
Cargo.lock

deployment/CHANGELOG.md

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

3+
## 11.0.3
4+
5+
### Patch Changes
6+
7+
- [#7961](https://github.com/graphql-hive/console/pull/7961)
8+
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
10+
[`nodemailer`](https://github.com/nodemailer/nodemailer) to address vulnerability
11+
[GHSA-vvjj-xcjg-gr5g](https://github.com/advisories/GHSA-vvjj-xcjg-gr5g).
12+
13+
- [#7976](https://github.com/graphql-hive/console/pull/7976)
14+
[`ed9ab34`](https://github.com/graphql-hive/console/commit/ed9ab34c705be4b7946dfcbede91926f00f1ed4a)
15+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerability
16+
[GHSA-r4q5-vmmm-2653](https://github.com/advisories/GHSA-r4q5-vmmm-2653)
17+
18+
- [#7967](https://github.com/graphql-hive/console/pull/7967)
19+
[`9708f71`](https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200)
20+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying
21+
`@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL.
22+
23+
This mitigates the following error in apollo-router upon processing the supergraph:
24+
25+
```
26+
could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred:
27+
- Core feature type `join__ContextArgument` cannot use @inaccessible.
28+
- Core feature type `join__FieldValue` cannot use @inaccessible.
29+
```
30+
31+
- [#7961](https://github.com/graphql-hive/console/pull/7961)
32+
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
33+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
34+
[`opentelemetry-go`](https://github.com/open-telemetry/opentelemetry-go) to address vulnerability
35+
[CVE-2026-39883](https://github.com/advisories/GHSA-hfvc-g4fc-pqhx).
36+
337
## 11.0.2
438

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

packages/libraries/laboratory/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#7963](https://github.com/graphql-hive/console/pull/7963)
8+
[`4a8bd4f`](https://github.com/graphql-hive/console/commit/4a8bd4fd1b4fbb34076e97d06ed1341432de451d)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Implemented functionality that allows
10+
to have multiple queries in same operation while working only with focused one (run button, query
11+
builder)
12+
13+
- [#7892](https://github.com/graphql-hive/console/pull/7892)
14+
[`fab4b03`](https://github.com/graphql-hive/console/commit/fab4b03ace2ff20759bbcd33465d00a5cbbc4c97)
15+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Hive Laboratory renders Hive Router
16+
query plan if included in response extensions
17+
318
## 0.1.3
419

520
### Patch Changes

0 commit comments

Comments
 (0)