diff --git a/.changeset/all-mangos-smell.md b/.changeset/all-mangos-smell.md deleted file mode 100644 index bf5a5b1..0000000 --- a/.changeset/all-mangos-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"conformal": patch ---- - -Align coerceNumber invalid input handling diff --git a/.changeset/gold-numbers-tap.md b/.changeset/gold-numbers-tap.md deleted file mode 100644 index 65fdfa1..0000000 --- a/.changeset/gold-numbers-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"conformal": patch ---- - -Refactored valibot utilities from schemas to composable coercion pipes for form input preprocessing. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c5026..9ed6342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: permissions: contents: read - pull-requests: read jobs: check: diff --git a/CHANGELOG.md b/CHANGELOG.md index b43e818..3d04172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # conformal +## 2.1.1 + +### Patch Changes + +- [#39](https://github.com/marcomuser/conformal/pull/39) [`76d370d`](https://github.com/marcomuser/conformal/commit/76d370dc71027ce45c044c6f9d7e0116e83383ef) Thanks [@marcomuser](https://github.com/marcomuser)! - Align coerceNumber invalid input handling + +- [#39](https://github.com/marcomuser/conformal/pull/39) [`76d370d`](https://github.com/marcomuser/conformal/commit/76d370dc71027ce45c044c6f9d7e0116e83383ef) Thanks [@marcomuser](https://github.com/marcomuser)! - Refactored valibot utilities from schemas to composable coercion pipes for form input preprocessing. + ## 2.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 6776f45..dc58056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conformal", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "conformal", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", diff --git a/package.json b/package.json index 266d435..ec523d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conformal", - "version": "2.1.0", + "version": "2.1.1", "description": "Type-safe form submissions for the modern web.", "keywords": [ "formdata",