From 74b5f791bf0955c08596a11eb7ca636d9ba0824a Mon Sep 17 00:00:00 2001 From: Harry Whorlow Date: Wed, 17 Sep 2025 15:48:09 +0200 Subject: [PATCH] fix(core, docs): update core to match devtools, fix docs config --- .changeset/plenty-paws-wait.md | 5 +++++ docs/config.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/plenty-paws-wait.md 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" } ] },