ruru 2.0.0-beta.21 → 2.0.0-beta.23

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
@@ -1,5 +1,31 @@
1
1
  # ruru
2
2
 
3
+ ## 2.0.0-beta.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2444](https://github.com/graphile/crystal/pull/2444)
8
+ [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3)
9
+ Thanks [@benjie](https://github.com/benjie)! - Upgrade to Mermaid 11, and
10
+ reduce verbosity of polymorphism in plan diagrams.
11
+
12
+ - [#2546](https://github.com/graphile/crystal/pull/2546)
13
+ [`997c49648b62a93e5b915c65c49cdad1654bef3e`](https://github.com/graphile/crystal/commit/997c49648b62a93e5b915c65c49cdad1654bef3e)
14
+ Thanks [@benjie](https://github.com/benjie)! - Fix issue where ruru wasn't
15
+ hiding explain output in incremental delivery results.
16
+ - Updated dependencies
17
+ [[`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)]:
18
+ - graphile-config@0.0.1-beta.16
19
+
20
+ ## 2.0.0-beta.22
21
+
22
+ ### Patch Changes
23
+
24
+ - [#2426](https://github.com/graphile/crystal/pull/2426)
25
+ [`658d46c9a5b246e3beb4ba2a004334278f7bb24d`](https://github.com/graphile/crystal/commit/658d46c9a5b246e3beb4ba2a004334278f7bb24d)
26
+ Thanks [@benjie](https://github.com/benjie)! - Upgrade GraphiQL and fix
27
+ duplicate module issue
28
+
3
29
  ## 2.0.0-beta.21
4
30
 
5
31
  ### Patch Changes