Skip to content

Commit cf05ab9

Browse files
chore(release): update monorepo packages versions
1 parent 0e05049 commit cf05ab9

29 files changed

+189
-95
lines changed

.changeset/chatty-masks-love.md

-5
This file was deleted.

.changeset/chatty-tomatoes-wait.md

-5
This file was deleted.

.changeset/fuzzy-plums-repeat.md

-5
This file was deleted.

.changeset/many-timers-watch.md

-5
This file was deleted.

.changeset/pretty-schools-confess.md

-5
This file was deleted.

.changeset/proud-balloons-yell.md

-6
This file was deleted.

.changeset/seven-rivers-sip.md

-6
This file was deleted.

.changeset/shaggy-seas-shave.md

-13
This file was deleted.

.changeset/silent-stingrays-visit.md

-5
This file was deleted.

.changeset/stale-humans-camp.md

-9
This file was deleted.

.changeset/tidy-singers-double.md

-5
This file was deleted.

.changeset/tiny-glasses-talk.md

-11
This file was deleted.

.changeset/weak-items-tap.md

-5
This file was deleted.

deployment/CHANGELOG.md

+67
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
# hive
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#6626](https://github.com/graphql-hive/console/pull/6626)
8+
[`2056307`](https://github.com/graphql-hive/console/commit/20563078449dbb6bf33bac3b2e5ac3d2c772fc6f)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Add target breaking change setting to turn
10+
dangerous changes into breaking changes
11+
12+
- [#6658](https://github.com/graphql-hive/console/pull/6658)
13+
[`e6a970f`](https://github.com/graphql-hive/console/commit/e6a970f790b388ff29f97709acdd73136a79dfb7)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Adjust GraphQL schema according to schema design
15+
policies.
16+
17+
- [#6662](https://github.com/graphql-hive/console/pull/6662)
18+
[`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022)
19+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for
20+
`IMPLEMENTED_BY_INACCESSIBLE`.
21+
22+
- [#6614](https://github.com/graphql-hive/console/pull/6614)
23+
[`c1d9c05`](https://github.com/graphql-hive/console/commit/c1d9c0568d5a4b4671aceb831883d348db5f9a55)
24+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add new route `/graphql-public` to the `server`
25+
service which contains the public GraphQL API (fields and types will follow).
26+
27+
- [#6675](https://github.com/graphql-hive/console/pull/6675)
28+
[`ed66171`](https://github.com/graphql-hive/console/commit/ed66171a4b40d439183c91600bd17044dceafcb7)
29+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updates the
30+
`@theguild/federation-composition` to `v0.18.1` that includes the following changes:
31+
32+
- Support progressive overrides (`@override(label: "<value>")`)
33+
- Allow to use `@composeDirective` on a built-in scalar (like `@oneOf`)
34+
- Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
35+
600ms)
36+
- Ensure nested key fields are marked as `@shareable`
37+
- Stop collecting paths when a leaf field was reached (performance improvement)
38+
- Avoid infinite loop when entity field returns itself
39+
40+
- [#6665](https://github.com/graphql-hive/console/pull/6665)
41+
[`cb41478`](https://github.com/graphql-hive/console/commit/cb41478829e41695df686e47dd7673a9601d6008)
42+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
43+
`@theguild/federation-composition` to `v0.16.0`.
44+
45+
- Support Apollo Federation `v2.7`, but without the progressive `@override`.
46+
- Support Apollo Federation `v2.8`, but without the `@context` and `@fromContext` directives.
47+
- Support Apollo Federation `v2.9`, including `@cost` and `@listSize` directives.
48+
49+
- [#6683](https://github.com/graphql-hive/console/pull/6683)
50+
[`ab774b7`](https://github.com/graphql-hive/console/commit/ab774b72bea54b88a2fb2ed1ea01f17a84970fc5)
51+
Thanks [@jdolle](https://github.com/jdolle)! - Make url optional for subsequent federated schema
52+
publishes
53+
54+
### Patch Changes
55+
56+
- [#6602](https://github.com/graphql-hive/console/pull/6602)
57+
[`df3e5a2`](https://github.com/graphql-hive/console/commit/df3e5a23e5cd505d346a6d5719a4a7308aba208d)
58+
Thanks [@jdolle](https://github.com/jdolle)! - Added directions for publishing on no schema
59+
component
60+
61+
- [#6660](https://github.com/graphql-hive/console/pull/6660)
62+
[`5ff2aaa`](https://github.com/graphql-hive/console/commit/5ff2aaa624a6b9f6fe2a3633105ec7ce5ce188d5)
63+
Thanks [@jdolle](https://github.com/jdolle)! - fix schedule a meeting link
64+
65+
- [#6632](https://github.com/graphql-hive/console/pull/6632)
66+
[`9b2bec6`](https://github.com/graphql-hive/console/commit/9b2bec6185f939b378aa898215c56bb82119d0b6)
67+
Thanks [@jdolle](https://github.com/jdolle)! - Capture Stripe.js load error to avoid raising an
68+
unhandled error
69+
370
## 6.0.0
471

572
### Major Changes

deployment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @graphql-hive/apollo
22

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
21+
- @graphql-hive/core@0.11.0
22+
323
## 0.38.1
424

525
### Patch Changes

packages/libraries/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/apollo",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.38.1';
1+
export const version = '0.39.0';

packages/libraries/cli/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @graphql-hive/cli
22

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- [#6658](https://github.com/graphql-hive/console/pull/6658)
8+
[`e6a970f`](https://github.com/graphql-hive/console/commit/e6a970f790b388ff29f97709acdd73136a79dfb7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Internal adjustments for using non-deprecated API
10+
fields.
11+
12+
- [#6626](https://github.com/graphql-hive/console/pull/6626)
13+
[`2056307`](https://github.com/graphql-hive/console/commit/20563078449dbb6bf33bac3b2e5ac3d2c772fc6f)
14+
Thanks [@jdolle](https://github.com/jdolle)! - Show dangerous changes as a separate list in
15+
schema:check
16+
17+
- [#6662](https://github.com/graphql-hive/console/pull/6662)
18+
[`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022)
19+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for
20+
`IMPLEMENTED_BY_INACCESSIBLE`.
21+
22+
- [#6675](https://github.com/graphql-hive/console/pull/6675)
23+
[`ed66171`](https://github.com/graphql-hive/console/commit/ed66171a4b40d439183c91600bd17044dceafcb7)
24+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updates the
25+
`@theguild/federation-composition` to `v0.18.1` that includes the following changes:
26+
27+
- Support progressive overrides (`@override(label: "<value>")`)
28+
- Allow to use `@composeDirective` on a built-in scalar (like `@oneOf`)
29+
- Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
30+
600ms)
31+
- Ensure nested key fields are marked as `@shareable`
32+
- Stop collecting paths when a leaf field was reached (performance improvement)
33+
- Avoid infinite loop when entity field returns itself
34+
35+
### Patch Changes
36+
37+
- Updated dependencies
38+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
39+
- @graphql-hive/core@0.11.0
40+
341
## 0.49.1
442

543
### Patch Changes

packages/libraries/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/cli",
3-
"version": "0.49.1",
3+
"version": "0.50.0",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

packages/libraries/core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-hive/core
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
317
## 0.10.1
418

519
### Patch Changes

packages/libraries/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/core",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.10.1';
1+
export const version = '0.11.0';

packages/libraries/envelop/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @graphql-hive/envelop
22

3+
## 0.36.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
21+
- @graphql-hive/core@0.11.0
22+
323
## 0.35.1
424

525
### Patch Changes

packages/libraries/envelop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/envelop",
3-
"version": "0.35.1",
3+
"version": "0.36.0",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Envelop",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.35.1';
1+
export const version = '0.36.0';

packages/libraries/yoga/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @graphql-hive/yoga
22

3+
## 0.42.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
21+
- @graphql-hive/core@0.11.0
22+
323
## 0.41.1
424

525
### Patch Changes

packages/libraries/yoga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/yoga",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Yoga",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.41.1';
1+
export const version = '0.42.0';

0 commit comments

Comments
 (0)