postgraphile 4.5.1 → 4.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,42 @@ to you also.
|
|
|
7
7
|
**IMPORTANT NOTE**: most of the changes in PostGraphile actually come from
|
|
8
8
|
Graphile Engine, so you should also reference [those
|
|
9
9
|
changes](https://github.com/graphile/graphile-engine/blob/master/CHANGELOG.md).
|
|
10
|
+
## [4.5.5](https://github.com/graphile/postgraphile/compare/v4.5.4...v4.5.5) (2019-12-13)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.5.4](https://github.com/graphile/postgraphile/compare/v4.5.3...v4.5.4) (2019-12-11)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** upgrade graphile-utils ([3d3c41e](https://github.com/graphile/postgraphile/commit/3d3c41eb314ef83715db321a7236da7666a08fa7))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [4.5.3](https://github.com/graphile/postgraphile/compare/v4.5.2...v4.5.3) (2019-12-11)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **deps:** upgrade graphile-utils ([e19184f](https://github.com/graphile/postgraphile/commit/e19184f1153b7a6c57af7a5150094398ed192e8f))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [4.5.2](https://github.com/graphile/postgraphile/compare/v4.5.1...v4.5.2) (2019-12-11)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* **deps:** solve serialize-javascript issue ([02af643](https://github.com/graphile/postgraphile/commit/02af64361d634ff009a7cf9ab2fd52b510987b9e))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Reverts
|
|
41
|
+
|
|
42
|
+
* Revert "chore(deps): upgrade PostGraphiQL deps" ([7147e50](https://github.com/graphile/postgraphile/commit/7147e5093aac7488eb14e5e9a517dfb41b881746))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
10
46
|
## [4.5.1](https://github.com/graphile/postgraphile/compare/v4.5.0...v4.5.1) (2019-12-11)
|
|
11
47
|
|
|
12
48
|
|