Skip to content

Commit 2a7cafb

Browse files
release: bump packages version (#1021)
1 parent efbb9b8 commit 2a7cafb

File tree

18 files changed

+69
-191
lines changed

18 files changed

+69
-191
lines changed

.changeset/gold-geese-cough.md

Lines changed: 0 additions & 14 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.9.0 / License MIT / Copyright (c) 2025 Edmund Hung
10+
Version 1.9.1 / License MIT / Copyright (c) 2025 Edmund Hung
1111

1212
Progressively enhance HTML forms with React. Build resilient, type-safe forms with no hassle using web standards.
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.9.0",
14-
"@conform-to/zod": "^1.9.0",
13+
"@conform-to/react": "^1.9.1",
14+
"@conform-to/zod": "^1.9.1",
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.9.0",
13-
"@conform-to/zod": "^1.9.0",
12+
"@conform-to/react": "^1.9.1",
13+
"@conform-to/zod": "^1.9.1",
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.9.0",
13-
"@conform-to/zod": "^1.9.0",
12+
"@conform-to/react": "^1.9.1",
13+
"@conform-to/zod": "^1.9.1",
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
@@ -8,8 +8,8 @@
88
"lint": "next lint"
99
},
1010
"dependencies": {
11-
"@conform-to/react": "1.9.0",
12-
"@conform-to/zod": "1.9.0",
11+
"@conform-to/react": "1.9.1",
12+
"@conform-to/zod": "1.9.1",
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1",
1515
"next": "15.5.2",

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.9.0",
13-
"@conform-to/zod": "^1.9.0",
12+
"@conform-to/react": "^1.9.1",
13+
"@conform-to/zod": "^1.9.1",
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.9.0",
14-
"@conform-to/zod": "^1.9.0",
13+
"@conform-to/react": "^1.9.1",
14+
"@conform-to/zod": "^1.9.1",
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
@@ -9,8 +9,8 @@
99
"typecheck": "react-router typegen && tsc"
1010
},
1111
"dependencies": {
12-
"@conform-to/react": "1.9.0",
13-
"@conform-to/zod": "1.9.0",
12+
"@conform-to/react": "1.9.1",
13+
"@conform-to/zod": "1.9.1",
1414
"@react-router/node": "^7.8.2",
1515
"@react-router/serve": "^7.8.2",
1616
"isbot": "^5.1.30",

examples/react-spa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-spa-example",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@conform-to/react": "1.9.0",
14-
"@conform-to/zod": "1.9.0",
13+
"@conform-to/react": "1.9.1",
14+
"@conform-to/zod": "1.9.1",
1515
"react": "^19.1.1",
1616
"react-dom": "^19.1.1",
1717
"react-router": "^7.8.2",

0 commit comments

Comments
 (0)