diff --git a/.changeset/slow-turkeys-repeat.md b/.changeset/slow-turkeys-repeat.md deleted file mode 100644 index 97262799..00000000 --- a/.changeset/slow-turkeys-repeat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@conform-to/react': patch -'@conform-to/dom': patch -'@conform-to/yup': patch -'@conform-to/zod': patch ---- - -refactor: resolves eslint error diff --git a/examples/chakra-ui/package.json b/examples/chakra-ui/package.json index 1c2e6153..e9c3ffb1 100644 --- a/examples/chakra-ui/package.json +++ b/examples/chakra-ui/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@chakra-ui/react": "^2.4.2", - "@conform-to/react": "1.1.4", + "@conform-to/react": "1.1.5", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "framer-motion": "^7.6.19", diff --git a/examples/headless-ui/package.json b/examples/headless-ui/package.json index a85eb71a..10fde937 100644 --- a/examples/headless-ui/package.json +++ b/examples/headless-ui/package.json @@ -2,7 +2,7 @@ "name": "@conform-example/headless-ui", "private": true, "dependencies": { - "@conform-to/react": "1.1.4", + "@conform-to/react": "1.1.5", "@headlessui/react": "^1.7.13", "@heroicons/react": "^2.0.18", "react": "^18.2.0", diff --git a/examples/material-ui/package.json b/examples/material-ui/package.json index e00b8729..c804d4c3 100644 --- a/examples/material-ui/package.json +++ b/examples/material-ui/package.json @@ -2,7 +2,7 @@ "name": "@conform-example/material-ui", "private": true, "dependencies": { - "@conform-to/react": "1.1.4", + "@conform-to/react": "1.1.5", "@emotion/react": "^11.10.0", "@emotion/styled": "^11.10.0", "@mui/material": "^5.10.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 5c5c9835..684ce40f 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@conform-to/react": "1.1.4", - "@conform-to/zod": "1.1.4", + "@conform-to/react": "1.1.5", + "@conform-to/zod": "1.1.5", "next": "14.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/radix-ui/package.json b/examples/radix-ui/package.json index c7781e8d..96e98c70 100644 --- a/examples/radix-ui/package.json +++ b/examples/radix-ui/package.json @@ -10,8 +10,8 @@ "preview": "vite preview" }, "dependencies": { - "@conform-to/react": "1.1.4", - "@conform-to/zod": "1.1.4", + "@conform-to/react": "1.1.5", + "@conform-to/zod": "1.1.5", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-radio-group": "^1.1.3", diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 9c70b0b4..6527e0fd 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -7,8 +7,8 @@ "serve": "vite preview" }, "dependencies": { - "@conform-to/react": "1.1.4", - "@conform-to/zod": "1.1.4", + "@conform-to/react": "1.1.5", + "@conform-to/zod": "1.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.15.0", diff --git a/examples/remix/package.json b/examples/remix/package.json index 2861ea76..a155b98f 100644 --- a/examples/remix/package.json +++ b/examples/remix/package.json @@ -9,8 +9,8 @@ "start": "remix-serve build" }, "dependencies": { - "@conform-to/react": "1.1.4", - "@conform-to/zod": "1.1.4", + "@conform-to/react": "1.1.5", + "@conform-to/zod": "1.1.5", "@remix-run/node": "^1.19.3", "@remix-run/react": "^1.19.3", "@remix-run/serve": "^1.19.3", diff --git a/examples/shadcn-ui/package.json b/examples/shadcn-ui/package.json index 752a6793..fd31834d 100644 --- a/examples/shadcn-ui/package.json +++ b/examples/shadcn-ui/package.json @@ -10,8 +10,8 @@ "preview": "vite preview" }, "dependencies": { - "@conform-to/react": "1.1.4", - "@conform-to/zod": "1.1.4", + "@conform-to/react": "1.1.5", + "@conform-to/zod": "1.1.5", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-label": "^2.0.2", diff --git a/packages/conform-dom/CHANGELOG.md b/packages/conform-dom/CHANGELOG.md new file mode 100644 index 00000000..38fa58f8 --- /dev/null +++ b/packages/conform-dom/CHANGELOG.md @@ -0,0 +1,7 @@ +# @conform-to/dom + +## 1.1.5 + +### Patch Changes + +- [#652](https://github.com/edmundhung/conform/pull/652) [`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5) Thanks [@edmundhung](https://github.com/edmundhung)! - refactor: resolves eslint error diff --git a/packages/conform-dom/package.json b/packages/conform-dom/package.json index 4c4d8461..34aa152b 100644 --- a/packages/conform-dom/package.json +++ b/packages/conform-dom/package.json @@ -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.1.4", + "version": "1.1.5", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", diff --git a/packages/conform-react/CHANGELOG.md b/packages/conform-react/CHANGELOG.md new file mode 100644 index 00000000..ab4628e1 --- /dev/null +++ b/packages/conform-react/CHANGELOG.md @@ -0,0 +1,10 @@ +# @conform-to/react + +## 1.1.5 + +### Patch Changes + +- [#652](https://github.com/edmundhung/conform/pull/652) [`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5) Thanks [@edmundhung](https://github.com/edmundhung)! - refactor: resolves eslint error + +- Updated dependencies [[`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5)]: + - @conform-to/dom@1.1.5 diff --git a/packages/conform-react/package.json b/packages/conform-react/package.json index 323100d7..19ddabfe 100644 --- a/packages/conform-react/package.json +++ b/packages/conform-react/package.json @@ -3,7 +3,7 @@ "description": "Conform view adapter for react", "homepage": "https://conform.guide", "license": "MIT", - "version": "1.1.4", + "version": "1.1.5", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", diff --git a/packages/conform-yup/CHANGELOG.md b/packages/conform-yup/CHANGELOG.md new file mode 100644 index 00000000..70d8cda3 --- /dev/null +++ b/packages/conform-yup/CHANGELOG.md @@ -0,0 +1,10 @@ +# @conform-to/yup + +## 1.1.5 + +### Patch Changes + +- [#652](https://github.com/edmundhung/conform/pull/652) [`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5) Thanks [@edmundhung](https://github.com/edmundhung)! - refactor: resolves eslint error + +- Updated dependencies [[`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5)]: + - @conform-to/dom@1.1.5 diff --git a/packages/conform-yup/package.json b/packages/conform-yup/package.json index 5dcc0330..8bb86aae 100644 --- a/packages/conform-yup/package.json +++ b/packages/conform-yup/package.json @@ -3,7 +3,7 @@ "description": "Conform helpers for integrating with yup", "homepage": "https://conform.guide", "license": "MIT", - "version": "1.1.4", + "version": "1.1.5", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", diff --git a/packages/conform-zod/CHANGELOG.md b/packages/conform-zod/CHANGELOG.md new file mode 100644 index 00000000..768f1549 --- /dev/null +++ b/packages/conform-zod/CHANGELOG.md @@ -0,0 +1,10 @@ +# @conform-to/zod + +## 1.1.5 + +### Patch Changes + +- [#652](https://github.com/edmundhung/conform/pull/652) [`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5) Thanks [@edmundhung](https://github.com/edmundhung)! - refactor: resolves eslint error + +- Updated dependencies [[`6755685`](https://github.com/edmundhung/conform/commit/6755685d73f43ca0f7a8c8afcd8296199da8e5f5)]: + - @conform-to/dom@1.1.5 diff --git a/packages/conform-zod/package.json b/packages/conform-zod/package.json index 65407477..517a6384 100644 --- a/packages/conform-zod/package.json +++ b/packages/conform-zod/package.json @@ -3,7 +3,7 @@ "description": "Conform helpers for integrating with Zod", "homepage": "https://conform.guide", "license": "MIT", - "version": "1.1.4", + "version": "1.1.5", "main": "index.js", "module": "index.mjs", "types": "index.d.ts",