Skip to content

Commit 20eca0f

Browse files
Bump @lambdacurry/forms to v0.18.1
Patch version bump for console log cleanup and code formatting improvements: - Removed debug console.log statements from filter components - Removed commented console.log statements from core utilities - Applied biome formatting fixes across codebase - Preserved legitimate error logging and educational examples
1 parent dbcaca5 commit 20eca0f

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.18.0",
3+
"version": "0.18.1",
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)