diff --git a/.changeset/pre.json b/.changeset/pre.json index 1c83f60d2..4744e291a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -2,7 +2,7 @@ "mode": "pre", "tag": "alpha", "initialVersions": { - "@tanstack/template-example-react-nextjs": "0.1.0", + "@tanstack/form-example-react-nextjs": "0.1.0", "@tanstack/angular-form": "1.33.3", "@tanstack/form-core": "1.33.3", "@tanstack/form-devtools": "0.2.32", diff --git a/examples/react/array/index.html b/examples/react/array/index.html index cccc6e637..c11d77154 100644 --- a/examples/react/array/index.html +++ b/examples/react/array/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React Array Example diff --git a/examples/react/array/package.json b/examples/react/array/package.json index 8f2e225ab..d9dd3c301 100644 --- a/examples/react/array/package.json +++ b/examples/react/array/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/template-example-react-array", + "name": "@tanstack/form-example-react-array", "private": true, "type": "module", "scripts": { diff --git a/examples/react/basic-splitting-form/index.html b/examples/react/basic-splitting-form/index.html index cccc6e637..48b9e07e1 100644 --- a/examples/react/basic-splitting-form/index.html +++ b/examples/react/basic-splitting-form/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React Basic Splitting Form Example diff --git a/examples/react/basic-splitting-form/package.json b/examples/react/basic-splitting-form/package.json index ee8d83854..129ce9825 100644 --- a/examples/react/basic-splitting-form/package.json +++ b/examples/react/basic-splitting-form/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/template-example-react-basic-splitting-form", + "name": "@tanstack/form-example-react-basic-splitting-form", "private": true, "type": "module", "scripts": { diff --git a/examples/react/basic/index.html b/examples/react/basic/index.html index cccc6e637..9c2c2d7eb 100644 --- a/examples/react/basic/index.html +++ b/examples/react/basic/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React Basic Example diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 97d9417c5..82db29335 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/template-example-react-basic", + "name": "@tanstack/form-example-react-basic", "private": true, "type": "module", "scripts": { diff --git a/examples/react/field-groups/index.html b/examples/react/field-groups/index.html index cccc6e637..60529d32e 100644 --- a/examples/react/field-groups/index.html +++ b/examples/react/field-groups/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React Field Groups Example diff --git a/examples/react/field-groups/package.json b/examples/react/field-groups/package.json index 28a0557d1..82b5b5a62 100644 --- a/examples/react/field-groups/package.json +++ b/examples/react/field-groups/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/template-example-react-field-group", + "name": "@tanstack/form-example-react-field-groups", "private": true, "type": "module", "scripts": { diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 70251333a..43dfca57f 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/template-example-react-nextjs", + "name": "@tanstack/form-example-react-nextjs", "version": "0.1.0", "private": true, "scripts": { diff --git a/examples/react/tanstack-start/package.json b/examples/react/tanstack-start/package.json index 5d0fcfb29..c93865223 100644 --- a/examples/react/tanstack-start/package.json +++ b/examples/react/tanstack-start/package.json @@ -1,5 +1,5 @@ { - "name": "tanstack-start-example-basic", + "name": "@tanstack/form-example-react-tanstack-start", "private": true, "sideEffects": false, "type": "module", diff --git a/examples/react/ui-integration-dnd-kit/index.html b/examples/react/ui-integration-dnd-kit/index.html index cccc6e637..96c4f15a1 100644 --- a/examples/react/ui-integration-dnd-kit/index.html +++ b/examples/react/ui-integration-dnd-kit/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React UI Integration (dnd kit) Example diff --git a/examples/react/ui-integration-dnd-kit/package.json b/examples/react/ui-integration-dnd-kit/package.json index 15029e7b4..8e3c97300 100644 --- a/examples/react/ui-integration-dnd-kit/package.json +++ b/examples/react/ui-integration-dnd-kit/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/tanstack-form-example-react-dnd-kit", + "name": "@tanstack/form-example-react-ui-integration-dnd-kit", "private": true, "type": "module", "scripts": { diff --git a/examples/react/ui-integration-shadcn/index.html b/examples/react/ui-integration-shadcn/index.html index cccc6e637..827179c70 100644 --- a/examples/react/ui-integration-shadcn/index.html +++ b/examples/react/ui-integration-shadcn/index.html @@ -4,7 +4,7 @@ - TanStack Template - React Basic Example + TanStack Form React UI Integration (shadcn/ui) Example diff --git a/examples/react/ui-integration-shadcn/package.json b/examples/react/ui-integration-shadcn/package.json index aa332d54f..f13a73a98 100644 --- a/examples/react/ui-integration-shadcn/package.json +++ b/examples/react/ui-integration-shadcn/package.json @@ -1,5 +1,5 @@ { - "name": "@tanstack/tanstack-form-example-react-shadcn-ui", + "name": "@tanstack/form-example-react-ui-integration-shadcn", "private": true, "type": "module", "scripts": {