Skip to content

Commit d607ecd

Browse files
committed
chore bump version
1 parent 091692e commit d607ecd

File tree

8 files changed

+7
-45
lines changed

8 files changed

+7
-45
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ package-lock.json
4444
/cypress/parallel-weights.json
4545
/cypress/screenshots
4646
/cypress/fixtures
47+
48+
.env

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./demo

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lucide-react": "^0.441.0",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2",
17-
"react-hook-form-ai": "^1.0.6",
17+
"react-hook-form-ai": "latest",
1818
"react-router-dom": "^6.26.0",
1919
"shiki": "^3.15.0",
2020
"tailwind-merge": "^2.5.2"

demo/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/tsconfig.app.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

demo/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"react-hook-form-ai": ["../src/index.ts"]
2222
}
2323
},
24-
"include": ["src"],
25-
"references": [{ "path": "./tsconfig.node.json" }]
24+
"include": ["src"]
2625
}

demo/tsconfig.node.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-form-ai",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A wrapper package over React Hook Form that enables AI features like auto-fill and form summarization using the browser's built-in LLM.",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)