Skip to content

Commit 1fab747

Browse files
Version Packages
1 parent 1bea8bf commit 1fab747

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/giant-dodos-rush.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# qwik-turnstile
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- added peerdependencies (by [@shairez](https://github.com/shairez) in [`f585cfc`](https://github.com/qwikifiers/qwik-turnstile/commit/f585cfcabf493bc5d22c1fc134de405f00449f62))
8+
39
## 0.0.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-turnstile",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Qwik integration with Cloudflare Turnstile",
55
"main": "./lib/index.qwik.mjs",
66
"qwik": "./lib/index.qwik.mjs",
@@ -20,7 +20,6 @@
2020
"type": "git",
2121
"url": "https://github.com/qwikifiers/qwik-turnstile"
2222
},
23-
2423
"engines": {
2524
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
2625
},

0 commit comments

Comments
 (0)