Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: bump packages version #779

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/brown-bikes-raise.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
╚══════╝ ╚═════╝ ╚═╝ ╚══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
```

Version 1.2.1 / License MIT / Copyright (c) 2024 Edmund Hung
Version 1.2.2 / License MIT / Copyright (c) 2024 Edmund Hung

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.

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": "1.2.1",
"@conform-to/react": "1.2.2",
"@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": "1.2.1",
"@conform-to/react": "1.2.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"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-example/material-ui",
"private": true,
"dependencies": {
"@conform-to/react": "1.2.1",
"@conform-to/react": "1.2.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@conform-to/react": "1.2.1",
"@conform-to/zod": "1.2.1",
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/radix-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@conform-to/react": "1.2.1",
"@conform-to/zod": "1.2.1",
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve": "vite preview"
},
"dependencies": {
"@conform-to/react": "1.2.1",
"@conform-to/zod": "1.2.1",
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
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": "1.2.1",
"@conform-to/zod": "1.2.1",
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@conform-to/react": "1.2.1",
"@conform-to/zod": "1.2.1",
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A set of opinionated helpers built on top of the Constraint Validation API",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform view adapter for react",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform helpers for integrating with yup",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/conform-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Conform helpers for integrating with Zod",
"homepage": "https://conform.guide",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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