Skip to content

Commit 0a581b4

Browse files
codegen-sh[bot]Jake Ruesink
andcommitted
Patch components package to v0.19.2
- Fixed FormError component TypeScript error by making name prop truly optional - Resolved type conflict between Omit and intersection types - Enables usage without props: <FormError /> - Maintains backward compatibility with existing code Co-authored-by: Jake Ruesink <jake@lambdacurry.com>
1 parent c5811da commit 0a581b4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/components/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -18,7 +18,9 @@
1818
"import": "./dist/ui/index.js"
1919
}
2020
},
21-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
2224
"scripts": {
2325
"prepublishOnly": "yarn run build",
2426
"build": "vite build",

0 commit comments

Comments
 (0)