Skip to content

Commit 08652e5

Browse files
committed
Version 1.2.0-alpha.2
1 parent dd60b56 commit 08652e5

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/lib/bundle.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const bundle = async () => {
4141
await build({
4242
plugins: [dts(), solidPlugin(), tsconfigPaths()],
4343
build: {
44-
minify: false,
4544
lib: {
4645
...entry.lib,
4746
formats: ['es', 'cjs'],

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solid-form-handler",
33
"description": "A SolidJS library for simplifying form validations.",
4-
"version": "1.2.0-alpha.1",
4+
"version": "1.2.0-alpha.2",
55
"license": "MIT",
66
"type": "module",
77
"keywords": [

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bootstrap-icons": "^1.8.3",
2626
"font-awesome": "^4.7.0",
2727
"highlight.js": "^11.7.0",
28-
"solid-form-handler": "^1.2.0-alpha.1",
28+
"solid-form-handler": "^1.2.0-alpha.2",
2929
"solid-highlight": "^0.1.12",
3030
"solid-js": "^1.6.10",
3131
"yup": "^0.32.11",

0 commit comments

Comments
 (0)