From 9c9dd9c12b479b808f2e8d07b8b76f39358d607d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Mar 2023 11:35:05 +0000 Subject: [PATCH] chore(release): v0.0.1-alpha.6 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b51cc..b0e37ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v0.0.1-alpha.6](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.5...v0.0.1-alpha.6) (2023-03-25) + +### Bug Fixes + +* add main prop to the package.json ([c92531c](https://github.com/AdeAttwood/ReactForm/commit/c92531ce1094299bcbbcec5c7bbf5ea04cc49f6d)) + + +### Features + +* add better generic support for useAttribute hook ([7682422](https://github.com/AdeAttwood/ReactForm/commit/7682422d2a64dcc7a965d9c36ffc73df0a46e937)), closes [#152](https://github.com/AdeAttwood/ReactForm/issues/152) +* allow null to be returned from a validation function ([bcdd9f3](https://github.com/AdeAttwood/ReactForm/commit/bcdd9f3ec112837dfbc35b918bed8bcd3bfba64c)), closes [#170](https://github.com/AdeAttwood/ReactForm/issues/170) +* pass the changed attribute though the onChange form callback ([e751896](https://github.com/AdeAttwood/ReactForm/commit/e751896e6d97c33c12ad87ec5c7fb052b051730e)), closes [#143](https://github.com/AdeAttwood/ReactForm/issues/143) + ## [v0.0.1-alpha.5](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.4...v0.0.1-alpha.5) (2023-03-23) ### Bug Fixes diff --git a/package.json b/package.json index 528af84..f3bb19f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adeattwood/react-form", - "version": "0.0.1-alpha.5", + "version": "0.0.1-alpha.6", "description": "UI agnostic form abstraction for React", "repository": "AdeAttwood/ReactForm", "author": {