We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de906a0 commit 479532bCopy full SHA for 479532b
clients/.changeset/slimy-tigers-glow.md
clients/packages/checkout/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @polar-sh/checkout
2
3
+## 0.1.9
4
+
5
+### Patch Changes
6
7
+- de906a0: Handle case where the checkout element might have nested elements triggering the click event
8
9
## 0.1.8
10
11
### Patch Changes
clients/packages/checkout/package.json
@@ -4,7 +4,7 @@
"author": "Polar",
"license": "Apache-2.0",
"type": "module",
- "version": "0.1.8",
+ "version": "0.1.9",
"scripts": {
"build": "rm -rf dist/ && tsup"
},
0 commit comments