Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2025
1 parent b8d2ec4 commit 09b1e59
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-ears-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-apples-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-llamas-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-plants-float.md

This file was deleted.

19 changes: 19 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# hive

## 5.1.3

### Patch Changes

- [#6553](https://github.com/graphql-hive/console/pull/6553)
[`f0fe03c`](https://github.com/graphql-hive/console/commit/f0fe03c9464815b5f11b8e4715f0182959e8d363)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Standardize the design and content of
all email templates for consistency.

- [#6571](https://github.com/graphql-hive/console/pull/6571)
[`bf06e94`](https://github.com/graphql-hive/console/commit/bf06e94f5f115770f229b0b6e9961a44f057fa4d)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds ability to all services to write a
heap dump to a disk when SIGUSR1 signal is received

- [#6542](https://github.com/graphql-hive/console/pull/6542)
[`719e3e6`](https://github.com/graphql-hive/console/commit/719e3e68643c673c5539cc18b68772661e52a857)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Consolidates email templating logic
into the `emails` service.

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "5.1.2",
"version": "5.1.3",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/libraries/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-hive/apollo

## 0.37.2

### Patch Changes

- [#6539](https://github.com/graphql-hive/console/pull/6539)
[`a9fc409`](https://github.com/graphql-hive/console/commit/a9fc40920b50d13b8725bb4b424fc3c24d76b7af)
Thanks [@tmair](https://github.com/tmair)! - Prevent GraphQL document with selection set not
satisfiable by the server to cause unhandled rejections for Apollo Server v3 (see
https://github.com/graphql-hive/console/pull/4958 and
https://github.com/graphql-hive/console/issues/4935).

## 0.37.1

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

0 comments on commit 09b1e59

Please sign in to comment.