diff --git a/.changeset/bright-cycles-smell.md b/.changeset/bright-cycles-smell.md deleted file mode 100644 index d133c9e..0000000 --- a/.changeset/bright-cycles-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zagf": patch ---- - -Add `focusOnError` option. For configuring whether to focus on the first field with error after submitting diff --git a/.changeset/flat-cobras-sort.md b/.changeset/flat-cobras-sort.md deleted file mode 100644 index 5772e24..0000000 --- a/.changeset/flat-cobras-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"zagf": patch ---- - -- Fix change validation -- Expose values to validate callbacks diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 3e06d86..264fe8a 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,17 @@ # zagf +## 0.0.3 + +### Patch Changes + +- [`6eec4d5`](https://github.com/anubra266/zagf/commit/6eec4d53e2c718520cabc591c2ca19ae5a5d6776) Thanks + [@anubra266](https://github.com/anubra266)! - Add `focusOnError` option. For configuring whether to focus on the first + field with error after submitting + +- [`074009e`](https://github.com/anubra266/zagf/commit/074009ea74907738760035dd66d4e3017e75f97b) Thanks + [@anubra266](https://github.com/anubra266)! - - Fix change validation + - Expose values to validate callbacks + ## 0.0.2 ### Patch Changes diff --git a/package/package.json b/package/package.json index 28b256d..00fb7d5 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "zagf", - "version": "0.0.2", + "version": "0.0.3", "description": "Agnostic form library through finite state machines", "keywords": [ "js",