Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "ShopifyCheckoutSheetKit", "~> 3.6.0"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.6.0"
s.dependency "ShopifyCheckoutSheetKit", "~> 3.7.0"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.7.0"

if fabric_enabled
# Use React Native's helper if available, otherwise add dependencies directly
Expand Down
2 changes: 1 addition & 1 deletion modules/@shopify/checkout-sheet-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/checkout-sheet-kit",
"license": "MIT",
"version": "3.6.0",
"version": "3.7.0",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
18 changes: 9 additions & 9 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNShopifyCheckoutSheetKit (3.6.0):
- RNShopifyCheckoutSheetKit (3.7.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2605,8 +2605,8 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ShopifyCheckoutSheetKit (~> 3.6.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.6.0)
- ShopifyCheckoutSheetKit (~> 3.7.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.7.0)
- SocketRocket
- Yoga
- RNVectorIcons (10.3.0):
Expand Down Expand Up @@ -2638,11 +2638,11 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- ShopifyCheckoutSheetKit (3.6.0):
- ShopifyCheckoutSheetKit/Core (= 3.6.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.6.0):
- ShopifyCheckoutSheetKit (3.7.0):
- ShopifyCheckoutSheetKit/Core (= 3.7.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.7.0):
- ShopifyCheckoutSheetKit/Core
- ShopifyCheckoutSheetKit/Core (3.6.0)
- ShopifyCheckoutSheetKit/Core (3.7.0)
- SocketRocket (0.7.1)
- Yoga (0.0.0)

Expand Down Expand Up @@ -2996,9 +2996,9 @@ SPEC CHECKSUMS:
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 288616f9c66ff4b0911f3862ffcf4104482a2adc
RNScreens: 3fc29af06302e1f1c18a7829fe57cbc2c0259912
RNShopifyCheckoutSheetKit: 47613bb3e98558dd948215b1e3e7c78bee1b3619
RNShopifyCheckoutSheetKit: 979ca69f1abbd0b38c3e996879e77a5b42a0103a
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
ShopifyCheckoutSheetKit: e307ac7adc4af43ac4d041922b2073641462cd04
ShopifyCheckoutSheetKit: 5bdc6c6c0dafc5ef15daa5963c03547bf6bfff6a
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498

Expand Down
Loading