release: v0.0.7

This commit is contained in:
Tanner Linsley
2023-05-01 18:24:18 +00:00
parent 4371651ed6
commit ab651b4c2b
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-form": "0.0.6", "@tanstack/react-form": "0.0.7",
"axios": "^0.26.1", "axios": "^0.26.1",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tanstack/form-core", "name": "@tanstack/form-core",
"version": "0.0.6", "version": "0.0.7",
"description": "Powerful, type-safe, framework agnostic forms.", "description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley", "author": "tannerlinsley",
"license": "MIT", "license": "MIT",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tanstack/react-form", "name": "@tanstack/react-form",
"version": "0.0.6", "version": "0.0.7",
"description": "Powerful, type-safe forms for React.", "description": "Powerful, type-safe forms for React.",
"author": "tannerlinsley", "author": "tannerlinsley",
"license": "MIT", "license": "MIT",

2
pnpm-lock.yaml generated
View File

@@ -240,7 +240,7 @@ importers:
examples/react/simple: examples/react/simple:
dependencies: dependencies:
'@tanstack/react-form': '@tanstack/react-form':
specifier: 0.0.5 specifier: 0.0.6
version: link:../../../packages/react-form version: link:../../../packages/react-form
axios: axios:
specifier: ^0.26.1 specifier: ^0.26.1