Skip to content

Commit 6ad9061

Browse files
chore(release): update monorepo packages versions
1 parent c549af7 commit 6ad9061

File tree

15 files changed

+83
-19
lines changed

15 files changed

+83
-19
lines changed

.changeset/gentle-badgers-itch.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- [#6488](https://github.com/graphql-hive/console/pull/6488)
8+
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
10+
requests sent to the Hive API. This helps users to share more context with Hive staff when
11+
encountering errors.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
17+
- @graphql-hive/core@0.9.0
18+
319
## 0.36.5
420

521
### Patch Changes

packages/libraries/apollo/package.json

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

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.48.0
4+
5+
### Minor Changes
6+
7+
- [#6488](https://github.com/graphql-hive/console/pull/6488)
8+
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
10+
requests sent to the Hive API. This helps users to share more context with Hive staff when
11+
encountering errors.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
17+
- @graphql-hive/core@0.9.0
18+
319
## 0.47.0
420

521
### Minor Changes

packages/libraries/cli/package.json

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

packages/libraries/core/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#6488](https://github.com/graphql-hive/console/pull/6488)
8+
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
10+
requests sent to the Hive API. This helps users to share more context with Hive staff when
11+
encountering errors.
12+
313
## 0.8.4
414

515
### Patch Changes

packages/libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/core",
3-
"version": "0.8.4",
3+
"version": "0.9.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.8.4';
1+
export const version = '0.9.0';

packages/libraries/envelop/CHANGELOG.md

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

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- [#6488](https://github.com/graphql-hive/console/pull/6488)
8+
[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Include and log a `x-request-id` header for all
10+
requests sent to the Hive API. This helps users to share more context with Hive staff when
11+
encountering errors.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`f7d65fe`](https://github.com/graphql-hive/console/commit/f7d65feb5aaf4f4f86dfc0fe5df3ea4c3df1d7a8)]:
17+
- @graphql-hive/core@0.9.0
18+
319
## 0.33.13
420

521
### Patch Changes

0 commit comments

Comments
 (0)