Skip to content

Commit 97f9a62

Browse files
feat: bump ShopifyCheckoutSheetKit dependency to 3.7.0
1 parent 434e323 commit 97f9a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Pod::Spec.new do |s|
2020
s.source_files = "ios/*.{h,m,mm,swift}"
2121

2222
s.dependency "React-Core"
23-
s.dependency "ShopifyCheckoutSheetKit", "~> 3.6.0"
24-
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.6.0"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 3.7.0"
24+
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.7.0"
2525

2626
if fabric_enabled
2727
# Use React Native's helper if available, otherwise add dependencies directly

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.6.0",
4+
"version": "3.7.0",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)