Skip to content

Commit 9bbe4b5

Browse files
Upcoming Release Changes (#5343)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f03e7b commit 9bbe4b5

File tree

12 files changed

+90
-22
lines changed

12 files changed

+90
-22
lines changed

.changeset/healthy-pears-look.md

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

.changeset/spotty-flowers-sit.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.35.0
4+
5+
### Minor Changes
6+
7+
- [#5307](https://github.com/kamilkisiela/graphql-hive/pull/5307)
8+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Re-introduce retry logging removed in previous
10+
release.
11+
12+
### Patch Changes
13+
14+
- [#5361](https://github.com/kamilkisiela/graphql-hive/pull/5361)
15+
[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f)
16+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed issue where usage reports were
17+
sent only on app disposal or max batch size, now also sent at set intervals.
18+
- Updated dependencies
19+
[[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f),
20+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)]:
21+
- @graphql-hive/core@0.7.0
22+
323
## 0.34.1
424

525
### 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.34.1",
3+
"version": "0.35.0",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {

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.41.0
4+
5+
### Minor Changes
6+
7+
- [#5307](https://github.com/kamilkisiela/graphql-hive/pull/5307)
8+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Re-introduce retry logging removed in previous
10+
release.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
[[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f),
16+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)]:
17+
- @graphql-hive/core@0.7.0
18+
319
## 0.40.1
420

521
### Patch 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.40.1",
3+
"version": "0.41.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-hive/core
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#5307](https://github.com/kamilkisiela/graphql-hive/pull/5307)
8+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Re-introduce retry logging removed in previous
10+
release.
11+
12+
### Patch Changes
13+
14+
- [#5361](https://github.com/kamilkisiela/graphql-hive/pull/5361)
15+
[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f)
16+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed issue where usage reports were
17+
sent only on app disposal or max batch size, now also sent at set intervals.
18+
319
## 0.6.1
420

521
### 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.6.1",
3+
"version": "0.7.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/libraries/envelop/CHANGELOG.md

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

3+
## 0.33.6
4+
5+
### Patch Changes
6+
7+
- [#5361](https://github.com/kamilkisiela/graphql-hive/pull/5361)
8+
[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed issue where usage reports were
10+
sent only on app disposal or max batch size, now also sent at set intervals.
11+
- Updated dependencies
12+
[[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f),
13+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)]:
14+
- @graphql-hive/core@0.7.0
15+
316
## 0.33.5
417

518
### Patch Changes

packages/libraries/envelop/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/envelop",
3-
"version": "0.33.5",
3+
"version": "0.33.6",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Envelop",
66
"repository": {

packages/libraries/yoga/CHANGELOG.md

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

3+
## 0.35.0
4+
5+
### Minor Changes
6+
7+
- [#5307](https://github.com/kamilkisiela/graphql-hive/pull/5307)
8+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Re-introduce retry logging removed in previous
10+
release.
11+
12+
### Patch Changes
13+
14+
- [#5361](https://github.com/kamilkisiela/graphql-hive/pull/5361)
15+
[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f)
16+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed issue where usage reports were
17+
sent only on app disposal or max batch size, now also sent at set intervals.
18+
- Updated dependencies
19+
[[`3f03e7b`](https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f),
20+
[`0a3b24d`](https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7)]:
21+
- @graphql-hive/core@0.7.0
22+
323
## 0.34.1
424

525
### Patch Changes

packages/libraries/yoga/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/yoga",
3-
"version": "0.34.1",
3+
"version": "0.35.0",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Yoga",
66
"repository": {

0 commit comments

Comments
 (0)