Skip to content

Commit 6533d4b

Browse files
chore(components): bump @lambdacurry/forms to 0.21.0 (add HiddenField component)\n\nSummary: Adds new HiddenField that registers with remix-hook-form but renders only a native <input type="hidden"/> to avoid layout impact. Also exports from barrel and adds Storybook usage doc.
1 parent 8d5f934 commit 6533d4b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/components/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -26,9 +26,7 @@
2626
"import": "./dist/ui/*.js"
2727
}
2828
},
29-
"files": [
30-
"dist"
31-
],
29+
"files": ["dist"],
3230
"scripts": {
3331
"prepublishOnly": "yarn run build",
3432
"build": "vite build",

0 commit comments

Comments
 (0)