Skip to content

Commit e0db5cc

Browse files
committed
Bump React package version to 0.12.0
1 parent 7955937 commit e0db5cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/react/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the library will be documented in this file.
44

5+
## v0.12.0 (January 18, 2026)
6+
7+
- Upgrade Valibot dependency to v1.2.0
8+
- Upgrade `@preact/signals-react` peer dependency to v2.2.0
9+
510
## v0.11.1 (February 28, 2025)
611

712
- Fix `setValues` for field arrays (pull request #274)

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modular-forms/react",
33
"description": "The modular and type-safe form library for React",
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"license": "MIT",
66
"author": "Fabian Hiller",
77
"homepage": "https://modularforms.dev",

0 commit comments

Comments
 (0)