Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Oct 21, 2022
1 parent 79c5493 commit 3d94a9f
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/advanced-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/basics-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/list-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
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.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/nested-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/remix/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.0-pre.0",
"@conform-to/zod": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"@conform-to/zod": "0.4.0-pre.1",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"@remix-run/serve": "^1.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/server-validation/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.0-pre.0",
"@conform-to/zod": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"@conform-to/zod": "0.4.0-pre.1",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"@remix-run/serve": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@conform-to/validation-example",
"private": true,
"dependencies": {
"@conform-to/react": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"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.0-pre.0",
"@conform-to/yup": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"@conform-to/yup": "0.4.0-pre.1",
"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.0-pre.0",
"@conform-to/zod": "0.4.0-pre.0",
"@conform-to/react": "0.4.0-pre.1",
"@conform-to/zod": "0.4.0-pre.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
72 changes: 36 additions & 36 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.0-pre.0",
"version": "0.4.0-pre.1",
"main": "index.js",
"module": "module/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/conform-react/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ interface Form<Schema extends Record<string, any>> {
* Returns properties required to hook into form events.
* Applied custom validation and define when error should be reported.
*
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.0/packages/conform-react/README.md#useform
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.1/packages/conform-react/README.md#useform
*/
export function useForm<Schema extends Record<string, any>>(
config: FormConfig<Schema> = {},
Expand Down Expand Up @@ -386,7 +386,7 @@ export interface FieldsetConfig<Schema extends Record<string, any>> {
/**
* Returns all the information about the fieldset.
*
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.0/packages/conform-react/README.md#usefieldset
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.1/packages/conform-react/README.md#usefieldset
*/
export function useFieldset<Schema extends Record<string, any>>(
ref: RefObject<HTMLFormElement | HTMLFieldSetElement>,
Expand Down Expand Up @@ -620,7 +620,7 @@ interface ListControl<Schema> {
* Returns a list of key and config, with a group of helpers
* configuring buttons for list manipulation
*
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.0/packages/conform-react/README.md#usefieldlist
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.1/packages/conform-react/README.md#usefieldlist
*/
export function useFieldList<Payload = any>(
ref: RefObject<HTMLFormElement | HTMLFieldSetElement>,
Expand Down Expand Up @@ -784,7 +784,7 @@ interface InputControl<Element extends { focus: () => void }> {
* This is particular useful when integrating dropdown and datepicker whichs
* introduces custom input mode.
*
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.0/packages/conform-react/README.md#usecontrolledinput
* @see https://github.com/edmundhung/conform/tree/v0.4.0-pre.1/packages/conform-react/README.md#usecontrolledinput
*/
export function useControlledInput<
Element extends { focus: () => void } = HTMLInputElement,
Expand Down
Loading

0 comments on commit 3d94a9f

Please sign in to comment.