Skip to content

Commit 970b160

Browse files
committed
chore: release v0.1.0
1 parent a412db4 commit 970b160

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

example/.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# the variable below.
44

55
# hCaptcha used to deploy the example website.
6+
# Prefixed with `VITE_` to expose it.
67
VITE_HCAPTCHA_SITEKEY=

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-hcaptcha-example",
3-
"version": "0.0.0",
3+
"version": "0.0.0",
44
"description": "Example for the solid-hcaptcha package.",
55
"scripts": {
66
"dev": "vite",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"solid-app-router": "^0.3.3",
18-
"solid-hcaptcha": "link:..",
18+
"solid-hcaptcha": "latest",
1919
"solid-js": "^1.4.2"
2020
}
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solid-hcaptcha",
33
"description": "Unofficial port of react-hcaptcha for Solid.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"source": "./src/index.tsx",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)