Skip to content

Commit 48591af

Browse files
committed
v4.11.2
1 parent b2fbc21 commit 48591af

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
We use PostGraphile's GitHub releases tab to log our changes in detail, but
44
this auto-generated changelog helps us to produce that list, and it may be
55
helpful to you also.
6-
# [](https://github.com/graphile/graphile-engine/compare/v4.11.1...v) (2021-01-22)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.11.1...v) (2021-01-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **watch:** fix pool leak on unexpected connection termination ([#711](https://github.com/graphile/graphile-engine/issues/711)) ([b2fbc21](https://github.com/graphile/graphile-engine/commit/b2fbc21aa28829929eca7cb9f3cf59ace2dad799))
712

813

914

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "4.11.1",
7+
"version": "4.11.2",
88
"command": {
99
"publish": {
1010
"allowBranch": [

packages/graphile-build-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build-pg",
3-
"version": "4.11.0",
3+
"version": "4.11.2",
44
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",

packages/graphile-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-utils",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
44
"description": "Utilities to help with building graphile-build plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"graphile-build": "4.11.0",
42-
"graphile-build-pg": "4.11.0",
42+
"graphile-build-pg": "4.11.2",
4343
"jest": "25.x",
4444
"jest-serializer-graphql-schema": "4.10.0",
4545
"ts-node": "^9.0.0",

packages/postgraphile-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-core",
3-
"version": "4.11.0",
3+
"version": "4.11.2",
44
"description": "",
55
"main": "node8plus/index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"graphile-build": "4.11.0",
23-
"graphile-build-pg": "4.11.0",
23+
"graphile-build-pg": "4.11.2",
2424
"tslib": "^2.0.1"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)