Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Jan 4, 2023
1 parent 9b37fe9 commit a5274c8
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/basic-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.4.2",
"@conform-to/react": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"framer-motion": "^7.6.19",
Expand Down
2 changes: 1 addition & 1 deletion examples/headless-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-example/headless-ui",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/mui-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/remix-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "remix-serve build"
},
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/zod": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@conform-to/zod": "0.5.0-pre.0",
"@remix-run/node": "^1.7.4",
"@remix-run/react": "^1.7.4",
"@remix-run/serve": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/todos-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@conform-to/yup-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/yup": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@conform-to/yup": "0.5.0-pre.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@conform-to/zod-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.1",
"@conform-to/zod": "0.4.1",
"@conform-to/react": "0.5.0-pre.0",
"@conform-to/zod": "0.5.0-pre.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/conform-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/dom",
"description": "A set of opinionated helpers built on top of the Constraint Validation API",
"license": "MIT",
"version": "0.4.1",
"version": "0.5.0-pre.0",
"main": "index.js",
"module": "module/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/conform-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/react",
"description": "Conform view adapter for react",
"license": "MIT",
"version": "0.4.1",
"version": "0.5.0-pre.0",
"main": "index.js",
"module": "module/index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/edmundhung/conform/issues"
},
"dependencies": {
"@conform-to/dom": "0.4.1"
"@conform-to/dom": "0.5.0-pre.0"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/conform-yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/yup",
"description": "Conform schema resolver for yup",
"license": "MIT",
"version": "0.4.1",
"version": "0.5.0-pre.0",
"main": "index.js",
"module": "module/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/edmundhung/conform/issues"
},
"peerDependencies": {
"@conform-to/dom": "0.4.1",
"@conform-to/dom": "0.5.0-pre.0",
"yup": ">=0.32.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/conform-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/zod",
"description": "Conform schema resolver for Zod",
"license": "MIT",
"version": "0.4.1",
"version": "0.5.0-pre.0",
"main": "index.js",
"module": "module/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/edmundhung/conform/issues"
},
"peerDependencies": {
"@conform-to/dom": "0.4.1",
"@conform-to/dom": "0.5.0-pre.0",
"zod": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a5274c8

Please sign in to comment.