We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d44dfc commit acdf392Copy full SHA for acdf392
packages/qwik/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the library will be documented in this file.
4
5
+## v0.29.1 (February 28, 2025)
6
+
7
+- Fix `setValues` for field arrays (pull request #274)
8
9
## v0.29.0 (November 15, 2024)
10
11
- Upgrade Valibot dependency to v1.0.0-beta.6
packages/qwik/package.json
@@ -1,7 +1,7 @@
1
{
"name": "@modular-forms/qwik",
"description": "The modular and type-safe form library for Qwik",
- "version": "0.29.0",
+ "version": "0.29.1",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://modularforms.dev",
0 commit comments