Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/gentle-badgers-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-shrimps-battle.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/libraries/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-hive/apollo

## 0.37.0

### Minor Changes

- [#6488](https://github.com/graphql-hive/console/pull/6488)
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
requests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.

### Patch Changes

- Updated dependencies
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
- @graphql-hive/[email protected]

## 0.36.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.36.5",
"version": "0.37.0",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.36.5';
export const version = '0.37.0';
20 changes: 20 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @graphql-hive/cli

## 0.48.0

### Minor Changes

- [#6488](https://github.com/graphql-hive/console/pull/6488)
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
requests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.

### Patch Changes

- [#6483](https://github.com/graphql-hive/console/pull/6483)
[`39eac03`](https://github.com/graphql-hive/console/commit/39eac0315c8ecb4fb55364d62c300f34dd5fdcab)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Show correct error message when attempting a schema
check on a federation project without the `--service` paramater.
- Updated dependencies
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
- @graphql-hive/[email protected]

## 0.47.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.47.0",
"version": "0.48.0",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-hive/core

## 0.9.0

### Minor Changes

- [#6488](https://github.com/graphql-hive/console/pull/6488)
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
requests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.8.4",
"version": "0.9.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.8.4';
export const version = '0.9.0';
16 changes: 16 additions & 0 deletions packages/libraries/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-hive/envelop

## 0.34.0

### Minor Changes

- [#6488](https://github.com/graphql-hive/console/pull/6488)
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
requests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.

### Patch Changes

- Updated dependencies
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
- @graphql-hive/[email protected]

## 0.33.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.13",
"version": "0.34.0",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.33.13';
export const version = '0.34.0';
16 changes: 16 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-hive/yoga

## 0.40.0

### Minor Changes

- [#6488](https://github.com/graphql-hive/console/pull/6488)
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
requests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.

### Patch Changes

- Updated dependencies
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
- @graphql-hive/[email protected]

## 0.39.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.39.4",
"version": "0.40.0",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.39.4';
export const version = '0.40.0';
Loading