diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 542df3a..0083599 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the library will be documented in this file. -## vX.X.X (Month DD, YYYY) +## v0.5.2 (August 23, 2023) - Fix `valiField` and `valiForm` adapter for Valibot v0.13.0 diff --git a/packages/react/package.json b/packages/react/package.json index 0e4a7a5..ad513fd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@modular-forms/react", "description": "The modular and type-safe form library for React", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://modularforms.dev",