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 4587bfc commit 46595e7Copy full SHA for 46595e7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.0.4 - October 14, 2024
4
+
5
+- Fixes type imports/exports when `verbatimModuleSyntax` TS rule is enabled
6
7
## 3.0.3 - August 9, 2024
8
9
- Upgrades Swift and Android dependencies to `3.0.4`
modules/@shopify/checkout-sheet-kit/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/checkout-sheet-kit",
"license": "MIT",
- "version": "3.0.3",
+ "version": "3.0.4",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
0 commit comments