Skip to content

Commit

Permalink
v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 29, 2021
1 parent b2fbc21 commit 48591af
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
We use PostGraphile's GitHub releases tab to log our changes in detail, but
this auto-generated changelog helps us to produce that list, and it may be
helpful to you also.
# [](https://github.com/graphile/graphile-engine/compare/v4.11.1...v) (2021-01-22)
# [](https://github.com/graphile/graphile-engine/compare/v4.11.1...v) (2021-01-29)


### Bug Fixes

* **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))



Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "4.11.1",
"version": "4.11.2",
"command": {
"publish": {
"allowBranch": [
Expand Down
2 changes: 1 addition & 1 deletion packages/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build-pg",
"version": "4.11.0",
"version": "4.11.2",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-utils",
"version": "4.11.1",
"version": "4.11.2",
"description": "Utilities to help with building graphile-build plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"graphile-build": "4.11.0",
"graphile-build-pg": "4.11.0",
"graphile-build-pg": "4.11.2",
"jest": "25.x",
"jest-serializer-graphql-schema": "4.10.0",
"ts-node": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgraphile-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile-core",
"version": "4.11.0",
"version": "4.11.2",
"description": "",
"main": "node8plus/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"graphile-build": "4.11.0",
"graphile-build-pg": "4.11.0",
"graphile-build-pg": "4.11.2",
"tslib": "^2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 48591af

Please sign in to comment.