Skip to content
Open
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.8.1"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "= 3.8.1"
s.dependency "ShopifyCheckoutSheetKit", "= 3.8.2"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "= 3.8.2"

if fabric_enabled
# Use React Native's helper if available, otherwise add dependencies directly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
buildToolsVersion = "35.0.0"

# Version of Shopify Checkout SDK to use with React Native
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.3
SHOPIFY_CHECKOUT_SDK_VERSION=3.6.2
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.8.1",
"version": "3.8.4",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion sample/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ newArchEnabled=true
hermesEnabled=true

# Note: only used here for testing
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.3
SHOPIFY_CHECKOUT_SDK_VERSION=3.6.2
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.8.1):
- RNShopifyCheckoutSheetKit (3.8.4):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2605,8 +2605,8 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ShopifyCheckoutSheetKit (= 3.8.1)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (= 3.8.1)
- ShopifyCheckoutSheetKit (= 3.8.2)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (= 3.8.2)
- SocketRocket
- Yoga
- RNVectorIcons (10.3.0):
Expand Down Expand Up @@ -2638,11 +2638,11 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- ShopifyCheckoutSheetKit (3.8.1):
- ShopifyCheckoutSheetKit/Core (= 3.8.1)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.8.1):
- ShopifyCheckoutSheetKit (3.8.2):
- ShopifyCheckoutSheetKit/Core (= 3.8.2)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.8.2):
- ShopifyCheckoutSheetKit/Core
- ShopifyCheckoutSheetKit/Core (3.8.1)
- ShopifyCheckoutSheetKit/Core (3.8.2)
- 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: 55c669c863d50711ea32bc42d89bf92a8e2aad7f
RNShopifyCheckoutSheetKit: b005993815f6a546aeb9745280ac655046202178
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
ShopifyCheckoutSheetKit: f3bddd39ab853667aaae0fa324eec301ff1c751a
ShopifyCheckoutSheetKit: 14273b696ae1943735807893b1a619a5c18b3ab4
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498

Expand Down
Loading