Skip to content

Commit f99379b

Browse files
Version Packages (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f69b45 commit f99379b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tame-mails-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @magical-forms/react-next
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`3f69b45`](https://github.com/Thinkmill/magical-forms/commit/3f69b45abafdec1a747d7cad9f68fe9ed0301e5d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - `setState` on `Form<Field>` is now a method so that `Form<ArrayField<Field>>` can be assigned to `Form<Field>`.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/react-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magical-forms/react-next",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"main": "dist/react-next.cjs.js",
55
"module": "dist/react-next.esm.js",
66
"dependencies": {

0 commit comments

Comments
 (0)