Skip to content

Commit 5e1a851

Browse files
chore(release): update monorepo packages versions
1 parent 7023429 commit 5e1a851

26 files changed

+149
-68
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/silent-stingrays-visit.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

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
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+
### Patch Changes
28+
29+
- [#6602](https://github.com/graphql-hive/console/pull/6602)
30+
[`df3e5a2`](https://github.com/graphql-hive/console/commit/df3e5a23e5cd505d346a6d5719a4a7308aba208d)
31+
Thanks [@jdolle](https://github.com/jdolle)! - Added directions for publishing on no schema
32+
component
33+
34+
- [#6660](https://github.com/graphql-hive/console/pull/6660)
35+
[`5ff2aaa`](https://github.com/graphql-hive/console/commit/5ff2aaa624a6b9f6fe2a3633105ec7ce5ce188d5)
36+
Thanks [@jdolle](https://github.com/jdolle)! - fix schedule a meeting link
37+
38+
- [#6632](https://github.com/graphql-hive/console/pull/6632)
39+
[`9b2bec6`](https://github.com/graphql-hive/console/commit/9b2bec6185f939b378aa898215c56bb82119d0b6)
40+
Thanks [@jdolle](https://github.com/jdolle)! - Capture Stripe.js load error to avoid raising an
41+
unhandled error
42+
343
## 6.0.0
444

545
### 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

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
### Patch Changes
23+
24+
- Updated dependencies
25+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
26+
- @graphql-hive/core@0.11.0
27+
328
## 0.49.1
429

530
### 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)