rescript-relay 1.0.0-beta.14 → 1.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,6 +1,6 @@
1
1
  # master
2
2
 
3
- # 1.0.0-beta.14
3
+ # 1.0.0-beta.15
4
4
 
5
5
  _[Here's a commit showing a project being upgraded to this version](https://github.com/zth/rescript-relay/commit/5831c2f1f0f13eedc1cb60468c32fd32b2dc01d3)_
6
6
 
@@ -8,7 +8,7 @@ The time has finally come - RescriptRelay `1.0.0` is in beta! The one, big major
8
8
 
9
9
  ## Upgrade versions
10
10
 
11
- - `react-relay` and `relay-runtime` to `13.1.1`
11
+ - `react-relay` and `relay-runtime` to `13.2.0`
12
12
 
13
13
  ## Remove Packages
14
14
 
@@ -48,6 +48,10 @@ You can go ahead and remove these packages, that are no longer needed, as the co
48
48
 
49
49
  ### unreleased
50
50
 
51
+ ### beta.15
52
+
53
+ - Fixes for input objects.
54
+
51
55
  ### beta.14
52
56
 
53
57
  - Fixes a few issues introduced in `beta.13`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rescript-relay",
3
- "version": "1.0.0-beta.14",
3
+ "version": "1.0.0-beta.15",
4
4
  "main": "src/RescriptRelay.res",
5
5
  "license": "MIT",
6
6
  "author": "Gabriel Nordeborn",
Binary file
Binary file
Binary file
Binary file