@tinacms/graphql 0.0.0-202222115457 → 0.0.0-202222119191

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,11 +1,9 @@
1
1
  # tina-graphql
2
2
 
3
- ## 0.0.0-202222115457
3
+ ## 0.0.0-202222119191
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e7b27ba3b: Fix issue where un-normalized rich-text fields which send `null` values to the server on save would cause a parsing error
8
- - 11d55f441: Add experimental useGraphQLForms hook
9
7
  - abf25c673: The schema can now to used on the frontend (optional for now but will be the main path moving forward).
10
8
 
11
9
  ### How to migrate.
@@ -33,6 +31,13 @@
33
31
  export default TinaProvider
34
32
  ```
35
33
 
34
+ ## 0.59.8
35
+
36
+ ### Patch Changes
37
+
38
+ - e7b27ba3b: Fix issue where un-normalized rich-text fields which send `null` values to the server on save would cause a parsing error
39
+ - 11d55f441: Add experimental useGraphQLForms hook
40
+
36
41
  ## 0.59.7
37
42
 
38
43
  ### Patch Changes
package/dist/index.js CHANGED
@@ -12370,7 +12370,7 @@ var validateField = async (field) => {
12370
12370
 
12371
12371
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/graphql/package.json
12372
12372
  var name = "@tinacms/graphql";
12373
- var version = "0.59.7";
12373
+ var version = "0.59.8";
12374
12374
  var main = "dist/index.js";
12375
12375
  var typings = "dist/index.d.ts";
12376
12376
  var files = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-202222115457",
3
+ "version": "0.0.0-202222119191",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [