diff --git a/.changeset/plenty-paws-wait.md b/.changeset/plenty-paws-wait.md new file mode 100644 index 000000000..a5207e8c6 --- /dev/null +++ b/.changeset/plenty-paws-wait.md @@ -0,0 +1,5 @@ +--- +'@tanstack/form-core': minor +--- + +Bump core to match devtools, docs config update diff --git a/docs/config.json b/docs/config.json index 09280cf69..42228fec6 100644 --- a/docs/config.json +++ b/docs/config.json @@ -157,6 +157,10 @@ { "label": "Debugging", "to": "framework/react/guides/debugging" + }, + { + "label": "Devtools", + "to": "framework/react/guides/devtools" } ] }, @@ -586,6 +590,10 @@ { "label": "Field Errors From Form Validators", "to": "framework/react/examples/field-errors-from-form-validators" + }, + { + "label": "Devtools", + "to": "framework/react/examples/devtools" } ] },