Skip to content

Commit 9f9c1c9

Browse files
release: bump packages version (#972)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 909fc5e commit 9f9c1c9

File tree

17 files changed

+42
-48
lines changed

17 files changed

+42
-48
lines changed

.changeset/weak-carrots-eat.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
╚══════╝ ╚═════╝ ╚═╝ ╚══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
88
```
99

10-
Version 1.7.2 / License MIT / Copyright (c) 2024 Edmund Hung
10+
Version 1.8.0 / License MIT / Copyright (c) 2024 Edmund Hung
1111

1212
A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js.
1313

examples/chakra-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@chakra-ui/react": "^2.4.2",
13-
"@conform-to/react": "^1.7.2",
14-
"@conform-to/zod": "^1.7.2",
13+
"@conform-to/react": "^1.8.0",
14+
"@conform-to/zod": "^1.8.0",
1515
"@emotion/react": "^11.10.5",
1616
"@emotion/styled": "^11.10.5",
1717
"framer-motion": "^7.6.19",

examples/headless-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "^1.7.2",
13-
"@conform-to/zod": "^1.7.2",
12+
"@conform-to/react": "^1.8.0",
13+
"@conform-to/zod": "^1.8.0",
1414
"@headlessui/react": "^1.7.13",
1515
"@heroicons/react": "^2.0.18",
1616
"react": "^18.2.0",

examples/material-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "^1.7.2",
13-
"@conform-to/zod": "^1.7.2",
12+
"@conform-to/react": "^1.8.0",
13+
"@conform-to/zod": "^1.8.0",
1414
"@emotion/react": "^11.14.0",
1515
"@emotion/styled": "^11.14.0",
1616
"@mui/material": "^5.17.1",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "1.7.2",
13-
"@conform-to/zod": "1.7.2",
12+
"@conform-to/react": "1.8.0",
13+
"@conform-to/zod": "1.8.0",
1414
"next": "14.0.4",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

examples/radix-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "^1.7.2",
13-
"@conform-to/zod": "^1.7.2",
12+
"@conform-to/react": "^1.8.0",
13+
"@conform-to/zod": "^1.8.0",
1414
"@radix-ui/react-icons": "^1.3.2",
1515
"clsx": "^2.1.0",
1616
"radix-ui": "^1.4.1",

examples/react-aria/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@conform-to/react": "^1.7.2",
14-
"@conform-to/zod": "^1.7.2",
13+
"@conform-to/react": "^1.8.0",
14+
"@conform-to/zod": "^1.8.0",
1515
"@internationalized/date": "^3.8.0",
1616
"react": "^18.2.0",
1717
"react-aria-components": "^1.8.0",

examples/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"@conform-to/react": "1.7.2",
11-
"@conform-to/zod": "1.7.2",
10+
"@conform-to/react": "1.8.0",
11+
"@conform-to/zod": "1.8.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
1414
"react-router-dom": "^6.15.0",

examples/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "remix-serve build"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "1.7.2",
13-
"@conform-to/zod": "1.7.2",
12+
"@conform-to/react": "1.8.0",
13+
"@conform-to/zod": "1.8.0",
1414
"@remix-run/node": "^1.19.3",
1515
"@remix-run/react": "^1.19.3",
1616
"@remix-run/serve": "^1.19.3",

0 commit comments

Comments
 (0)