Skip to content

Commit 46595e7

Browse files
authored
PATCH - 3.0.4 (#128)
* PATCH - 3.0.4 * Add changelog entry
1 parent 4587bfc commit 46595e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.4 - October 14, 2024
4+
5+
- Fixes type imports/exports when `verbatimModuleSyntax` TS rule is enabled
6+
37
## 3.0.3 - August 9, 2024
48

59
- Upgrades Swift and Android dependencies to `3.0.4`

modules/@shopify/checkout-sheet-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/checkout-sheet-kit",
33
"license": "MIT",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)