File tree Expand file tree Collapse file tree 8 files changed +28
-19
lines changed
packages/libraries/apollo Expand file tree Collapse file tree 8 files changed +28
-19
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ - [ #6542 ] ( https://github.com/graphql-hive/console/pull/6542 )
13+ [ ` 719e3e6 ` ] ( https://github.com/graphql-hive/console/commit/719e3e68643c673c5539cc18b68772661e52a857 )
14+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Consolidates email templating logic
15+ into the ` emails ` service.
16+
317## 5.1.2
418
519### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " hive" ,
3- "version" : " 5.1.2 " ,
3+ "version" : " 5.1.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "generate" : " tsx generate.ts" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1- export const version = '0.37.1 ' ;
1+ export const version = '0.37.2 ' ;
You can’t perform that action at this time.
0 commit comments