Skip to content

Commit dd46341

Browse files
chore(release): update monorepo packages versions
1 parent 8c3413a commit dd46341

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

.changeset/cyan-ears-shout.md

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

.changeset/honest-apples-tap.md

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

.changeset/light-llamas-divide.md

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

.changeset/wicked-plants-float.md

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

deployment/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# hive
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- [#6553](https://github.com/graphql-hive/console/pull/6553)
8+
[`f0fe03c`](https://github.com/graphql-hive/console/commit/f0fe03c9464815b5f11b8e4715f0182959e8d363)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Standardize the design and content of
10+
all email templates for consistency.
11+
12+
- [#6571](https://github.com/graphql-hive/console/pull/6571)
13+
[`bf06e94`](https://github.com/graphql-hive/console/commit/bf06e94f5f115770f229b0b6e9961a44f057fa4d)
14+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds ability to all services to write a
15+
heap dump to a disk when SIGUSR1 signal is received
16+
17+
- [#6542](https://github.com/graphql-hive/console/pull/6542)
18+
[`719e3e6`](https://github.com/graphql-hive/console/commit/719e3e68643c673c5539cc18b68772661e52a857)
19+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Consolidates email templating logic
20+
into the `emails` service.
21+
322
## 5.1.2
423

524
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.37.2
4+
5+
### Patch Changes
6+
7+
- [#6539](https://github.com/graphql-hive/console/pull/6539)
8+
[`a9fc409`](https://github.com/graphql-hive/console/commit/a9fc40920b50d13b8725bb4b424fc3c24d76b7af)
9+
Thanks [@tmair](https://github.com/tmair)! - Prevent GraphQL document with selection set not
10+
satisfiable by the server to cause unhandled rejections for Apollo Server v3 (see
11+
https://github.com/graphql-hive/console/pull/4958 and
12+
https://github.com/graphql-hive/console/issues/4935).
13+
314
## 0.37.1
415

516
### 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.37.1",
3+
"version": "0.37.2",
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.37.1';
1+
export const version = '0.37.2';

0 commit comments

Comments
 (0)