Skip to content

Commit

Permalink
release: v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Sep 13, 2023
1 parent 1fb28c5 commit 9e5fef4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.3.4",
"@tanstack/react-form": "0.3.5",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zod": "^3.21.4",
"@tanstack/form-core": "0.3.4",
"@tanstack/vue-form": "0.3.4"
"@tanstack/form-core": "0.3.5",
"@tanstack/vue-form": "0.3.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.3.4",
"@tanstack/vue-form": "0.3.4",
"@tanstack/form-core": "0.3.5",
"@tanstack/vue-form": "0.3.5",
"vue": "^3.3.4",
"@tanstack/react-form": "0.3.4"
"@tanstack/react-form": "0.3.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/form-core",
"version": "0.3.4",
"version": "0.3.5",
"description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-form",
"version": "0.3.4",
"version": "0.3.5",
"description": "Powerful, type-safe forms for React.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-form",
"version": "0.3.4",
"version": "0.3.5",
"description": "Powerful, type-safe forms for Vue.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down

0 comments on commit 9e5fef4

Please sign in to comment.