Skip to content

Commit

Permalink
Version 1.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Mar 17, 2023
1 parent dd60b56 commit 08652e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/lib/bundle.ts
Expand Up @@ -41,7 +41,6 @@ const bundle = async () => {
await build({
plugins: [dts(), solidPlugin(), tsconfigPaths()],
build: {
minify: false,
lib: {
...entry.lib,
formats: ['es', 'cjs'],
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-form-handler",
"description": "A SolidJS library for simplifying form validations.",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Expand Up @@ -25,7 +25,7 @@
"bootstrap-icons": "^1.8.3",
"font-awesome": "^4.7.0",
"highlight.js": "^11.7.0",
"solid-form-handler": "^1.2.0-alpha.1",
"solid-form-handler": "^1.2.0-alpha.2",
"solid-highlight": "^0.1.12",
"solid-js": "^1.6.10",
"yup": "^0.32.11",
Expand Down

0 comments on commit 08652e5

Please sign in to comment.