ruru 2.0.0-beta.13 → 2.0.0-beta.15

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,29 @@
1
1
  # ruru
2
2
 
3
+ ## 2.0.0-beta.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
9
+ [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
10
+ [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
11
+ - graphile-config@0.0.1-beta.10
12
+
13
+ ## 2.0.0-beta.14
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2125](https://github.com/graphile/crystal/pull/2125)
18
+ [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443)
19
+ Thanks [@benjie](https://github.com/benjie)! - Change how unary steps are
20
+ rendered to plan diagrams, fixing the rendering of side-effect steps.
21
+
22
+ - [#2124](https://github.com/graphile/crystal/pull/2124)
23
+ [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03)
24
+ Thanks [@benjie](https://github.com/benjie)! - Render implicit side effects as
25
+ dependencies on plan diagram
26
+
3
27
  ## 2.0.0-beta.13
4
28
 
5
29
  ### Patch Changes